2023-12-18T13:06:09.359 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-18T13:06:09.360 DEBUG:teuthology.run:Teuthology command: teuthology --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 adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi --verbose --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452 -- /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452/orig.config.yaml 2023-12-18T13:06:09.393 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T13:06:09.476 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452 branch: wip-adk-testing-2023-12-17-2227 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: adking@redhat.com first_in_suite: false job_id: '7495452' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-12-17-2227 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: 861525e252e70f0d455bae7d2dc4d635f8b415f1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-12-17-2227 sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 owner: scheduled_adking@teuthology priority: 80 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: 6898 sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-17-2227 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFzhxVQcQkrmOEGbrApQzHM7EuItlDWaK66YhWzSE1uHVt3B9pOPRhf3zhx1EY59PBOcI8fYrpDdxeGV3XGuNQ8= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCDzkKHta/F9G3bk5c8B8WWXBAIQ6z4r9eUJWISTB7DCUSylRIF5x/ZSOvAk4LO9r4IJENfnrjllnxGcgHaAI/k= 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 - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-18_12:59:25 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: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-12-18T13:06:09.476 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa; will attempt to use it 2023-12-18T13:06:09.476 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks 2023-12-18T13:06:09.476 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-18T13:06:09.478 INFO:teuthology.task.internal:Checking packages... 2023-12-18T13:06:09.499 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '861525e252e70f0d455bae7d2dc4d635f8b415f1' 2023-12-18T13:06:09.499 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-18T13:06:09.499 INFO:teuthology.packaging:ref: None 2023-12-18T13:06:09.499 INFO:teuthology.packaging:tag: None 2023-12-18T13:06:09.499 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-17-2227 2023-12-18T13:06:09.500 INFO:teuthology.packaging:sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:06:09.500 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-12-17-2227 2023-12-18T13:06:09.638 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-303.g861525e2 2023-12-18T13:06:09.639 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-18T13:06:09.645 INFO:teuthology.task.internal:no buildpackages task found 2023-12-18T13:06:09.645 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-18T13:06:09.668 INFO:teuthology.task.internal:Saving configuration 2023-12-18T13:06:09.681 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-18T13:06:09.691 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:06:09.713 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 12:59:33.677843', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFzhxVQcQkrmOEGbrApQzHM7EuItlDWaK66YhWzSE1uHVt3B9pOPRhf3zhx1EY59PBOcI8fYrpDdxeGV3XGuNQ8='} 2023-12-18T13:06:09.734 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 12:59:33.676484', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCDzkKHta/F9G3bk5c8B8WWXBAIQ6z4r9eUJWISTB7DCUSylRIF5x/ZSOvAk4LO9r4IJENfnrjllnxGcgHaAI/k='} 2023-12-18T13:06:09.735 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-18T13:06:09.741 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-18T13:06:09.741 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-18T13:06:09.741 INFO:teuthology.run_tasks:Running task console_log... 2023-12-18T13:06:09.816 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1f11fd3e50>, signals=[15]) 2023-12-18T13:06:09.816 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-18T13:06:09.823 INFO:teuthology.task.internal:Opening connections... 2023-12-18T13:06:09.823 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:06:09.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:06:09.891 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2023-12-18T13:06:09.892 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:06:09.962 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-18T13:06:09.970 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2023-12-18T13:06:09.993 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2023-12-18T13:06:09.993 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="CentOS Stream" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="8" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:ID="centos" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE="rhel fedora" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="8" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:PLATFORM_ID="platform:el8" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:ANSI_COLOR="0;31" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://centos.org/" 2023-12-18T13:06:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T13:06:10.055 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T13:06:10.055 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T13:06:10.055 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2023-12-18T13:06:10.078 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2023-12-18T13:06:10.101 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2023-12-18T13:06:10.102 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2023-12-18T13:06:10.162 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="CentOS Stream" 2023-12-18T13:06:10.162 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="8" 2023-12-18T13:06:10.162 INFO:teuthology.orchestra.run.smithi192.stdout:ID="centos" 2023-12-18T13:06:10.162 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE="rhel fedora" 2023-12-18T13:06:10.162 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="8" 2023-12-18T13:06:10.162 INFO:teuthology.orchestra.run.smithi192.stdout:PLATFORM_ID="platform:el8" 2023-12-18T13:06:10.163 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T13:06:10.163 INFO:teuthology.orchestra.run.smithi192.stdout:ANSI_COLOR="0;31" 2023-12-18T13:06:10.163 INFO:teuthology.orchestra.run.smithi192.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T13:06:10.163 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://centos.org/" 2023-12-18T13:06:10.163 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T13:06:10.163 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T13:06:10.163 INFO:teuthology.orchestra.run.smithi192.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T13:06:10.163 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2023-12-18T13:06:10.186 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-18T13:06:10.195 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-18T13:06:10.216 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-18T13:06:10.216 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2023-12-18T13:06:10.219 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2023-12-18T13:06:10.238 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-18T13:06:10.244 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-18T13:06:10.244 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2023-12-18T13:06:10.280 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2023-12-18T13:06:10.311 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-18T13:06:10.363 INFO:teuthology.run_tasks:Running task kernel... 2023-12-18T13:06:10.378 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-18T13:06:10.378 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-18T13:06:10.378 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T13:06:10.378 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T13:06:10.396 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:06:10.397 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2023-12-18T13:06:10.399 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:06:10.399 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-18T13:06:10.455 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-489.el8.x86_64 2023-12-18T13:06:10.455 INFO:teuthology.task.kernel:Running kernel on smithi192: 4.18.0-489.el8.x86_64 2023-12-18T13:06:10.456 DEBUG:teuthology.orchestra.run.smithi192:> sudo yum install -y kernel 2023-12-18T13:06:10.462 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-489.el8.x86_64 2023-12-18T13:06:10.462 INFO:teuthology.task.kernel:Running kernel on smithi027: 4.18.0-489.el8.x86_64 2023-12-18T13:06:10.462 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum install -y kernel 2023-12-18T13:06:16.957 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - AppStream 8.7 MB/s | 35 MB 00:03 2023-12-18T13:06:17.028 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - AppStream 8.8 MB/s | 35 MB 00:03 2023-12-18T13:06:25.227 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 56 MB 00:01 2023-12-18T13:06:25.540 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - BaseOS 33 MB/s | 56 MB 00:01 2023-12-18T13:06:33.768 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2023-12-18T13:06:34.268 INFO:teuthology.orchestra.run.smithi192.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-12-18T13:06:34.586 INFO:teuthology.orchestra.run.smithi192.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-18T13:06:34.706 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-12-18T13:06:35.208 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2023-12-18T13:06:35.543 INFO:teuthology.orchestra.run.smithi027.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-18T13:06:37.660 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 8.2 MB/s | 16 MB 00:01 2023-12-18T13:06:41.910 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 447 kB/s | 24 kB 00:00 2023-12-18T13:06:42.531 INFO:teuthology.orchestra.run.smithi192.stdout:Extra Packages for Enterprise Linux 2.1 MB/s | 16 MB 00:07 2023-12-18T13:06:45.751 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T13:06:45.752 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T13:06:46.065 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-18T13:06:46.066 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:06:46.066 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-18T13:06:46.066 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:06:46.066 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-18T13:06:46.066 INFO:teuthology.orchestra.run.smithi027.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T13:06:46.066 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout:Install 3 Packages 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:06:46.067 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 90 M 2023-12-18T13:06:46.068 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 96 M 2023-12-18T13:06:46.068 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-18T13:06:46.495 INFO:teuthology.orchestra.run.smithi192.stdout:lab-extras 361 kB/s | 24 kB 00:00 2023-12-18T13:06:46.995 INFO:teuthology.orchestra.run.smithi027.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 14 MB/s | 10 MB 00:00 2023-12-18T13:06:47.745 INFO:teuthology.orchestra.run.smithi027.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 24 MB/s | 36 MB 00:01 2023-12-18T13:06:48.290 INFO:teuthology.orchestra.run.smithi027.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-12-18T13:06:48.290 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:06:48.290 INFO:teuthology.orchestra.run.smithi027.stdout:Total 40 MB/s | 90 MB 00:02 2023-12-18T13:06:48.999 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-18T13:06:49.434 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-18T13:06:49.434 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-18T13:06:50.136 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T13:06:50.136 INFO:teuthology.orchestra.run.smithi192.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T13:06:50.426 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-18T13:06:50.426 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:06:50.426 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-12-18T13:06:50.426 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout:Installing: 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout:Install 3 Packages 2023-12-18T13:06:50.427 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:06:50.428 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 90 M 2023-12-18T13:06:50.428 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 96 M 2023-12-18T13:06:50.428 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-12-18T13:06:50.759 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-18T13:06:50.781 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-18T13:06:51.221 INFO:teuthology.orchestra.run.smithi192.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-12-18T13:06:52.029 INFO:teuthology.orchestra.run.smithi192.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 23 MB/s | 36 MB 00:01 2023-12-18T13:06:52.530 INFO:teuthology.orchestra.run.smithi192.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 21 MB/s | 43 MB 00:02 2023-12-18T13:06:52.530 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:06:52.530 INFO:teuthology.orchestra.run.smithi192.stdout:Total 43 MB/s | 90 MB 00:02 2023-12-18T13:06:53.205 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-12-18T13:06:53.647 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-12-18T13:06:53.647 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-12-18T13:06:53.710 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-18T13:06:54.286 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:06:54.882 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-12-18T13:06:54.908 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-12-18T13:06:57.710 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-12-18T13:06:58.066 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:06:58.282 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:06:58.452 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:07:01.853 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:07:02.125 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:07:02.248 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:07:02.638 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:05.677 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:07:05.987 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:25.982 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:26.008 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:26.365 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:26.365 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:07:26.365 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:07:27.201 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:27.201 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:07:27.201 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-18T13:07:27.201 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T13:07:27.202 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T13:07:27.202 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:07:27.202 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-18T13:07:27.351 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:07:27.575 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:07:27.576 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:07:27.576 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T13:07:27.576 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T13:07:27.576 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T13:07:27.576 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-18T13:07:27.577 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T13:07:27.577 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:07:27.796 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:07:27.797 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:07:27.797 DEBUG:teuthology.orchestra.run.smithi027:> sudo rpm -qi grub2-tools 2023-12-18T13:07:27.813 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Name : grub2-tools 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Epoch : 1 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Version : 2.02 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Release : 129.el8 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: x86_64 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Group : System Environment/Base 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:Size : 9265586 2023-12-18T13:07:27.832 INFO:teuthology.orchestra.run.smithi027.stdout:License : GPLv3+ 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:Relocations : (not relocatable) 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:Packager : CentOS BuildSystem 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:Vendor : CentOS 2023-12-18T13:07:27.833 INFO:teuthology.orchestra.run.smithi027.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout:Summary : Support tools for GRUB. 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout:Description : 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout:hardware devices. 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:07:27.834 INFO:teuthology.orchestra.run.smithi027.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T13:07:27.835 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T13:07:27.835 INFO:teuthology.task.kernel:Updating grub on smithi027 to boot 4.18.0-527.el8.x86_64 2023-12-18T13:07:27.836 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T13:07:27.837 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:28.201 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:28.201 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T13:07:28.201 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T13:07:28.967 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T13:07:28.967 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:07:28.967 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-12-18T13:07:28.967 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T13:07:28.967 INFO:teuthology.orchestra.run.smithi192.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T13:07:28.967 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:07:28.967 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-18T13:07:29.101 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:07:29.231 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2023-12-18T13:07:29.313 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:07:29.313 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:07:29.313 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T13:07:29.314 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T13:07:29.314 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T13:07:29.314 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-18T13:07:29.314 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T13:07:29.314 DEBUG:teuthology.orchestra.run.smithi192:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T13:07:29.522 INFO:teuthology.orchestra.run.smithi192.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T13:07:29.523 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T13:07:29.523 DEBUG:teuthology.orchestra.run.smithi192:> sudo rpm -qi grub2-tools 2023-12-18T13:07:29.556 INFO:teuthology.orchestra.run.smithi192.stdout:Name : grub2-tools 2023-12-18T13:07:29.556 INFO:teuthology.orchestra.run.smithi192.stdout:Epoch : 1 2023-12-18T13:07:29.556 INFO:teuthology.orchestra.run.smithi192.stdout:Version : 2.02 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Release : 129.el8 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: x86_64 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Group : System Environment/Base 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Size : 9265586 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:License : GPLv3+ 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T13:07:29.557 INFO:teuthology.orchestra.run.smithi192.stdout:Relocations : (not relocatable) 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:Packager : CentOS BuildSystem 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:Vendor : CentOS 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:Summary : Support tools for GRUB. 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:Description : 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:hardware devices. 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:07:29.558 INFO:teuthology.orchestra.run.smithi192.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T13:07:29.559 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T13:07:29.559 INFO:teuthology.task.kernel:Updating grub on smithi192 to boot 4.18.0-527.el8.x86_64 2023-12-18T13:07:29.559 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T13:07:31.226 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2023-12-18T13:07:31.622 INFO:teuthology.orchestra.run.smithi027.stderr:done 2023-12-18T13:07:31.624 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2023-12-18T13:07:31.652 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.MYHJHgCCpw 2023-12-18T13:07:31.652 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MYHJHgCCpw 2023-12-18T13:07:31.724 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.MYHJHgCCpw 2023-12-18T13:07:31.879 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.MYHJHgCCpw is 6KB 2023-12-18T13:07:31.927 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.MYHJHgCCpw 2023-12-18T13:07:31.945 DEBUG:teuthology.orchestra.run.smithi027:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T13:07:32.011 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T13:07:32.011 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T13:07:32.011 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T13:07:32.011 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T13:07:32.012 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T13:07:32.175 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2023-12-18T13:07:33.291 INFO:teuthology.orchestra.run.smithi192.stderr:done 2023-12-18T13:07:33.292 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2023-12-18T13:07:33.330 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.l4S8VmyY37 2023-12-18T13:07:33.331 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.l4S8VmyY37 2023-12-18T13:07:33.404 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.l4S8VmyY37 2023-12-18T13:07:33.554 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.l4S8VmyY37 is 6KB 2023-12-18T13:07:33.602 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.l4S8VmyY37 2023-12-18T13:07:33.619 DEBUG:teuthology.orchestra.run.smithi192:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T13:07:33.688 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T13:07:33.688 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T13:07:33.688 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T13:07:33.688 INFO:teuthology.orchestra.run.smithi192.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T13:07:33.689 DEBUG:teuthology.orchestra.run.smithi192:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T13:07:33.853 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2023-12-18T13:08:02.206 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-18T13:08:02.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:08:02.207 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:08:03.857 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-18T13:08:03.857 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-18T13:08:03.858 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:08:20.626 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-18T13:08:22.421 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2023-12-18T13:08:29.635 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:08:29.636 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:08:31.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-18T13:08:31.424 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:08:32.693 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-18T13:08:34.481 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2023-12-18T13:08:44.704 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:08:44.705 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:08:46.484 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-18T13:08:46.485 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:08:47.761 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-18T13:09:02.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:09:02.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:09:04.913 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2023-12-18T13:09:05.841 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-18T13:09:19.925 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-18T13:09:19.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:09:20.613 DEBUG:teuthology.orchestra.run.smithi192:> true 2023-12-18T13:09:21.213 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-18T13:09:21.213 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-527.el8.x86_64"... 2023-12-18T13:09:21.213 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2023-12-18T13:09:21.229 INFO:teuthology.orchestra.run.smithi192.stdout:4.18.0-527.el8.x86_64 2023-12-18T13:09:21.229 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T13:09:21.229 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T13:09:21.230 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T13:09:22.230 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-18T13:09:22.230 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T13:09:22.282 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2023-12-18T13:09:22.300 DEBUG:teuthology.parallel:result is None 2023-12-18T13:09:23.842 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:09:23.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:10:23.845 DEBUG:teuthology.orchestra.remote:timed out 2023-12-18T13:10:44.847 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:10:44.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:10:45.192 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-18T13:10:45.530 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:10:45.530 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-527.el8.x86_64"... 2023-12-18T13:10:45.531 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-18T13:10:45.553 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-527.el8.x86_64 2023-12-18T13:10:45.553 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T13:10:45.553 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T13:10:45.554 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T13:10:46.555 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-18T13:10:46.555 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T13:10:46.646 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2023-12-18T13:10:46.663 DEBUG:teuthology.parallel:result is None 2023-12-18T13:10:46.664 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-18T13:10:46.671 INFO:teuthology.task.internal:Creating test directory... 2023-12-18T13:10:46.671 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T13:10:46.674 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T13:10:46.698 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-18T13:10:46.704 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-18T13:10:46.728 INFO:teuthology.task.internal:Creating archive directory... 2023-12-18T13:10:46.728 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T13:10:46.735 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T13:10:46.774 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-18T13:10:46.780 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-18T13:10:46.781 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-18T13:10:46.809 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-18T13:10:46.847 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:10:46.858 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:10:46.859 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:10:46.870 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T13:10:46.872 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-18T13:10:46.882 INFO:teuthology.task.internal:Configuring sudo... 2023-12-18T13:10:46.882 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T13:10:46.902 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T13:10:46.932 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-18T13:10:46.945 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-18T13:10:46.945 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T13:10:46.973 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T13:10:46.992 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:10:47.073 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:10:47.138 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:10:47.183 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:10:47.226 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:10:47.227 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T13:10:47.294 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:10:47.342 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T13:10:47.395 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:10:47.474 DEBUG:teuthology.orchestra.run.smithi192:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T13:10:47.525 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-18T13:10:47.525 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T13:10:47.592 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2023-12-18T13:10:47.595 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2023-12-18T13:10:47.650 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:10:47.696 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:10:48.067 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-18T13:10:48.077 INFO:teuthology.task.internal:Starting timer... 2023-12-18T13:10:48.077 INFO:teuthology.run_tasks:Running task pcp... 2023-12-18T13:10:48.097 INFO:teuthology.run_tasks:Running task selinux... 2023-12-18T13:10:48.121 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-18T13:10:48.121 DEBUG:teuthology.orchestra.run.smithi027:> sudo service auditd rotate 2023-12-18T13:10:48.197 INFO:teuthology.orchestra.run.smithi027.stdout:Rotating logs: 2023-12-18T13:10:48.199 DEBUG:teuthology.orchestra.run.smithi192:> sudo service auditd rotate 2023-12-18T13:10:48.284 INFO:teuthology.orchestra.run.smithi192.stdout:Rotating logs: 2023-12-18T13:10:48.286 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-18T13:10:48.286 DEBUG:teuthology.orchestra.run.smithi027:> /usr/sbin/getenforce 2023-12-18T13:10:48.309 INFO:teuthology.orchestra.run.smithi027.stdout:Permissive 2023-12-18T13:10:48.309 DEBUG:teuthology.orchestra.run.smithi192:> /usr/sbin/getenforce 2023-12-18T13:10:48.342 INFO:teuthology.orchestra.run.smithi192.stdout:Permissive 2023-12-18T13:10:48.342 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi027.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi192.front.sepia.ceph.com': 'permissive'} 2023-12-18T13:10:48.342 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:10:48.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:10:48.378 DEBUG:teuthology.orchestra.run.smithi192:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:10:48.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:10:48.409 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-18T13:10:48.409 DEBUG:teuthology.orchestra.run.smithi027:> sudo /usr/sbin/setenforce permissive 2023-12-18T13:10:48.445 DEBUG:teuthology.orchestra.run.smithi192:> sudo /usr/sbin/setenforce permissive 2023-12-18T13:10:48.476 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-18T13:10:48.486 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-18T13:10:48.491 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-18T13:10:48.639 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-18T13:10:48.653 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-18T13:10:48.654 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-18T13:18:07.042 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2023-12-18T13:18:07.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:18:07.045 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:18:07.113 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-18T13:18:07.184 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-18T13:18:07.185 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-18T13:18:07.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:18:07.251 DEBUG:teuthology.orchestra.run.smithi192:> true 2023-12-18T13:18:07.319 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2023-12-18T13:18:07.320 INFO:teuthology.run_tasks:Running task clock... 2023-12-18T13:18:07.335 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-18T13:18:07.335 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T13:18:07.335 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:18:07.338 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T13:18:07.338 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:18:07.371 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T13:18:07.386 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T13:18:07.390 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T13:18:07.404 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T13:18:07.449 INFO:teuthology.orchestra.run.smithi027.stderr:sudo: ntpd: command not found 2023-12-18T13:18:07.461 INFO:teuthology.orchestra.run.smithi027.stdout:506 Cannot talk to daemon 2023-12-18T13:18:07.472 INFO:teuthology.orchestra.run.smithi192.stderr:sudo: ntpd: command not found 2023-12-18T13:18:07.475 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T13:18:07.483 INFO:teuthology.orchestra.run.smithi192.stdout:506 Cannot talk to daemon 2023-12-18T13:18:07.489 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T13:18:07.496 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T13:18:07.509 INFO:teuthology.orchestra.run.smithi192.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T13:18:07.561 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-12-18T13:18:07.564 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:18:07.565 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-12-18T13:18:07.565 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.565 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.565 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.565 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.574 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-12-18T13:18:07.577 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:18:07.578 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-12-18T13:18:07.578 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.578 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.578 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.578 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:18:07.579 INFO:teuthology.run_tasks:Running task pexec... 2023-12-18T13:18:07.588 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-18T13:18:07.588 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:18:07.588 DEBUG:teuthology.orchestra.run.smithi027:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T13:18:07.589 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi192.front.sepia.ceph.com 2023-12-18T13:18:07.589 DEBUG:teuthology.orchestra.run.smithi192:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T13:18:08.495 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:44 ago on Mon 18 Dec 2023 01:16:24 PM UTC. 2023-12-18T13:18:08.517 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:36 ago on Mon 18 Dec 2023 01:16:32 PM UTC. 2023-12-18T13:18:10.648 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout: Package Architecture Version Repository Size 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout:Resetting modules: 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:18:10.649 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:18:10.843 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-18T13:18:10.844 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:18:10.844 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-18T13:18:10.844 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:18:10.844 INFO:teuthology.orchestra.run.smithi027.stdout:Resetting modules: 2023-12-18T13:18:10.845 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools 2023-12-18T13:18:10.845 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:18:10.845 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-18T13:18:10.845 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:18:10.845 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:18:10.888 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-18T13:18:11.118 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-18T13:18:11.866 INFO:teuthology.orchestra.run.smithi192.stdout:Last metadata expiration check: 0:01:47 ago on Mon 18 Dec 2023 01:16:24 PM UTC. 2023-12-18T13:18:12.102 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:39 ago on Mon 18 Dec 2023 01:16:32 PM UTC. 2023-12-18T13:18:13.984 INFO:teuthology.orchestra.run.smithi192.stdout:Dependencies resolved. 2023-12-18T13:18:14.179 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:18:14.179 INFO:teuthology.orchestra.run.smithi192.stdout: Package Arch Version Repository Size 2023-12-18T13:18:14.179 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:18:14.179 INFO:teuthology.orchestra.run.smithi192.stdout:Installing group/module packages: 2023-12-18T13:18:14.179 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T13:18:14.179 INFO:teuthology.orchestra.run.smithi192.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout:Installing dependencies: 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout:Installing weak dependencies: 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout:Installing module profiles: 2023-12-18T13:18:14.180 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools/common 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout:Enabling module streams: 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout: container-tools rhel8 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction Summary 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout:================================================================================ 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout:Install 13 Packages 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout:Total download size: 27 M 2023-12-18T13:18:14.181 INFO:teuthology.orchestra.run.smithi192.stdout:Installed size: 89 M 2023-12-18T13:18:14.182 INFO:teuthology.orchestra.run.smithi192.stdout:Downloading Packages: 2023-12-18T13:18:14.366 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-18T13:18:14.566 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:18:14.566 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-18T13:18:14.566 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:18:14.566 INFO:teuthology.orchestra.run.smithi027.stdout:Installing group/module packages: 2023-12-18T13:18:14.566 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout:Installing weak dependencies: 2023-12-18T13:18:14.567 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout:Installing module profiles: 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools/common 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling module streams: 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools rhel8 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout:Install 13 Packages 2023-12-18T13:18:14.568 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:18:14.569 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 27 M 2023-12-18T13:18:14.569 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 89 M 2023-12-18T13:18:14.569 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-18T13:18:14.817 INFO:teuthology.orchestra.run.smithi192.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-12-18T13:18:14.875 INFO:teuthology.orchestra.run.smithi192.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-18T13:18:14.918 INFO:teuthology.orchestra.run.smithi192.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2023-12-18T13:18:14.984 INFO:teuthology.orchestra.run.smithi192.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-18T13:18:15.104 INFO:teuthology.orchestra.run.smithi192.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-12-18T13:18:15.210 INFO:teuthology.orchestra.run.smithi192.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 233 kB/s | 25 kB 00:00 2023-12-18T13:18:15.310 INFO:teuthology.orchestra.run.smithi192.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 939 kB/s | 94 kB 00:00 2023-12-18T13:18:15.351 INFO:teuthology.orchestra.run.smithi027.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-12-18T13:18:15.426 INFO:teuthology.orchestra.run.smithi027.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-12-18T13:18:15.443 INFO:teuthology.orchestra.run.smithi027.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2023-12-18T13:18:15.452 INFO:teuthology.orchestra.run.smithi192.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.3 MB/s | 3.9 MB 00:00 2023-12-18T13:18:15.535 INFO:teuthology.orchestra.run.smithi027.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-18T13:18:15.644 INFO:teuthology.orchestra.run.smithi027.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-18T13:18:15.736 INFO:teuthology.orchestra.run.smithi192.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 6.4 MB/s | 9.6 MB 00:01 2023-12-18T13:18:15.744 INFO:teuthology.orchestra.run.smithi027.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-18T13:18:15.787 INFO:teuthology.orchestra.run.smithi192.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.6 MB/s | 2.5 MB 00:00 2023-12-18T13:18:15.837 INFO:teuthology.orchestra.run.smithi192.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-12-18T13:18:15.844 INFO:teuthology.orchestra.run.smithi027.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 937 kB/s | 94 kB 00:00 2023-12-18T13:18:15.887 INFO:teuthology.orchestra.run.smithi192.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-12-18T13:18:15.903 INFO:teuthology.orchestra.run.smithi027.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.5 MB/s | 3.9 MB 00:00 2023-12-18T13:18:16.137 INFO:teuthology.orchestra.run.smithi192.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.9 MB/s | 8.1 MB 00:00 2023-12-18T13:18:16.138 INFO:teuthology.orchestra.run.smithi192.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:18:16.138 INFO:teuthology.orchestra.run.smithi192.stdout:Total 14 MB/s | 27 MB 00:01 2023-12-18T13:18:16.187 INFO:teuthology.orchestra.run.smithi027.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 8.9 MB/s | 2.5 MB 00:00 2023-12-18T13:18:16.304 INFO:teuthology.orchestra.run.smithi027.stdout:(10/13): buildah-1.32.0-1.module_el8+712+4cd1bd 6.3 MB/s | 9.6 MB 00:01 2023-12-18T13:18:16.329 INFO:teuthology.orchestra.run.smithi027.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 371 kB/s | 53 kB 00:00 2023-12-18T13:18:16.404 INFO:teuthology.orchestra.run.smithi027.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-12-18T13:18:16.409 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction check 2023-12-18T13:18:16.430 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction check succeeded. 2023-12-18T13:18:16.430 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction test 2023-12-18T13:18:16.692 INFO:teuthology.orchestra.run.smithi192.stdout:Transaction test succeeded. 2023-12-18T13:18:16.695 INFO:teuthology.orchestra.run.smithi192.stdout:Running transaction 2023-12-18T13:18:16.804 INFO:teuthology.orchestra.run.smithi027.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 8.5 MB/s | 8.1 MB 00:00 2023-12-18T13:18:16.805 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:18:16.805 INFO:teuthology.orchestra.run.smithi027.stdout:Total 12 MB/s | 27 MB 00:02 2023-12-18T13:18:17.085 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-18T13:18:17.108 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-18T13:18:17.108 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-18T13:18:17.381 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-18T13:18:17.385 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-18T13:18:17.394 INFO:teuthology.orchestra.run.smithi192.stdout: Preparing : 1/1 2023-12-18T13:18:17.638 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T13:18:17.825 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T13:18:18.041 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T13:18:18.101 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-18T13:18:18.278 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:18:18.349 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T13:18:18.501 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T13:18:18.681 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T13:18:18.874 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T13:18:18.944 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:18:19.528 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T13:18:19.866 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:18:20.395 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T13:18:20.583 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:18:20.593 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T13:18:20.812 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T13:18:20.871 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T13:18:21.020 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T13:18:21.272 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T13:18:21.273 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T13:18:21.672 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T13:18:22.159 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:18:22.363 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T13:18:22.557 INFO:teuthology.orchestra.run.smithi192.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:18:22.598 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:18:22.811 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T13:18:23.000 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:18:23.002 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T13:18:23.003 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T13:18:23.003 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T13:18:23.003 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T13:18:23.003 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:18:23.003 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T13:18:23.485 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:18:23.485 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T13:18:23.485 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T13:18:23.485 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T13:18:23.485 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:18:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T13:18:23.815 INFO:teuthology.orchestra.run.smithi192.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout:Installed: 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:23.816 INFO:teuthology.orchestra.run.smithi192.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T13:18:23.817 INFO:teuthology.orchestra.run.smithi192.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T13:18:23.817 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:18:23.817 INFO:teuthology.orchestra.run.smithi192.stdout:Complete! 2023-12-18T13:18:24.119 DEBUG:teuthology.parallel:result is None 2023-12-18T13:18:24.335 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T13:18:24.335 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:18:24.335 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-18T13:18:24.335 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:24.335 INFO:teuthology.orchestra.run.smithi027.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T13:18:24.336 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:18:24.337 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-18T13:18:24.595 DEBUG:teuthology.parallel:result is None 2023-12-18T13:18:24.595 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-18T13:18:24.673 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': '861525e252e70f0d455bae7d2dc4d635f8b415f1'} 2023-12-18T13:18:24.674 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-18T13:18:24.674 INFO:tasks.cephadm:Cluster fsid is ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:18:24.674 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-18T13:18:24.674 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-18T13:18:24.675 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi027': '172.21.15.27', 'mon.smithi192': '172.21.15.192'} 2023-12-18T13:18:24.675 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-18T13:18:24.675 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2023-12-18T13:18:24.703 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2023-12-18T13:18:24.731 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-18T13:18:24.732 DEBUG:teuthology.orchestra.run.smithi027:> 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-12-18T13:18:25.069 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 13:18 /home/ubuntu/cephtest/cephadm 2023-12-18T13:18:25.070 DEBUG:teuthology.orchestra.run.smithi192:> 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-12-18T13:18:25.321 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 13:18 /home/ubuntu/cephtest/cephadm 2023-12-18T13:18:25.322 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T13:18:25.343 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T13:18:25.370 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-18T13:18:25.370 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T13:18:25.386 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T13:18:27.065 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:18:27.155 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:18:46.690 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:18:46.690 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T13:18:46.690 INFO:teuthology.orchestra.run.smithi027.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T13:18:46.690 INFO:teuthology.orchestra.run.smithi027.stdout: "repo_digests": [ 2023-12-18T13:18:46.690 INFO:teuthology.orchestra.run.smithi027.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T13:18:46.690 INFO:teuthology.orchestra.run.smithi027.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T13:18:46.691 INFO:teuthology.orchestra.run.smithi027.stdout: ] 2023-12-18T13:18:46.691 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2023-12-18T13:18:50.062 INFO:teuthology.orchestra.run.smithi192.stdout:} 2023-12-18T13:18:50.080 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /etc/ceph 2023-12-18T13:18:50.118 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2023-12-18T13:18:50.149 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 777 /etc/ceph 2023-12-18T13:18:50.189 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2023-12-18T13:18:50.216 INFO:tasks.cephadm:Writing seed config... 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-18T13:18:50.217 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-18T13:18:50.218 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:18:50.218 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-18T13:18:50.249 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 = ec6d3de2-9da7-11ee-95a5-87774f69a715 [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-12-18T13:18:50.249 DEBUG:teuthology.orchestra.run.smithi027:mon.smithi027> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi027.service 2023-12-18T13:18:50.291 INFO:tasks.cephadm:Bootstrapping... 2023-12-18T13:18:50.292 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.27 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:18:50.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:-- Logs begin at Mon 2023-12-18 13:09:44 UTC. -- 2023-12-18T13:18:50.497 INFO:teuthology.orchestra.run.smithi027.stderr:-------------------------------------------------------------------------------- 2023-12-18T13:18:50.497 INFO:teuthology.orchestra.run.smithi027.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'ec6d3de2-9da7-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.27', '--skip-admin-label'] 2023-12-18T13:18:50.519 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 4.6.1 2023-12-18T13:18:50.536 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying podman|docker is present... 2023-12-18T13:18:50.556 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 4.6.1 2023-12-18T13:18:50.568 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying lvm2 is present... 2023-12-18T13:18:50.568 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying time synchronization is in place... 2023-12-18T13:18:50.574 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T13:18:50.580 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-18T13:18:50.586 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: enabled 2023-12-18T13:18:50.592 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: active 2023-12-18T13:18:50.592 INFO:teuthology.orchestra.run.smithi027.stderr:Unit chronyd.service is enabled and running 2023-12-18T13:18:50.593 INFO:teuthology.orchestra.run.smithi027.stderr:Repeating the final host check... 2023-12-18T13:18:50.612 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 4.6.1 2023-12-18T13:18:50.627 INFO:teuthology.orchestra.run.smithi027.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-18T13:18:50.627 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl is present 2023-12-18T13:18:50.627 INFO:teuthology.orchestra.run.smithi027.stderr:lvcreate is present 2023-12-18T13:18:50.632 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T13:18:50.638 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-18T13:18:50.644 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: enabled 2023-12-18T13:18:50.649 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: active 2023-12-18T13:18:50.650 INFO:teuthology.orchestra.run.smithi027.stderr:Unit chronyd.service is enabled and running 2023-12-18T13:18:50.650 INFO:teuthology.orchestra.run.smithi027.stderr:Host looks OK 2023-12-18T13:18:50.650 INFO:teuthology.orchestra.run.smithi027.stderr:Cluster fsid: ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:18:50.651 INFO:teuthology.orchestra.run.smithi027.stderr:Acquiring lock 140279866318976 on /run/cephadm/ec6d3de2-9da7-11ee-95a5-87774f69a715.lock 2023-12-18T13:18:50.651 INFO:teuthology.orchestra.run.smithi027.stderr:Lock 140279866318976 acquired on /run/cephadm/ec6d3de2-9da7-11ee-95a5-87774f69a715.lock 2023-12-18T13:18:50.651 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying IP 172.21.15.27 port 3300 ... 2023-12-18T13:18:50.651 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying IP 172.21.15.27 port 6789 ... 2023-12-18T13:18:50.651 INFO:teuthology.orchestra.run.smithi027.stderr:Base mon IP is 172.21.15.27, final addrv is [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-12-18T13:18:50.654 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.27 metric 100 2023-12-18T13:18:50.654 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.27 metric 100 2023-12-18T13:18:50.656 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-18T13:18:50.657 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-18T13:18:50.657 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1643sec hoplimit 64 pref medium 2023-12-18T13:18:50.659 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-18T13:18:50.659 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-18T13:18:50.659 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T13:18:50.659 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-18T13:18:50.659 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:395a/64 scope link 2023-12-18T13:18:50.659 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T13:18:50.660 INFO:teuthology.orchestra.run.smithi027.stderr:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2023-12-18T13:18:50.660 INFO:teuthology.orchestra.run.smithi027.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-18T13:18:50.661 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:18:50.740 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:18:51.075 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Getting image source signatures 2023-12-18T13:18:51.075 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-18T13:18:51.075 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-18T13:18:51.075 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-18T13:18:51.075 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-18T13:18:51.075 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-18T13:18:51.076 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T13:18:51.150 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Writing manifest to image destination 2023-12-18T13:18:51.303 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T13:18:51.717 INFO:teuthology.orchestra.run.smithi027.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T13:18:52.073 INFO:teuthology.orchestra.run.smithi027.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T13:18:52.073 INFO:teuthology.orchestra.run.smithi027.stderr:Extracting ceph user uid/gid from container image... 2023-12-18T13:18:52.403 INFO:teuthology.orchestra.run.smithi027.stderr:stat: 167 167 2023-12-18T13:18:52.719 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial keys... 2023-12-18T13:18:53.084 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQC9RoBl1IcTAhAAiFcWJb68G+jwQMP2XT0N/A== 2023-12-18T13:18:53.699 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQC9RoBlAfVXJxAATvvnC4doyiAnLF66/vpQZQ== 2023-12-18T13:18:54.360 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQC+RoBlIX8wFBAAdEU8cw0rTOKnhkB+937r+Q== 2023-12-18T13:18:54.702 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial monmap... 2023-12-18T13:18:55.061 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T13:18:55.062 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-18T13:18:55.062 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:18:55.062 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T13:18:55.386 INFO:teuthology.orchestra.run.smithi027.stderr:monmaptool for smithi027 [v2:172.21.15.27:3300,v1:172.21.15.27:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T13:18:55.386 INFO:teuthology.orchestra.run.smithi027.stderr:setting min_mon_release = octopus 2023-12-18T13:18:55.386 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: set fsid to ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:18:55.386 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T13:18:55.386 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:18:55.387 INFO:teuthology.orchestra.run.smithi027.stderr:Creating mon... 2023-12-18T13:18:56.110 INFO:teuthology.orchestra.run.smithi027.stderr:create mon.smithi027 on 2023-12-18T13:18:56.219 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-18T13:18:56.318 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715.target. 2023-12-18T13:18:56.318 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715.target. 2023-12-18T13:18:56.529 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to reset failed state of unit ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi027.service: Unit ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi027.service not loaded. 2023-12-18T13:18:56.536 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715.target.wants/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi027.service → /etc/systemd/system/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@.service. 2023-12-18T13:18:57.031 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-18T13:18:57.038 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-18T13:18:57.038 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-18T13:18:57.039 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T13:18:57.039 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mon to start... 2023-12-18T13:18:57.039 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mon... 2023-12-18T13:18:57.278 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:57 smithi027 ceph-mon[107293]: mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: cluster: 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: id: ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: services: 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi027 (age 0.516187s) 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: data: 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-18T13:18:57.560 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-18T13:18:57.561 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-18T13:18:57.561 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: pgs: 2023-12-18T13:18:57.561 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:18:58.350 INFO:teuthology.orchestra.run.smithi027.stderr:mon is available 2023-12-18T13:18:58.350 INFO:teuthology.orchestra.run.smithi027.stderr:Assimilating anything we can from ceph.conf... 2023-12-18T13:18:58.352 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:58 smithi027 ceph-mon[107293]: mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2023-12-18T13:18:58.352 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:58 smithi027 ceph-mon[107293]: monmap e1: 1 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} 2023-12-18T13:18:58.352 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:58 smithi027 ceph-mon[107293]: fsmap 2023-12-18T13:18:58.352 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:58 smithi027 ceph-mon[107293]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T13:18:58.352 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:58 smithi027 ceph-mon[107293]: mgrmap e1: no daemons active 2023-12-18T13:18:58.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:58 smithi027 ceph-mon[107293]: from='client.? 172.21.15.27:0/882037121' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [global] 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: fsid = ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T13:18:58.819 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T13:18:58.820 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:18:58.820 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [mgr] 2023-12-18T13:18:58.820 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T13:18:58.820 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:18:58.820 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [osd] 2023-12-18T13:18:58.820 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T13:18:58.820 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T13:18:59.130 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:59 smithi027 ceph-mon[107293]: from='client.? 172.21.15.27:0/2788713088' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T13:18:59.130 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:18:59 smithi027 ceph-mon[107293]: from='client.? 172.21.15.27:0/2788713088' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-18T13:18:59.178 INFO:teuthology.orchestra.run.smithi027.stderr:Generating new minimal ceph.conf... 2023-12-18T13:19:00.045 INFO:teuthology.orchestra.run.smithi027.stderr:Restarting the monitor... 2023-12-18T13:19:00.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107293]: from='client.? 172.21.15.27:0/3401449804' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:19:00.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:19:00.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 bash[107593]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon.smithi027" found: no such container 2023-12-18T13:19:00.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi027[107270]: 2023-12-18T13:19:00.159+0000 7f40a6e4c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi027 -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-12-18T13:19:00.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi027[107270]: 2023-12-18T13:19:00.159+0000 7f40a6e4c700 -1 mon.smithi027@0(leader) e1 *** Got Signal Terminated *** 2023-12-18T13:19:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 bash[107606]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi027 2023-12-18T13:19:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 bash[107644]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon.smithi027" found: no such container 2023-12-18T13:19:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 systemd[1]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi027.service: Succeeded. 2023-12-18T13:19:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 systemd[1]: Stopped Ceph mon.smithi027 for ec6d3de2-9da7-11ee-95a5-87774f69a715. 2023-12-18T13:19:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 systemd[1]: Starting Ceph mon.smithi027 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:19:00.878 INFO:teuthology.orchestra.run.smithi027.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-18T13:19:01.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T13:19:01.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T13:19:01.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: pidfile_write: ignore empty --pid-file 2023-12-18T13:19:01.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: load: jerasure load: lrc 2023-12-18T13:19:01.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: RocksDB version: 6.15.5 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Compile date Apr 18 2022 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: DB SUMMARY 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: DB Session ID: BTK4K3EAF2ADHMEYH9PG 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: CURRENT file: CURRENT 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi027/store.db dir, Total Num: 1, files: 000008.sst 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi027/store.db: 000010.log size: 82161 ; 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.error_if_exists: 0 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.create_if_missing: 0 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.paranoid_checks: 1 2023-12-18T13:19:01.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.env: 0x5618d57be860 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.fs: Posix File System 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.info_log: 0x5618d6325fa0 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.statistics: (nil) 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.use_fsync: 0 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_log_file_size: 0 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.allow_fallocate: 1 2023-12-18T13:19:01.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.use_direct_reads: 0 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.db_log_dir: 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi027/store.db 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T13:19:01.220 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T13:19:01.221 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T13:19:01.221 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.write_buffer_manager: 0x5618d6416330 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T13:19:01.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.unordered_write: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.row_cache: None 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.wal_filter: None 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.preserve_deletes: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.two_write_queues: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T13:19:01.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.atomic_flush: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.log_readahead_size: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_background_jobs: 2 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_background_compactions: -1 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_subcompactions: 1 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T13:19:01.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_open_files: -1 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_background_flushes: -1 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Compression algorithms supported: 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kZSTD supported: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kXpressCompression supported: 0 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T13:19:01.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kLZ4Compression supported: 1 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kBZip2Compression supported: 0 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kZlibCompression supported: 1 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: kSnappyCompression supported: 1 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi027/store.db/MANIFEST-000009 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.merge_operator: 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_filter: None 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5618d62f1d00) 2023-12-18T13:19:01.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: cache_index_and_filter_blocks: 1 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: pin_top_level_index_and_filter: 1 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: index_type: 0 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: data_block_index_type: 0 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: index_shortening: 1 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: hash_index_allow_collision: 1 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: checksum: 1 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: no_block_cache: 0 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache: 0x5618d635c170 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache_name: BinnedLRUCache 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache_options: 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: capacity : 536870912 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: num_shard_bits : 4 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: strict_capacity_limit : 0 2023-12-18T13:19:01.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: high_pri_pool_ratio: 0.000 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache_compressed: (nil) 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: persistent_cache: (nil) 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_size: 4096 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_size_deviation: 10 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_restart_interval: 16 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: index_block_restart_interval: 1 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: metadata_block_size: 4096 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: partition_filters: 0 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: use_delta_encoding: 1 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: whole_key_filtering: 1 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: verify_compression: 0 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: read_amp_bytes_per_bit: 0 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: format_version: 4 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: enable_index_compression: 1 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_align: 0 2023-12-18T13:19:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression: NoCompression 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.num_levels: 7 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T13:19:01.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T13:19:01.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T13:19:01.231 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.table_properties_collectors: 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.inplace_update_support: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.bloom_locality: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.max_successive_merges: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T13:19:01.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.ttl: 2592000 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.enable_blob_files: false 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.min_blob_size: 0 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi027/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-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702905540865283, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: 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-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702905540866012, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78862, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77120, "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": 9753, "raw_average_key_size": 47, "raw_value_size": 71537, "raw_average_value_size": 345, "num_data_blocks": 10, "num_entries": 207, "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": 1702905540, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "fe627fa7-d317-43c1-a70e-9fd5f3f20c8e", "db_session_id": "BTK4K3EAF2ADHMEYH9PG"}} 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702905540866349, "job": 1, "event": "recovery_finished"} 2023-12-18T13:19:01.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi027/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5618d6342a80 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: DB pointer 0x5618d6352000 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** DB Stats ** 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:19:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: L0 2/0 78.81 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Sum 2/0 78.81 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.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 162.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.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 162.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:19:01.235 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative compaction: 0.00 GB write, 25.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval compaction: 0.00 GB write, 25.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: L0 2/0 78.81 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Sum 2/0 78.81 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 162.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-18T13:19:01.236 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.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 162.1 0.00 0.00 1 0.000 0 0 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative compaction: 0.00 GB write, 24.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:19:01.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: starting mon.smithi027 rank 0 at public addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] at bind addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi027 fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???) e1 preinit fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???).mds e1 new map 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???).mds e1 print_map 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: e1 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.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-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: legacy client fscid: -1 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: No filesystems configured 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-18T13:19:01.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expand map: {default=false} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta from 'false' to 'false' 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expanded map: {default=false} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expand map: {default=info} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta from 'info' to 'info' 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expanded map: {default=info} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expand map: {default=daemon} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expanded map: {default=daemon} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expand map: {default=debug} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta from 'debug' to 'debug' 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: expand_channel_meta expanded map: {default=debug} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 bash[107711]: aa20eb2d276888f1f10abaaec2bc00ae51be5458f67eba9bb7ee85ba1c108318 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 systemd[1]: Started Ceph mon.smithi027 for ec6d3de2-9da7-11ee-95a5-87774f69a715. 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: monmap e1: 1 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: fsmap 2023-12-18T13:19:01.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T13:19:01.240 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:00 smithi027 ceph-mon[107749]: mgrmap e1: no daemons active 2023-12-18T13:19:01.777 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-18T13:19:01.778 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:19:01.778 INFO:teuthology.orchestra.run.smithi027.stderr:Creating mgr... 2023-12-18T13:19:01.778 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying port 9283 ... 2023-12-18T13:19:01.919 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to reset failed state of unit ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mgr.smithi027.zqcsao.service: Unit ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mgr.smithi027.zqcsao.service not loaded. 2023-12-18T13:19:01.926 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715.target.wants/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mgr.smithi027.zqcsao.service → /etc/systemd/system/ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@.service. 2023-12-18T13:19:02.413 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-18T13:19:02.421 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-18T13:19:02.424 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-18T13:19:02.424 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T13:19:02.430 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-18T13:19:02.438 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-18T13:19:02.439 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-18T13:19:02.439 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-18T13:19:02.439 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr to start... 2023-12-18T13:19:02.439 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr... 2023-12-18T13:19:02.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:02 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1927517695' entity='client.admin' 2023-12-18T13:19:02.974 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:19:02.974 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "ec6d3de2-9da7-11ee-95a5-87774f69a715", 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:02.975 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:19:02.976 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:02.977 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:18:57.044155+0000", 2023-12-18T13:19:02.978 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:02.979 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:02.979 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:19:02.979 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:03.319 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (1/15)... 2023-12-18T13:19:03.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:03 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/571318488' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:19:05.796 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:19:05.796 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:05.796 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "ec6d3de2-9da7-11ee-95a5-87774f69a715", 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-18T13:19:05.797 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:19:05.798 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:19:05.801 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:19:05.802 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:18:57.044155+0000", 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:19:05.803 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:05 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2705258375' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:19:06.152 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (2/15)... 2023-12-18T13:19:08.612 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:19:08.612 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:08.612 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "ec6d3de2-9da7-11ee-95a5-87774f69a715", 2023-12-18T13:19:08.612 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:19:08.612 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:19:08.612 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:19:08.612 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:19:08.613 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:08.614 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:19:08.614 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:08.614 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:19:08.614 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:19:08.614 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:19:08.617 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:19:08.618 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:18:57.044155+0000", 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:19:08.619 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:08.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:08 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2757556065' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:19:09.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: Activating manager daemon smithi027.zqcsao 2023-12-18T13:19:09.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: mgrmap e2: smithi027.zqcsao(active, starting, since 0.00269823s) 2023-12-18T13:19:09.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:19:09.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr metadata", "who": "smithi027.zqcsao", "id": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: Manager daemon smithi027.zqcsao is now available 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:09 smithi027 ceph-mon[107749]: from='mgr.14100 172.21.15.27:0/3892036666' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:10.010 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (3/15)... 2023-12-18T13:19:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:10 smithi027 ceph-mon[107749]: mgrmap e3: smithi027.zqcsao(active, since 1.00651s) 2023-12-18T13:19:12.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:12 smithi027 ceph-mon[107749]: mgrmap e4: smithi027.zqcsao(active, since 3s) 2023-12-18T13:19:14.220 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "ec6d3de2-9da7-11ee-95a5-87774f69a715", 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-18T13:19:14.221 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 13, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:19:14.222 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:19:14.223 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:18:57.044155+0000", 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:19:14.224 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-18T13:19:14.225 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:19:14.225 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:14.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:14 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1042479091' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:19:16.918 INFO:teuthology.orchestra.run.smithi027.stderr:mgr is available 2023-12-18T13:19:18.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:19:18.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [global] 2023-12-18T13:19:18.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: fsid = ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:19:18.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T13:19:18.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T13:19:18.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T13:19:18.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T13:19:18.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:19:18.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [mgr] 2023-12-18T13:19:18.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T13:19:18.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-18T13:19:18.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [osd] 2023-12-18T13:19:18.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T13:19:18.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T13:19:18.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:18 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3947658356' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T13:19:19.526 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling cephadm module... 2023-12-18T13:19:20.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:20 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/624555088' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-18T13:19:21.187 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:21.187 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-18T13:19:21.187 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:19:21.188 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "active_name": "smithi027.zqcsao", 2023-12-18T13:19:21.188 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T13:19:21.188 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:21.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:21 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/624555088' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-18T13:19:21.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:21 smithi027 ceph-mon[107749]: mgrmap e5: smithi027.zqcsao(active, since 11s) 2023-12-18T13:19:21.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:21 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3960685680' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T13:19:21.533 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for the mgr to restart... 2023-12-18T13:19:21.533 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr epoch 5... 2023-12-18T13:19:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:26 smithi027 ceph-mon[107749]: Active manager daemon smithi027.zqcsao restarted 2023-12-18T13:19:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:26 smithi027 ceph-mon[107749]: Activating manager daemon smithi027.zqcsao 2023-12-18T13:19:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:26 smithi027 ceph-mon[107749]: osdmap e2: 0 total, 0 up, 0 in 2023-12-18T13:19:27.888 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:27.889 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-18T13:19:27.889 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T13:19:27.889 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: mgrmap e6: smithi027.zqcsao(active, starting, since 0.41628s) 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr metadata", "who": "smithi027.zqcsao", "id": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: Manager daemon smithi027.zqcsao is now available 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:28.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:28.194 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:28.194 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:19:28.194 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:27 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:19:28.240 INFO:teuthology.orchestra.run.smithi027.stderr:mgr epoch 5 is available 2023-12-18T13:19:28.240 INFO:teuthology.orchestra.run.smithi027.stderr:Setting orchestrator backend to cephadm... 2023-12-18T13:19:29.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:28 smithi027 ceph-mon[107749]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-18T13:19:29.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:28 smithi027 ceph-mon[107749]: mgrmap e7: smithi027.zqcsao(active, since 1.4188s) 2023-12-18T13:19:29.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:28 smithi027 ceph-mon[107749]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-18T13:19:29.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:28 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:29.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:28 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:29.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:28 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:29.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:28 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:29.684 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: value unchanged 2023-12-18T13:19:29.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:29 smithi027 ceph-mon[107749]: [18/Dec/2023:13:19:28] ENGINE Bus STARTING 2023-12-18T13:19:29.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:29 smithi027 ceph-mon[107749]: [18/Dec/2023:13:19:28] ENGINE Serving on https://172.21.15.27:7150 2023-12-18T13:19:29.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:29 smithi027 ceph-mon[107749]: [18/Dec/2023:13:19:28] ENGINE Bus STARTED 2023-12-18T13:19:29.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:29 smithi027 ceph-mon[107749]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:29.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:29 smithi027 ceph-mon[107749]: mgrmap e8: smithi027.zqcsao(active, since 2s) 2023-12-18T13:19:30.040 INFO:teuthology.orchestra.run.smithi027.stderr:Generating ssh key... 2023-12-18T13:19:31.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:30 smithi027 ceph-mon[107749]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:31.994 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn+TIifNAWhbbLX7yvxKt6jQKJzgsC0hY83ab5Ib4sb4QuWlXLmUgH2KLyONR6uLJELME7jVek8oxnFvhDMvIClLbMzHMinP3+MpqNDdjr7uH3LyNTTK/5wXT9uCmxCpl2LekRKCM+0BgqaLBci+mSLhxXYN0JA7yn/DhgYzAn1irnlrIwC2tEC2nNv+PpM/GUUdjb707AKPDbeq4U8idvPPDSZEyNmbcbwXlcRFrAFeml17Q/hF22UwKYFU3HklBkqyGEkB7H3w2s5V8dOfpqqlKO6GNSJJOxvhSRUDnRTgW9z638BXcZqDJKCbdY/tkh/3wIdSAxiKGIaCvnEc/k4HKn9XKB0+ONSIZDAQrKCyN/980SzfULkHLsbcgYOZshM6zfleIJAaEV0QrcF63vyk4iXNovIVmXp1784Txdc6yL4rutZw8SFvgNF9646fCRnPPs9K6j9jvhrG5NM/7DRvWKVP9x1EEdr5z2jMsP1aAzwq+0xERWp4cw5GwuGj8= ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:19:32.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:32 smithi027 ceph-mon[107749]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:32.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:32 smithi027 ceph-mon[107749]: Generating ssh key... 2023-12-18T13:19:32.293 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:32 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:32.293 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:32 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:32.366 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:19:32.366 INFO:teuthology.orchestra.run.smithi027.stderr:Adding key to root@localhost authorized_keys... 2023-12-18T13:19:32.367 INFO:teuthology.orchestra.run.smithi027.stderr:Adding host smithi027... 2023-12-18T13:19:33.205 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:33 smithi027 ceph-mon[107749]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:33.737 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Added host 'smithi027' with addr '172.21.15.27' 2023-12-18T13:19:34.064 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying mon service with default placement... 2023-12-18T13:19:34.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:34 smithi027 ceph-mon[107749]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "addr": "172.21.15.27", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:34.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:34 smithi027 ceph-mon[107749]: Deploying cephadm binary to smithi027 2023-12-18T13:19:34.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:34 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:34.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:34 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:34.628 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-18T13:19:35.073 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying mgr service with default placement... 2023-12-18T13:19:35.278 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:35 smithi027 ceph-mon[107749]: Added host smithi027 2023-12-18T13:19:35.278 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:35 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:35.737 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-18T13:19:36.140 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying crash service with default placement... 2023-12-18T13:19:36.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:36 smithi027 ceph-mon[107749]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:36.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:36 smithi027 ceph-mon[107749]: Saving service mon spec with placement count:5 2023-12-18T13:19:36.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:36 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:36.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:36 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:36.714 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-18T13:19:37.278 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying prometheus service with default placement... 2023-12-18T13:19:37.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:37 smithi027 ceph-mon[107749]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:37.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:37 smithi027 ceph-mon[107749]: Saving service mgr spec with placement count:2 2023-12-18T13:19:37.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:37 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:37.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:37 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:37.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:37 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:37.939 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-18T13:19:38.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:38 smithi027 ceph-mon[107749]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:38.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:38 smithi027 ceph-mon[107749]: Saving service crash spec with placement * 2023-12-18T13:19:38.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:38 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:38.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:38 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:38.448 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying grafana service with default placement... 2023-12-18T13:19:39.237 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-18T13:19:39.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:39 smithi027 ceph-mon[107749]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:39.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:39 smithi027 ceph-mon[107749]: Saving service prometheus spec with placement count:1 2023-12-18T13:19:39.598 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying node-exporter service with default placement... 2023-12-18T13:19:40.215 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-18T13:19:40.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:40 smithi027 ceph-mon[107749]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:40.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:40 smithi027 ceph-mon[107749]: Saving service grafana spec with placement count:1 2023-12-18T13:19:40.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:40 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:40.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:40 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:40.573 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying alertmanager service with default placement... 2023-12-18T13:19:41.170 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-18T13:19:41.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:41 smithi027 ceph-mon[107749]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:41.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:41 smithi027 ceph-mon[107749]: Saving service node-exporter spec with placement * 2023-12-18T13:19:41.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:41 smithi027 ceph-mon[107749]: from='mgr.14120 172.21.15.27:0/3579526304' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:42.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:42 smithi027 ceph-mon[107749]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:42.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:42 smithi027 ceph-mon[107749]: Saving service alertmanager spec with placement count:1 2023-12-18T13:19:42.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:42 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1938829598' entity='client.admin' 2023-12-18T13:19:43.406 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling the dashboard module... 2023-12-18T13:19:44.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:44 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2925461589' entity='client.admin' 2023-12-18T13:19:45.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:45 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3130886287' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-18T13:19:46.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:46 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3130886287' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-18T13:19:46.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:46 smithi027 ceph-mon[107749]: mgrmap e9: smithi027.zqcsao(active, since 18s) 2023-12-18T13:19:46.644 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:46.644 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-18T13:19:46.644 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:19:46.644 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "active_name": "smithi027.zqcsao", 2023-12-18T13:19:46.645 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T13:19:46.645 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:46.967 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for the mgr to restart... 2023-12-18T13:19:46.967 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr epoch 9... 2023-12-18T13:19:47.282 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:47 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1584642526' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T13:19:52.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:51 smithi027 ceph-mon[107749]: Active manager daemon smithi027.zqcsao restarted 2023-12-18T13:19:52.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:51 smithi027 ceph-mon[107749]: Activating manager daemon smithi027.zqcsao 2023-12-18T13:19:52.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:51 smithi027 ceph-mon[107749]: osdmap e3: 0 total, 0 up, 0 in 2023-12-18T13:19:52.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-18T13:19:52.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-18T13:19:52.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T13:19:52.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-18T13:19:53.153 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: mgrmap e10: smithi027.zqcsao(active, starting, since 0.540145s) 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr metadata", "who": "smithi027.zqcsao", "id": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: Manager daemon smithi027.zqcsao is now available 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:19:53.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:52 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:53.247 INFO:teuthology.orchestra.run.smithi027.stderr:mgr epoch 9 is available 2023-12-18T13:19:53.247 INFO:teuthology.orchestra.run.smithi027.stderr:Generating a dashboard self-signed certificate... 2023-12-18T13:19:53.886 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-18T13:19:54.099 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:53 smithi027 ceph-mon[107749]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-18T13:19:54.099 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:53 smithi027 ceph-mon[107749]: mgrmap e11: smithi027.zqcsao(active, since 1.54552s) 2023-12-18T13:19:54.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:53 smithi027 ceph-mon[107749]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-18T13:19:54.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:53 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:54.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:53 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:54.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:53 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:54.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:53 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:54.572 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial admin user... 2023-12-18T13:19:55.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:54 smithi027 ceph-mon[107749]: [18/Dec/2023:13:19:53] ENGINE Bus STARTING 2023-12-18T13:19:55.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:54 smithi027 ceph-mon[107749]: [18/Dec/2023:13:19:53] ENGINE Serving on https://172.21.15.27:7150 2023-12-18T13:19:55.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:54 smithi027 ceph-mon[107749]: [18/Dec/2023:13:19:53] ENGINE Bus STARTED 2023-12-18T13:19:55.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:54 smithi027 ceph-mon[107749]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:55.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:54 smithi027 ceph-mon[107749]: mgrmap e12: smithi027.zqcsao(active, since 2s) 2023-12-18T13:19:55.456 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Hbe5.qcDHBBXfcbzlt76BuKY3iOeTQYU46wTZ9ixJn4PaApMXEKYG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702905595, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-18T13:19:55.811 INFO:teuthology.orchestra.run.smithi027.stderr:Fetching dashboard port number... 2023-12-18T13:19:56.368 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 8443 2023-12-18T13:19:56.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:56 smithi027 ceph-mon[107749]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:19:56.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:56 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:19:56.672 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:56 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2656013639' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-18T13:19:56.737 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-18T13:19:56.745 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-18T13:19:56.746 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-18T13:19:56.746 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-18T13:19:56.749 INFO:teuthology.orchestra.run.smithi027.stderr:Ceph Dashboard is now available at: 2023-12-18T13:19:56.749 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:56.749 INFO:teuthology.orchestra.run.smithi027.stderr: URL: https://smithi027.front.sepia.ceph.com:8443/ 2023-12-18T13:19:56.749 INFO:teuthology.orchestra.run.smithi027.stderr: User: admin 2023-12-18T13:19:56.749 INFO:teuthology.orchestra.run.smithi027.stderr: Password: flmpgtibiv 2023-12-18T13:19:56.749 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:56.749 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling autotune for osd_memory_target 2023-12-18T13:19:58.464 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-18T13:19:58.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:58 smithi027 ceph-mon[107749]: mgrmap e13: smithi027.zqcsao(active, since 6s) 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr:You can access the Ceph CLI with: 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr: ceph telemetry on 2023-12-18T13:19:58.812 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:58.813 INFO:teuthology.orchestra.run.smithi027.stderr:For more information see: 2023-12-18T13:19:58.813 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:58.813 INFO:teuthology.orchestra.run.smithi027.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-18T13:19:58.813 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:19:58.813 INFO:teuthology.orchestra.run.smithi027.stderr:Bootstrap complete. 2023-12-18T13:19:58.845 INFO:tasks.cephadm:Fetching config... 2023-12-18T13:19:58.845 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:19:58.845 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-18T13:19:58.864 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-18T13:19:58.864 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:19:58.864 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-18T13:19:58.922 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-18T13:19:58.923 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:19:58.923 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/keyring of=/dev/stdout 2023-12-18T13:19:58.992 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-18T13:19:58.992 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:19:58.992 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-18T13:19:59.050 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-18T13:19:59.050 DEBUG:teuthology.orchestra.run.smithi027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn+TIifNAWhbbLX7yvxKt6jQKJzgsC0hY83ab5Ib4sb4QuWlXLmUgH2KLyONR6uLJELME7jVek8oxnFvhDMvIClLbMzHMinP3+MpqNDdjr7uH3LyNTTK/5wXT9uCmxCpl2LekRKCM+0BgqaLBci+mSLhxXYN0JA7yn/DhgYzAn1irnlrIwC2tEC2nNv+PpM/GUUdjb707AKPDbeq4U8idvPPDSZEyNmbcbwXlcRFrAFeml17Q/hF22UwKYFU3HklBkqyGEkB7H3w2s5V8dOfpqqlKO6GNSJJOxvhSRUDnRTgW9z638BXcZqDJKCbdY/tkh/3wIdSAxiKGIaCvnEc/k4HKn9XKB0+ONSIZDAQrKCyN/980SzfULkHLsbcgYOZshM6zfleIJAaEV0QrcF63vyk4iXNovIVmXp1784Txdc6yL4rutZw8SFvgNF9646fCRnPPs9K6j9jvhrG5NM/7DRvWKVP9x1EEdr5z2jMsP1aAzwq+0xERWp4cw5GwuGj8= ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T13:19:59.129 INFO:teuthology.orchestra.run.smithi027.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn+TIifNAWhbbLX7yvxKt6jQKJzgsC0hY83ab5Ib4sb4QuWlXLmUgH2KLyONR6uLJELME7jVek8oxnFvhDMvIClLbMzHMinP3+MpqNDdjr7uH3LyNTTK/5wXT9uCmxCpl2LekRKCM+0BgqaLBci+mSLhxXYN0JA7yn/DhgYzAn1irnlrIwC2tEC2nNv+PpM/GUUdjb707AKPDbeq4U8idvPPDSZEyNmbcbwXlcRFrAFeml17Q/hF22UwKYFU3HklBkqyGEkB7H3w2s5V8dOfpqqlKO6GNSJJOxvhSRUDnRTgW9z638BXcZqDJKCbdY/tkh/3wIdSAxiKGIaCvnEc/k4HKn9XKB0+ONSIZDAQrKCyN/980SzfULkHLsbcgYOZshM6zfleIJAaEV0QrcF63vyk4iXNovIVmXp1784Txdc6yL4rutZw8SFvgNF9646fCRnPPs9K6j9jvhrG5NM/7DRvWKVP9x1EEdr5z2jMsP1aAzwq+0xERWp4cw5GwuGj8= ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:19:59.140 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn+TIifNAWhbbLX7yvxKt6jQKJzgsC0hY83ab5Ib4sb4QuWlXLmUgH2KLyONR6uLJELME7jVek8oxnFvhDMvIClLbMzHMinP3+MpqNDdjr7uH3LyNTTK/5wXT9uCmxCpl2LekRKCM+0BgqaLBci+mSLhxXYN0JA7yn/DhgYzAn1irnlrIwC2tEC2nNv+PpM/GUUdjb707AKPDbeq4U8idvPPDSZEyNmbcbwXlcRFrAFeml17Q/hF22UwKYFU3HklBkqyGEkB7H3w2s5V8dOfpqqlKO6GNSJJOxvhSRUDnRTgW9z638BXcZqDJKCbdY/tkh/3wIdSAxiKGIaCvnEc/k4HKn9XKB0+ONSIZDAQrKCyN/980SzfULkHLsbcgYOZshM6zfleIJAaEV0QrcF63vyk4iXNovIVmXp1784Txdc6yL4rutZw8SFvgNF9646fCRnPPs9K6j9jvhrG5NM/7DRvWKVP9x1EEdr5z2jMsP1aAzwq+0xERWp4cw5GwuGj8= ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T13:19:59.185 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCn+TIifNAWhbbLX7yvxKt6jQKJzgsC0hY83ab5Ib4sb4QuWlXLmUgH2KLyONR6uLJELME7jVek8oxnFvhDMvIClLbMzHMinP3+MpqNDdjr7uH3LyNTTK/5wXT9uCmxCpl2LekRKCM+0BgqaLBci+mSLhxXYN0JA7yn/DhgYzAn1irnlrIwC2tEC2nNv+PpM/GUUdjb707AKPDbeq4U8idvPPDSZEyNmbcbwXlcRFrAFeml17Q/hF22UwKYFU3HklBkqyGEkB7H3w2s5V8dOfpqqlKO6GNSJJOxvhSRUDnRTgW9z638BXcZqDJKCbdY/tkh/3wIdSAxiKGIaCvnEc/k4HKn9XKB0+ONSIZDAQrKCyN/980SzfULkHLsbcgYOZshM6zfleIJAaEV0QrcF63vyk4iXNovIVmXp1784Txdc6yL4rutZw8SFvgNF9646fCRnPPs9K6j9jvhrG5NM/7DRvWKVP9x1EEdr5z2jMsP1aAzwq+0xERWp4cw5GwuGj8= ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:19:59.196 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-18T13:19:59.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:19:59 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3573986612' entity='client.admin' 2023-12-18T13:20:01.333 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-18T13:20:01.334 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-18T13:20:02.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:01 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2070604285' entity='client.admin' 2023-12-18T13:20:03.381 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2023-12-18T13:20:03.382 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-18T13:20:03.382 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2023-12-18T13:20:03.403 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-18T13:20:03.403 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:20:03.464 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2023-12-18T13:20:03.464 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch host add smithi192 2023-12-18T13:20:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:03 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:03 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:20:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:03 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:03 smithi027 ceph-mon[107749]: Deploying daemon alertmanager.smithi027 on smithi027 2023-12-18T13:20:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:03 smithi027 ceph-mon[107749]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:20:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:03 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:06.847 INFO:teuthology.orchestra.run.smithi027.stdout:Added host 'smithi192' with addr '172.21.15.192' 2023-12-18T13:20:07.135 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:06 smithi027 ceph-mon[107749]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:20:07.135 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:06 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:07.556 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-18T13:20:08.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:07 smithi027 ceph-mon[107749]: Deploying cephadm binary to smithi192 2023-12-18T13:20:08.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:07 smithi027 ceph-mon[107749]: Added host smithi192 2023-12-18T13:20:09.219 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:20:09.219 INFO:teuthology.orchestra.run.smithi027.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2023-12-18T13:20:09.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:09 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:09.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:09 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:20:09.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:09 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:20:09.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:09 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:09.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:09 smithi027 ceph-mon[107749]: Deploying daemon crash.smithi027 on smithi027 2023-12-18T13:20:09.705 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-18T13:20:09.705 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-18T13:20:10.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:10 smithi027 ceph-mon[107749]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:20:12.028 INFO:teuthology.orchestra.run.smithi027.stderr:adjusted tunables profile to default 2023-12-18T13:20:12.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:12.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:12.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:12.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:20:12.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:20:12.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:12.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: Deploying daemon grafana.smithi027 on smithi027 2023-12-18T13:20:12.322 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2103071406' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-18T13:20:12.322 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:11 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:12.415 INFO:tasks.cephadm:Adding mon.smithi027 on smithi027 2023-12-18T13:20:12.415 INFO:tasks.cephadm:Adding mon.smithi192 on smithi192 2023-12-18T13:20:12.415 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi027:172.21.15.27=smithi027;smithi192:172.21.15.192=smithi192' 2023-12-18T13:20:13.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:13 smithi027 ceph-mon[107749]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:13.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:13 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2103071406' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-18T13:20:13.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:13 smithi027 ceph-mon[107749]: osdmap e4: 0 total, 0 up, 0 in 2023-12-18T13:20:13.792 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2023-12-18T13:20:14.171 DEBUG:teuthology.orchestra.run.smithi192:mon.smithi192> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi192.service 2023-12-18T13:20:14.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:14.174 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:14.202 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:-- Logs begin at Mon 2023-12-18 13:08:58 UTC. -- 2023-12-18T13:20:15.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:14 smithi027 ceph-mon[107749]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi027:172.21.15.27=smithi027;smithi192:172.21.15.192=smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:20:15.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:14 smithi027 ceph-mon[107749]: Saving service mon spec with placement smithi027:172.21.15.27=smithi027;smithi192:172.21.15.192=smithi192;count:2 2023-12-18T13:20:15.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:14 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:15.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:14 smithi027 ceph-mon[107749]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:15.659 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:15.659 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:15.660 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:16.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:15 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/904056298' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:17.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:17.048 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:17.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:16 smithi027 ceph-mon[107749]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:18.503 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:18.503 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:18.505 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:19.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:18 smithi027 ceph-mon[107749]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:19.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:18 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/1610390243' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:19.883 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:19.884 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:21.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:20 smithi027 ceph-mon[107749]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:21.296 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:21.297 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:21.298 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:22.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:21 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/454325470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:22.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:21 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:22.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:22.686 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:23.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:22 smithi027 ceph-mon[107749]: Deploying daemon node-exporter.smithi027 on smithi027 2023-12-18T13:20:23.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:22 smithi027 ceph-mon[107749]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:23.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:22 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:24.118 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:24.118 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:24.120 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:24 smithi027 ceph-mon[107749]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:24 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/1944898400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:24 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:24 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T13:20:25.509 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:25.509 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:26.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:26 smithi027 ceph-mon[107749]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T13:20:26.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:26 smithi027 ceph-mon[107749]: mgrmap e14: smithi027.zqcsao(active, since 33s) 2023-12-18T13:20:26.900 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:26.900 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:26.902 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:27 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/1789269098' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:28.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:28.282 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:29.733 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:29.733 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:29.734 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:30.070 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:29 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/3637867464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:31.073 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:31.073 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:32.506 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:32.506 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:32.508 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:32.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: Active manager daemon smithi027.zqcsao restarted 2023-12-18T13:20:32.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: Activating manager daemon smithi027.zqcsao 2023-12-18T13:20:32.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:20:32.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: mgrmap e15: smithi027.zqcsao(active, starting, since 0.435033s) 2023-12-18T13:20:32.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:20:32.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr metadata", "who": "smithi027.zqcsao", "id": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: Manager daemon smithi027.zqcsao is now available 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:20:32.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:20:33.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:33.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/4150747218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:33.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:33.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: mgrmap e16: smithi027.zqcsao(active, since 1.43758s) 2023-12-18T13:20:33.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: [18/Dec/2023:13:20:32] ENGINE Bus STARTING 2023-12-18T13:20:33.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: [18/Dec/2023:13:20:33] ENGINE Serving on https://172.21.15.27:7150 2023-12-18T13:20:33.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: [18/Dec/2023:13:20:33] ENGINE Bus STARTED 2023-12-18T13:20:33.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:33.835 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:33.836 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:34.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:34 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:34.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:34 smithi027 ceph-mon[107749]: mgrmap e17: smithi027.zqcsao(active, since 3s) 2023-12-18T13:20:35.620 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:35.621 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:35.622 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:35.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:35.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:35.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:20:35.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:35 smithi027 ceph-mon[107749]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-18T13:20:35.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:35.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:35 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/3090032475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:20:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:20:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:20:37.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:20:37.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:37.281 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:37.281 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:38.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:37 smithi027 ceph-mon[107749]: Deploying daemon crash.smithi192 on smithi192 2023-12-18T13:20:38.924 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:38.924 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:38.927 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:20:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T13:20:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:20:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:39 smithi027 ceph-mon[107749]: Deploying daemon mgr.smithi192.yasrzc on smithi192 2023-12-18T13:20:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:39 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/1897236518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:40.644 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:40.644 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:41.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:41 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:41.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:41 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:20:41.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:41 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:41.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:41 smithi027 ceph-mon[107749]: Deploying daemon mon.smithi192 on smithi192 2023-12-18T13:20:42.474 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 systemd[1]: Starting Ceph mon.smithi192 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:20:42.532 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:42.532 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:18:55.027400Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:20:42.533 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pidfile_write: ignore empty --pid-file 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: load: jerasure load: lrc 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 bash[110335]: feaae48d74a0a106e4e0b8d5f98c9b4db18a75f67ca54de23614689e491136f6 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: RocksDB version: 6.15.5 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Compile date Apr 18 2022 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: DB SUMMARY 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: DB Session ID: CIRN92LR5488V1524UDA 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: CURRENT file: CURRENT 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-18T13:20:42.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi192/store.db dir, Total Num: 0, files: 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi192/store.db: 000004.log size: 511 ; 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.error_if_exists: 0 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.create_if_missing: 0 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.paranoid_checks: 1 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.env: 0x562bccdcd860 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.fs: Posix File System 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.info_log: 0x562bcf4cdfa0 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.statistics: (nil) 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.use_fsync: 0 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_log_file_size: 0 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T13:20:42.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.allow_fallocate: 1 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.use_direct_reads: 0 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.db_log_dir: 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi192/store.db 2023-12-18T13:20:42.807 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.write_buffer_manager: 0x562bcf5be330 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T13:20:42.809 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.unordered_write: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.row_cache: None 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.wal_filter: None 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.preserve_deletes: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.two_write_queues: 0 2023-12-18T13:20:42.810 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.atomic_flush: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.log_readahead_size: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_background_jobs: 2 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_background_compactions: -1 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_subcompactions: 1 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T13:20:42.811 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_open_files: -1 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_background_flushes: -1 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Compression algorithms supported: 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kZSTD supported: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kXpressCompression supported: 0 2023-12-18T13:20:42.812 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kLZ4Compression supported: 1 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kBZip2Compression supported: 0 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kZlibCompression supported: 1 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: kSnappyCompression supported: 1 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi192/store.db/MANIFEST-000003 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.merge_operator: 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_filter: None 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562bcf499d00) 2023-12-18T13:20:42.813 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: cache_index_and_filter_blocks: 1 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: pin_top_level_index_and_filter: 1 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: index_type: 0 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: data_block_index_type: 0 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: index_shortening: 1 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: hash_index_allow_collision: 1 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: checksum: 1 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: no_block_cache: 0 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_cache: 0x562bcf504170 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_cache_name: BinnedLRUCache 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_cache_options: 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: capacity : 536870912 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: num_shard_bits : 4 2023-12-18T13:20:42.814 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: strict_capacity_limit : 0 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: high_pri_pool_ratio: 0.000 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_cache_compressed: (nil) 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: persistent_cache: (nil) 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_size: 4096 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_size_deviation: 10 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_restart_interval: 16 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: index_block_restart_interval: 1 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: metadata_block_size: 4096 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: partition_filters: 0 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: use_delta_encoding: 1 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: whole_key_filtering: 1 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: verify_compression: 0 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: read_amp_bytes_per_bit: 0 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: format_version: 4 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: enable_index_compression: 1 2023-12-18T13:20:42.815 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: block_align: 0 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression: NoCompression 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.num_levels: 7 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:20:42.816 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T13:20:42.817 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T13:20:42.818 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.table_properties_collectors: 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.inplace_update_support: 0 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.bloom_locality: 0 2023-12-18T13:20:42.819 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.max_successive_merges: 0 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.ttl: 2592000 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.enable_blob_files: false 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.min_blob_size: 0 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi192/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-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702905642542449, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-18T13:20:42.820 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: 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-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702905642542758, "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": 1702905642, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "9df66c43-e031-42ae-90d1-ab39e10f80cc", "db_session_id": "CIRN92LR5488V1524UDA"}} 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702905642543072, "job": 1, "event": "recovery_finished"} 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi192/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 systemd[1]: Started Ceph mon.smithi192 for ec6d3de2-9da7-11ee-95a5-87774f69a715. 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562bcf4eaa80 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: DB pointer 0x562bcf4fa000 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ** DB Stats ** 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:20:42.821 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ** Compaction Stats [default] ** 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.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.2 0.00 0.00 1 0.000 0 0 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.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.2 0.00 0.00 1 0.000 0 0 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.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.2 0.00 0.00 1 0.000 0 0 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ** Compaction Stats [default] ** 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.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.2 0.00 0.00 1 0.000 0 0 2023-12-18T13:20:42.822 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ** Compaction Stats [default] ** 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.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.2 0.00 0.00 1 0.000 0 0 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.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.2 0.00 0.00 1 0.000 0 0 2023-12-18T13:20:42.823 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ** Compaction Stats [default] ** 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.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.2 0.00 0.00 1 0.000 0 0 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.824 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192 does not exist in monmap, will attempt to join an existing cluster 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: using public_addr v2:172.21.15.192:0/0 -> [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: starting mon.smithi192 rank -1 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi192 fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(???) e0 preinit fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).mds e1 new map 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).mds e1 print_map 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: e1 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.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-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: legacy client fscid: -1 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout: No filesystems configured 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-18T13:20:42.825 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2103071406' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: osdmap e4: 0 total, 0 up, 0 in 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi027:172.21.15.27=smithi027;smithi192:172.21.15.192=smithi192", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Saving service mon spec with placement smithi027:172.21.15.27=smithi027;smithi192:172.21.15.192=smithi192;count:2 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/904056298' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.826 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/1610390243' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/454325470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Deploying daemon node-exporter.smithi027 on smithi027 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/1944898400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14162 172.21.15.27:0/2792705637' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mgrmap e14: smithi027.zqcsao(active, since 33s) 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/1789269098' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/3637867464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.827 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Active manager daemon smithi027.zqcsao restarted 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Activating manager daemon smithi027.zqcsao 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mgrmap e15: smithi027.zqcsao(active, starting, since 0.435033s) 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr metadata", "who": "smithi027.zqcsao", "id": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Manager daemon smithi027.zqcsao is now available 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:20:42.828 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/4150747218' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mgrmap e16: smithi027.zqcsao(active, since 1.43758s) 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: [18/Dec/2023:13:20:32] ENGINE Bus STARTING 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: [18/Dec/2023:13:20:33] ENGINE Serving on https://172.21.15.27:7150 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: [18/Dec/2023:13:20:33] ENGINE Bus STARTED 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mgrmap e17: smithi027.zqcsao(active, since 3s) 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.829 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/3090032475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Deploying daemon crash.smithi192 on smithi192 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Deploying daemon mgr.smithi192.yasrzc on smithi192 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/1897236518' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:42.830 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:42.831 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:20:42.831 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:42.831 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: Deploying daemon mon.smithi192 on smithi192 2023-12-18T13:20:42.831 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-18T13:20:42.831 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:42 smithi192 ceph-mon[110373]: mon.smithi192@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-18T13:20:43.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:20:43.865 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:20:47.927 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: mon.smithi027 calling monitor election 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: mon.smithi192 calling monitor election 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/crt"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: mon.smithi027 is new leader, mons smithi027,smithi192 in quorum (ranks 0,1) 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi192=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: fsmap 2023-12-18T13:20:47.928 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:20:47.929 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: mgrmap e17: smithi027.zqcsao(active, since 16s) 2023-12-18T13:20:47.929 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: Standby manager daemon smithi192.yasrzc started 2023-12-18T13:20:47.929 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:20:47.929 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/key"}]: dispatch 2023-12-18T13:20:47.929 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:20:47.929 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: overall HEALTH_OK 2023-12-18T13:20:47.929 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:47.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:20:47.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: mon.smithi027 calling monitor election 2023-12-18T13:20:47.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: mon.smithi192 calling monitor election 2023-12-18T13:20:47.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/crt"}]: dispatch 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: mon.smithi027 is new leader, mons smithi027,smithi192 in quorum (ranks 0,1) 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi192=[v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0]} 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: fsmap 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: mgrmap e17: smithi027.zqcsao(active, since 16s) 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: Standby manager daemon smithi192.yasrzc started 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/key"}]: dispatch 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/308304274' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:20:47.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: overall HEALTH_OK 2023-12-18T13:20:47.968 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:48.322 INFO:teuthology.orchestra.run.smithi192.stdout: 2023-12-18T13:20:48.322 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":2,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","modified":"2023-12-18T13:20:42.577395Z","created":"2023-12-18T13:18:55.027400Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi192","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-18T13:20:48.324 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 2 2023-12-18T13:20:48.640 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-18T13:20:48.640 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-18T13:20:48.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:48 smithi027 ceph-mon[107749]: Deploying daemon node-exporter.smithi192 on smithi192 2023-12-18T13:20:48.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:48 smithi027 ceph-mon[107749]: mgrmap e18: smithi027.zqcsao(active, since 16s), standbys: smithi192.yasrzc 2023-12-18T13:20:48.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:48 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr metadata", "who": "smithi192.yasrzc", "id": "smithi192.yasrzc"}]: dispatch 2023-12-18T13:20:48.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:48 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/578933919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:48.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:48 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:49.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:48 smithi192 ceph-mon[110373]: Deploying daemon node-exporter.smithi192 on smithi192 2023-12-18T13:20:49.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:48 smithi192 ceph-mon[110373]: mgrmap e18: smithi027.zqcsao(active, since 16s), standbys: smithi192.yasrzc 2023-12-18T13:20:49.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:48 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr metadata", "who": "smithi192.yasrzc", "id": "smithi192.yasrzc"}]: dispatch 2023-12-18T13:20:49.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:48 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/578933919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:20:49.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:48 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:20:51.053 INFO:teuthology.orchestra.run.smithi027.stdout:# minimal ceph.conf for ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:20:51.054 INFO:teuthology.orchestra.run.smithi027.stdout:[global] 2023-12-18T13:20:51.054 INFO:teuthology.orchestra.run.smithi027.stdout: fsid = ec6d3de2-9da7-11ee-95a5-87774f69a715 2023-12-18T13:20:51.054 INFO:teuthology.orchestra.run.smithi027.stdout: mon_host = [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2023-12-18T13:20:51.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:51 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:51.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:51 smithi027 ceph-mon[107749]: Deploying daemon prometheus.smithi027 on smithi027 2023-12-18T13:20:51.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:51 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/4220778319' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:51.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:51 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:51.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:51 smithi192 ceph-mon[110373]: Deploying daemon prometheus.smithi027 on smithi027 2023-12-18T13:20:51.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:51 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/4220778319' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:20:52.699 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-18T13:20:52.699 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:20:52.699 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T13:20:52.732 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:20:52.732 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:20:52.862 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-18T13:20:52.862 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T13:20:52.899 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-18T13:20:52.899 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:20:52.971 INFO:tasks.cephadm:Deploying OSDs... 2023-12-18T13:20:52.971 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:20:52.971 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T13:20:52.991 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-18T13:20:52.991 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2023-12-18T13:20:53.050 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T13:20:53.050 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:53.050 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 393529 Links: 1 2023-12-18T13:20:53.050 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:53.050 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:53.051 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-18 13:20:22.346450098 +0000 2023-12-18T13:20:53.051 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-18 13:17:29.797266252 +0000 2023-12-18T13:20:53.051 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-18 13:17:29.797266252 +0000 2023-12-18T13:20:53.051 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-18T13:20:53.051 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T13:20:53.116 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-18T13:20:53.117 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-18T13:20:53.117 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000214872 s, 2.4 MB/s 2023-12-18T13:20:53.118 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T13:20:53.177 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2023-12-18T13:20:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:52 smithi027 ceph-mon[107749]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 386689 Links: 1 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-18 13:20:22.346450098 +0000 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-18 13:17:30.302253279 +0000 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-18 13:17:30.302253279 +0000 2023-12-18T13:20:53.234 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-18T13:20:53.235 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T13:20:53.301 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-18T13:20:53.301 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-18T13:20:53.301 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000194079 s, 2.6 MB/s 2023-12-18T13:20:53.302 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T13:20:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:52 smithi192 ceph-mon[110373]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:20:53.362 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2023-12-18T13:20:53.420 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T13:20:53.420 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:53.421 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 398377 Links: 1 2023-12-18T13:20:53.421 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:53.421 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:53.421 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-18 13:20:22.346450098 +0000 2023-12-18T13:20:53.421 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-18 13:17:30.809240256 +0000 2023-12-18T13:20:53.421 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-18 13:17:30.809240256 +0000 2023-12-18T13:20:53.421 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-18T13:20:53.421 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T13:20:53.486 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-18T13:20:53.486 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-18T13:20:53.486 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000210124 s, 2.4 MB/s 2023-12-18T13:20:53.487 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T13:20:53.546 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2023-12-18T13:20:53.604 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 397654 Links: 1 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-18 13:20:22.346450098 +0000 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-18 13:17:31.333226795 +0000 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-18 13:17:31.333226795 +0000 2023-12-18T13:20:53.605 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-18T13:20:53.605 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T13:20:53.671 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-18T13:20:53.672 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-18T13:20:53.672 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000222139 s, 2.3 MB/s 2023-12-18T13:20:53.673 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T13:20:53.732 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2023-12-18T13:20:53.732 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T13:20:53.754 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-18T13:20:53.754 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 391840 Links: 1 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-12-18 13:20:48.127521102 +0000 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-12-18 13:17:21.529261481 +0000 2023-12-18T13:20:53.815 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-12-18 13:17:21.529261481 +0000 2023-12-18T13:20:53.816 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-12-18T13:20:53.816 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T13:20:53.884 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-12-18T13:20:53.884 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-12-18T13:20:53.884 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000254024 s, 2.0 MB/s 2023-12-18T13:20:53.885 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T13:20:53.946 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2023-12-18T13:20:54.005 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T13:20:54.005 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:54.005 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 392024 Links: 1 2023-12-18T13:20:54.006 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:54.006 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:54.006 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-12-18 13:20:48.127521102 +0000 2023-12-18T13:20:54.006 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-12-18 13:17:22.030251748 +0000 2023-12-18T13:20:54.006 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-12-18 13:17:22.030251748 +0000 2023-12-18T13:20:54.006 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-12-18T13:20:54.006 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T13:20:54.072 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-12-18T13:20:54.072 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-12-18T13:20:54.072 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000219088 s, 2.3 MB/s 2023-12-18T13:20:54.073 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T13:20:54.132 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2023-12-18T13:20:54.190 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T13:20:54.190 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:54.190 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 394777 Links: 1 2023-12-18T13:20:54.191 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:54.191 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:54.191 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-12-18 13:20:48.127521102 +0000 2023-12-18T13:20:54.191 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-12-18 13:17:22.544241764 +0000 2023-12-18T13:20:54.191 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-12-18 13:17:22.544241764 +0000 2023-12-18T13:20:54.191 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-12-18T13:20:54.191 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T13:20:54.257 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-12-18T13:20:54.257 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-12-18T13:20:54.257 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000219886 s, 2.3 MB/s 2023-12-18T13:20:54.258 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T13:20:54.317 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2023-12-18T13:20:54.382 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T13:20:54.382 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:20:54.382 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 6h/6d Inode: 391007 Links: 1 2023-12-18T13:20:54.382 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:20:54.382 INFO:teuthology.orchestra.run.smithi192.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:20:54.382 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2023-12-18 13:20:48.127521102 +0000 2023-12-18T13:20:54.383 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2023-12-18 13:17:23.052231895 +0000 2023-12-18T13:20:54.383 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2023-12-18 13:17:23.052231895 +0000 2023-12-18T13:20:54.383 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2023-12-18T13:20:54.383 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T13:20:54.447 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2023-12-18T13:20:54.447 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2023-12-18T13:20:54.447 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000233879 s, 2.2 MB/s 2023-12-18T13:20:54.448 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T13:20:54.507 INFO:tasks.cephadm:Deploying osd.0 on smithi027 with /dev/vg_nvme/lv_4... 2023-12-18T13:20:54.507 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T13:20:55.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:54 smithi027 ceph-mon[107749]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:55.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:54 smithi192 ceph-mon[110373]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:57.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:56 smithi027 ceph-mon[107749]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:57.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:56 smithi192 ceph-mon[110373]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:59.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:20:58 smithi027 ceph-mon[107749]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:59.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:20:58 smithi192 ceph-mon[110373]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:20:59.417 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T13:20:59.417 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T13:20:59.417 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-18T13:20:59.417 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-18T13:20:59.417 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121485 s, 863 MB/s 2023-12-18T13:20:59.418 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-18T13:21:00.360 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_4 2023-12-18T13:21:00.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:00 smithi027 ceph-mon[107749]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:01.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:00 smithi192 ceph-mon[110373]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:03.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:03.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:03.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:03.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:03.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:03.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:21:03.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:21:03.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:03.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:03.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:03.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:21:03.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:21:03.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:04.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:03 smithi027 ceph-mon[107749]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:21:04.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:04.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:04.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:03 smithi192 ceph-mon[110373]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:21:04.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:04.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:05.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:04 smithi027 ceph-mon[107749]: Updating smithi192:/etc/ceph/ceph.conf 2023-12-18T13:21:05.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:04 smithi027 ceph-mon[107749]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:21:05.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:04 smithi027 ceph-mon[107749]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:05.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:04 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1642287597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3346113-5081-46a4-bd14-ce003e869ebb"}]: dispatch 2023-12-18T13:21:05.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:04 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1642287597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3346113-5081-46a4-bd14-ce003e869ebb"}]': finished 2023-12-18T13:21:05.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:04 smithi027 ceph-mon[107749]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T13:21:05.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:04 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:05.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:04 smithi192 ceph-mon[110373]: Updating smithi192:/etc/ceph/ceph.conf 2023-12-18T13:21:05.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:04 smithi192 ceph-mon[110373]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:21:05.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:04 smithi192 ceph-mon[110373]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:05.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:04 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1642287597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3346113-5081-46a4-bd14-ce003e869ebb"}]: dispatch 2023-12-18T13:21:05.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:04 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1642287597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3346113-5081-46a4-bd14-ce003e869ebb"}]': finished 2023-12-18T13:21:05.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:04 smithi192 ceph-mon[110373]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T13:21:05.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:04 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:05 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/4175164663' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:21:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:21:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:21:05.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:06.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:05 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/4175164663' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:21:06.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:06.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:06.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:06.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:21:06.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:21:06.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:07.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:06 smithi027 ceph-mon[107749]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-18T13:21:07.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:06 smithi027 ceph-mon[107749]: Reconfiguring mon.smithi027 (unknown last config time)... 2023-12-18T13:21:07.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:06 smithi027 ceph-mon[107749]: Reconfiguring daemon mon.smithi027 on smithi027 2023-12-18T13:21:07.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:06 smithi027 ceph-mon[107749]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:06 smithi192 ceph-mon[110373]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-18T13:21:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:06 smithi192 ceph-mon[110373]: Reconfiguring mon.smithi027 (unknown last config time)... 2023-12-18T13:21:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:06 smithi192 ceph-mon[110373]: Reconfiguring daemon mon.smithi027 on smithi027 2023-12-18T13:21:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:06 smithi192 ceph-mon[110373]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:08.137 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:07 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:08.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:07 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:09.176 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:08 smithi027 ceph-mon[107749]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:09.176 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:09.176 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.zqcsao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:21:09.176 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:21:09.176 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:09.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:08 smithi192 ceph-mon[110373]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:09.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:09.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.zqcsao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:21:09.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:21:09.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:10.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:09 smithi027 ceph-mon[107749]: Reconfiguring mgr.smithi027.zqcsao (unknown last config time)... 2023-12-18T13:21:10.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:09 smithi027 ceph-mon[107749]: Reconfiguring daemon mgr.smithi027.zqcsao on smithi027 2023-12-18T13:21:10.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:09 smithi192 ceph-mon[110373]: Reconfiguring mgr.smithi027.zqcsao (unknown last config time)... 2023-12-18T13:21:10.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:09 smithi192 ceph-mon[110373]: Reconfiguring daemon mgr.smithi027.zqcsao on smithi027 2023-12-18T13:21:11.246 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:11 smithi027 ceph-mon[107749]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:11.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:11.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:11 smithi027 ceph-mon[107749]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-18T13:21:11.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:11 smithi027 ceph-mon[107749]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-18T13:21:11.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T13:21:11.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:11.504 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:11 smithi192 ceph-mon[110373]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:11.504 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:11.504 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:11 smithi192 ceph-mon[110373]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-18T13:21:11.504 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:11 smithi192 ceph-mon[110373]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-18T13:21:11.504 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T13:21:11.504 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:12.285 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:12 smithi027 ceph-mon[107749]: Deploying daemon osd.0 on smithi027 2023-12-18T13:21:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:12 smithi192 ceph-mon[110373]: Deploying daemon osd.0 on smithi027 2023-12-18T13:21:13.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:13 smithi027 ceph-mon[107749]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:13.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:13 smithi192 ceph-mon[110373]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:14.852 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:14.852 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:14 smithi027 ceph-mon[107749]: Reconfiguring crash.smithi027 (monmap changed)... 2023-12-18T13:21:14.852 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:21:14.852 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:14.852 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:14 smithi027 ceph-mon[107749]: Reconfiguring daemon crash.smithi027 on smithi027 2023-12-18T13:21:14.853 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:14 smithi027 ceph-mon[107749]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:15.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:15.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:14 smithi192 ceph-mon[110373]: Reconfiguring crash.smithi027 (monmap changed)... 2023-12-18T13:21:15.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:21:15.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:15.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:14 smithi192 ceph-mon[110373]: Reconfiguring daemon crash.smithi027 on smithi027 2023-12-18T13:21:15.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:14 smithi192 ceph-mon[110373]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:17.168 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:16 smithi027 ceph-mon[107749]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:17.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:16 smithi192 ceph-mon[110373]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:18.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:18 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:18.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:18 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:18.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:18 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:18.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:18 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:19.196 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:19 smithi027 ceph-mon[107749]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-18T13:21:19.197 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:19 smithi027 ceph-mon[107749]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-18T13:21:19.197 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:19 smithi027 ceph-mon[107749]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:19.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:19 smithi192 ceph-mon[110373]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-18T13:21:19.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:19 smithi192 ceph-mon[110373]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-18T13:21:19.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:19 smithi192 ceph-mon[110373]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:21.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:21 smithi192 ceph-mon[110373]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:21.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:21 smithi192 ceph-mon[110373]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T13:21:21.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:21.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:21:21.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:21.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:21 smithi027 ceph-mon[107749]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:21.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:21 smithi027 ceph-mon[107749]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T13:21:21.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:21.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi192", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:21:21.320 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:21.694 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 0 on host 'smithi027' 2023-12-18T13:21:22.204 DEBUG:teuthology.orchestra.run.smithi027:osd.0> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.0.service 2023-12-18T13:21:22.207 INFO:tasks.cephadm:Deploying osd.1 on smithi027 with /dev/vg_nvme/lv_3... 2023-12-18T13:21:22.207 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T13:21:22.238 INFO:journalctl@ceph.osd.0.smithi027.stdout:-- Logs begin at Mon 2023-12-18 13:09:44 UTC. -- 2023-12-18T13:21:22.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: Reconfiguring crash.smithi192 (monmap changed)... 2023-12-18T13:21:22.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: Reconfiguring daemon crash.smithi192 on smithi192 2023-12-18T13:21:22.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T13:21:22.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T13:21:22.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:22.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:21:22.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:22.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:21:22.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:21:22.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:22.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: Reconfiguring crash.smithi192 (monmap changed)... 2023-12-18T13:21:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: Reconfiguring daemon crash.smithi192 on smithi192 2023-12-18T13:21:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:22.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:23.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: Reconfiguring mgr.smithi192.yasrzc (monmap changed)... 2023-12-18T13:21:23.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: Reconfiguring daemon mgr.smithi192.yasrzc on smithi192 2023-12-18T13:21:23.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:23.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:21:23.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T13:21:23.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:23.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:23.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:23.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:21:23.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:21:23.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:23.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: Reconfiguring mgr.smithi192.yasrzc (monmap changed)... 2023-12-18T13:21:23.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: Reconfiguring daemon mgr.smithi192.yasrzc on smithi192 2023-12-18T13:21:23.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:23.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: from='osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:21:23.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T13:21:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:21:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:21:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:23.757 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T13:21:23.757 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T13:21:23.757 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-18T13:21:23.758 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-18T13:21:23.758 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124001 s, 846 MB/s 2023-12-18T13:21:23.758 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: Reconfiguring mon.smithi192 (monmap changed)... 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: Reconfiguring daemon mon.smithi192 on smithi192 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367] boot 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:24.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:24.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:24.151 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_3 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: Reconfiguring mon.smithi192 (monmap changed)... 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: Reconfiguring daemon mon.smithi192 on smithi192 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: osd.0 [v2:172.21.15.27:6802/3242535367,v1:172.21.15.27:6803/3242535367] boot 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:21:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:25.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T13:21:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:25 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:25.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T13:21:25.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:25 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:26.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:21:26.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:21:26.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:26.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:21:26.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:21:26.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:27 smithi192 ceph-mon[110373]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:21:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:27 smithi192 ceph-mon[110373]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:27 smithi027 ceph-mon[107749]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:21:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:27 smithi027 ceph-mon[107749]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:28.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:28 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3312263175' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3eaa16-aa7d-4ca4-a667-0f9a33605623"}]: dispatch 2023-12-18T13:21:28.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:28 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3312263175' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d3eaa16-aa7d-4ca4-a667-0f9a33605623"}]': finished 2023-12-18T13:21:28.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:28 smithi027 ceph-mon[107749]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T13:21:28.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:28 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:28.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:28 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3312263175' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3eaa16-aa7d-4ca4-a667-0f9a33605623"}]: dispatch 2023-12-18T13:21:28.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:28 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3312263175' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d3eaa16-aa7d-4ca4-a667-0f9a33605623"}]': finished 2023-12-18T13:21:28.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:28 smithi192 ceph-mon[110373]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T13:21:28.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:28 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:29.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:29 smithi027 ceph-mon[107749]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:29.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:29 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:29.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:29 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1635151447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:21:29.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:29 smithi192 ceph-mon[110373]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:29.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:29 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:29.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:29 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1635151447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:21:31.169 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:31 smithi027 ceph-mon[107749]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:31.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:31 smithi192 ceph-mon[110373]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:32.432 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:21:32.432 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:21:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:21:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:33.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:21:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:34.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:34 smithi027 ceph-mon[107749]: Detected new or changed devices on smithi027 2023-12-18T13:21:34.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:34 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi027 to 12898M 2023-12-18T13:21:34.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:34 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T13:21:34.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:34 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:34.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:34 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:34 smithi192 ceph-mon[110373]: Detected new or changed devices on smithi027 2023-12-18T13:21:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:34 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi027 to 12898M 2023-12-18T13:21:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:34 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T13:21:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:34 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:34.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:34 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:35.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:35 smithi027 ceph-mon[107749]: Deploying daemon osd.1 on smithi027 2023-12-18T13:21:35.354 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:35 smithi027 ceph-mon[107749]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:35.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:35 smithi192 ceph-mon[110373]: Deploying daemon osd.1 on smithi027 2023-12-18T13:21:35.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:35 smithi192 ceph-mon[110373]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:37 smithi192 ceph-mon[110373]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:37.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:37 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:37.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:37 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:37.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:37 smithi027 ceph-mon[107749]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:37.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:37 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:37.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:37 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:39.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:39 smithi027 ceph-mon[107749]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:39.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:39.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:39.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:39.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:39 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:39 smithi192 ceph-mon[110373]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:39 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:39 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:39 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:39 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:40.634 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 1 on host 'smithi027' 2023-12-18T13:21:40.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:40 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:40.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:40 smithi027 ceph-mon[107749]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:40.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:40 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:40.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:40 smithi192 ceph-mon[110373]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:41.127 DEBUG:teuthology.orchestra.run.smithi027:osd.1> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.1.service 2023-12-18T13:21:41.130 INFO:tasks.cephadm:Deploying osd.2 on smithi027 with /dev/vg_nvme/lv_2... 2023-12-18T13:21:41.130 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T13:21:41.163 INFO:journalctl@ceph.osd.1.smithi027.stdout:-- Logs begin at Mon 2023-12-18 13:09:44 UTC. -- 2023-12-18T13:21:41.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:41 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:41.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:41 smithi027 ceph-mon[107749]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T13:21:41.717 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:21:41 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-1[125275]: 2023-12-18T13:21:41.421+0000 7f94e9ace3c0 -1 osd.1 0 log_to_monitors true 2023-12-18T13:21:41.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:41 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:41.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:41 smithi192 ceph-mon[110373]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T13:21:43.184 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-mon[107749]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:43.184 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-mon[107749]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T13:21:43.184 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-mon[107749]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T13:21:43.184 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:43.185 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-mon[107749]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:21:43.185 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:43.185 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-1[125275]: 2023-12-18T13:21:42.911+0000 7f94e04d1700 -1 osd.1 0 waiting for initial osdmap 2023-12-18T13:21:43.185 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:21:42 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-1[125275]: 2023-12-18T13:21:42.915+0000 7f94dae68700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:21:43.240 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T13:21:43.240 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T13:21:43.240 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-18T13:21:43.240 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-18T13:21:43.240 INFO:teuthology.orchestra.run.smithi027.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121879 s, 860 MB/s 2023-12-18T13:21:43.240 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 2023-12-18T13:21:43.240 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-18T13:21:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:42 smithi192 ceph-mon[110373]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:42 smithi192 ceph-mon[110373]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T13:21:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:42 smithi192 ceph-mon[110373]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T13:21:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:42 smithi192 ceph-mon[110373]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:21:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:43.892 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_2 2023-12-18T13:21:43.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:43 smithi027 ceph-mon[107749]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:21:43.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:43 smithi027 ceph-mon[107749]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T13:21:43.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:43 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:43.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:43 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:44.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:43 smithi192 ceph-mon[110373]: from='osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:21:44.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:43 smithi192 ceph-mon[110373]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T13:21:44.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:43 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:44.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:43 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:45.131 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:44 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:21:45.131 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:44 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:21:45.131 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:44 smithi027 ceph-mon[107749]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:45.131 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:44 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:45.131 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:44 smithi027 ceph-mon[107749]: osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315] boot 2023-12-18T13:21:45.131 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:44 smithi027 ceph-mon[107749]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T13:21:45.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:44 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:45.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:44 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:21:45.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:44 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:21:45.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:44 smithi192 ceph-mon[110373]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:21:45.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:44 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:45.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:44 smithi192 ceph-mon[110373]: osd.1 [v2:172.21.15.27:6810/1179984315,v1:172.21.15.27:6811/1179984315] boot 2023-12-18T13:21:45.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:44 smithi192 ceph-mon[110373]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T13:21:45.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:44 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:21:46.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:21:46.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:45 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:46.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T13:21:46.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:46.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:21:46.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:21:46.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:46.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:46.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:46.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:46.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:46.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:21:46.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:21:46.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:45 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:46 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi027 to 6449M 2023-12-18T13:21:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:46 smithi027 ceph-mon[107749]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:21:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:46 smithi027 ceph-mon[107749]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:47.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:46 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi027 to 6449M 2023-12-18T13:21:47.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:46 smithi192 ceph-mon[110373]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:21:47.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:46 smithi192 ceph-mon[110373]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:48.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:47 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/203394668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab360941-33a0-4365-bfc0-fe6b32fa1a03"}]: dispatch 2023-12-18T13:21:48.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:47 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/203394668' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab360941-33a0-4365-bfc0-fe6b32fa1a03"}]': finished 2023-12-18T13:21:48.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:47 smithi027 ceph-mon[107749]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T13:21:48.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:47 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:21:48.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:47 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/203394668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ab360941-33a0-4365-bfc0-fe6b32fa1a03"}]: dispatch 2023-12-18T13:21:48.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:47 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/203394668' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ab360941-33a0-4365-bfc0-fe6b32fa1a03"}]': finished 2023-12-18T13:21:48.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:47 smithi192 ceph-mon[110373]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T13:21:48.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:47 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:21:49.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:48 smithi027 ceph-mon[107749]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:49.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:48 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1181182727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:21:49.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:48 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:49.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:48 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:49.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:48 smithi192 ceph-mon[110373]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:49.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:48 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1181182727' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:21:49.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:48 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:49.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:48 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:51.183 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:50 smithi027 ceph-mon[107749]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:51.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:50 smithi192 ceph-mon[110373]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:52 smithi027 ceph-mon[107749]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T13:21:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:52 smithi192 ceph-mon[110373]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T13:21:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:54.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:53 smithi027 ceph-mon[107749]: Deploying daemon osd.2 on smithi027 2023-12-18T13:21:54.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:53 smithi192 ceph-mon[110373]: Deploying daemon osd.2 on smithi027 2023-12-18T13:21:55.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:54 smithi027 ceph-mon[107749]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:55.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:54 smithi192 ceph-mon[110373]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:57 smithi027 ceph-mon[107749]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:57 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:57 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:57 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:57.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:57 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:57 smithi192 ceph-mon[110373]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:57 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:57 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:21:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:57 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:21:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:57 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:21:58.501 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 2 on host 'smithi027' 2023-12-18T13:21:58.972 DEBUG:teuthology.orchestra.run.smithi027:osd.2> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.2.service 2023-12-18T13:21:58.974 INFO:tasks.cephadm:Deploying osd.3 on smithi027 with /dev/vg_nvme/lv_1... 2023-12-18T13:21:58.974 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T13:21:59.005 INFO:journalctl@ceph.osd.2.smithi027.stdout:-- Logs begin at Mon 2023-12-18 13:09:44 UTC. -- 2023-12-18T13:21:59.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:59 smithi027 ceph-mon[107749]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:59.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:21:59 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:21:59.467 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:21:59 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-2[129565]: 2023-12-18T13:21:59.294+0000 7f49198623c0 -1 osd.2 0 log_to_monitors true 2023-12-18T13:21:59.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:59 smithi192 ceph-mon[110373]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:21:59.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:21:59 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:00.365 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:00 smithi027 ceph-mon[107749]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T13:22:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:00 smithi192 ceph-mon[110373]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T13:22:00.866 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T13:22:00.913 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T13:22:00.913 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-18T13:22:00.913 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-18T13:22:00.913 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124337 s, 843 MB/s 2023-12-18T13:22:00.914 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-18T13:22:01.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-mon[107749]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:22:01.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-mon[107749]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T13:22:01.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-mon[107749]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T13:22:01.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:01.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-mon[107749]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:22:01.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:01.416 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-2[129565]: 2023-12-18T13:22:01.128+0000 7f4910265700 -1 osd.2 0 waiting for initial osdmap 2023-12-18T13:22:01.416 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:01 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-2[129565]: 2023-12-18T13:22:01.133+0000 7f490c3ff700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:22:01.433 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_1 2023-12-18T13:22:01.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:01 smithi192 ceph-mon[110373]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:22:01.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:01 smithi192 ceph-mon[110373]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T13:22:01.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:01 smithi192 ceph-mon[110373]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T13:22:01.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:01 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:01.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:01 smithi192 ceph-mon[110373]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:22:01.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:01 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:02.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:02 smithi027 ceph-mon[107749]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:22:02.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:02 smithi027 ceph-mon[107749]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T13:22:02.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:02.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:02 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:02 smithi192 ceph-mon[110373]: from='osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:22:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:02 smithi192 ceph-mon[110373]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T13:22:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:02 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:22:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:22:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:22:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004] boot 2023-12-18T13:22:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T13:22:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:03.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:22:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:22:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:22:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: osd.2 [v2:172.21.15.27:6818/603511004,v1:172.21.15.27:6819/603511004] boot 2023-12-18T13:22:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T13:22:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:03.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:04.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:04 smithi027 ceph-mon[107749]: Detected new or changed devices on smithi027 2023-12-18T13:22:04.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:04 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi027 to 4299M 2023-12-18T13:22:04.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:04 smithi027 ceph-mon[107749]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T13:22:04.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:04 smithi027 ceph-mon[107749]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:04.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:04 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:04.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:04 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:04.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:04 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:04 smithi192 ceph-mon[110373]: Detected new or changed devices on smithi027 2023-12-18T13:22:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:04 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi027 to 4299M 2023-12-18T13:22:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:04 smithi192 ceph-mon[110373]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T13:22:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:04 smithi192 ceph-mon[110373]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:04 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:04 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:04 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T13:22:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T13:22:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T13:22:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T13:22:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2627171716' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80f1487f-127f-44cd-93f5-689c8cb393b4"}]: dispatch 2023-12-18T13:22:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T13:22:05.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2627171716' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80f1487f-127f-44cd-93f5-689c8cb393b4"}]': finished 2023-12-18T13:22:05.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: osdmap e22: 4 total, 3 up, 4 in 2023-12-18T13:22:05.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T13:22:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T13:22:05.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T13:22:05.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T13:22:05.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2627171716' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80f1487f-127f-44cd-93f5-689c8cb393b4"}]: dispatch 2023-12-18T13:22:05.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T13:22:05.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2627171716' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80f1487f-127f-44cd-93f5-689c8cb393b4"}]': finished 2023-12-18T13:22:05.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: osdmap e22: 4 total, 3 up, 4 in 2023-12-18T13:22:05.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:06.216 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:22:05 smithi027 sudo[131804]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:22:06.216 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:22:05 smithi027 sudo[131804]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:06.216 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:22:05 smithi027 sudo[131804]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:06.716 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:22:06 smithi027 sudo[131995]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:22:06.716 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:22:06 smithi027 sudo[131995]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:06.716 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:22:06 smithi027 sudo[131995]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:06 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1228075422' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:06 smithi027 ceph-mon[107749]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:06 smithi027 ceph-mon[107749]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T13:22:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:06 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:06.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:06 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:06.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:06 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1228075422' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:06.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:06 smithi192 ceph-mon[110373]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:06.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:06 smithi192 ceph-mon[110373]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T13:22:06.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:06 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:06.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:06 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:07.216 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:22:06 smithi027 sudo[132185]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:22:07.216 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:22:06 smithi027 sudo[132185]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:07.216 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:22:06 smithi027 sudo[132185]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:07.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:07 smithi027 ceph-mon[107749]: mgrmap e19: smithi027.zqcsao(active, since 94s), standbys: smithi192.yasrzc 2023-12-18T13:22:07.702 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:22:07 smithi027 sudo[132375]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:22:07.702 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:22:07 smithi027 sudo[132375]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:07.702 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:22:07 smithi027 sudo[132375]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:07.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:07 smithi192 ceph-mon[110373]: mgrmap e19: smithi027.zqcsao(active, since 94s), standbys: smithi192.yasrzc 2023-12-18T13:22:07.966 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:07 smithi027 sudo[132572]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:22:07.966 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:07 smithi027 sudo[132572]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:07.966 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:07 smithi027 sudo[132572]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:08.466 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:08 smithi027 sudo[132607]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:22:08.466 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:08 smithi027 sudo[132607]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:08.466 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:22:08 smithi027 sudo[132607]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:08.893 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:08 smithi027 sudo[132678]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:22:08.893 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:08 smithi027 sudo[132678]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:08.893 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:08 smithi027 sudo[132678]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 sudo[132741]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:22:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 sudo[132741]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 sudo[132741]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:09.551 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 sudo[113125]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:22:09.552 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 sudo[113125]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:09.552 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 sudo[113125]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:09.552 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 sudo[113128]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:22:09.552 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 sudo[113128]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:22:09.552 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 sudo[113128]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:22:09.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 ceph-mon[110373]: pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:09.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 ceph-mon[110373]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:22:09.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 ceph-mon[110373]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:22:09.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:22:09.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:22:09.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:22:09.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:22:09.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 ceph-mon[107749]: pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:09.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 ceph-mon[107749]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:22:09.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 ceph-mon[107749]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:22:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:22:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:22:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:22:09.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:22:10.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:10 smithi192 ceph-mon[110373]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:22:10.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:10 smithi192 ceph-mon[110373]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:22:10.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:10 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:10.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:10 smithi192 ceph-mon[110373]: pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:10.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:10 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T13:22:10.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:10 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:10 smithi027 ceph-mon[107749]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:22:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:10 smithi027 ceph-mon[107749]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:22:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:10 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:10 smithi027 ceph-mon[107749]: pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:10 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T13:22:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:10 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:12.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:11 smithi027 ceph-mon[107749]: Deploying daemon osd.3 on smithi027 2023-12-18T13:22:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:11 smithi192 ceph-mon[110373]: Deploying daemon osd.3 on smithi027 2023-12-18T13:22:13.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:12 smithi027 ceph-mon[107749]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:12 smithi192 ceph-mon[110373]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:15.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:15 smithi027 ceph-mon[107749]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:15.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:15 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:15.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:15 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:15.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:15 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:15.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:15 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:15 smithi192 ceph-mon[110373]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:15 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:15 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:15 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:15 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:16.555 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 3 on host 'smithi027' 2023-12-18T13:22:17.099 DEBUG:teuthology.orchestra.run.smithi027:osd.3> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.3.service 2023-12-18T13:22:17.101 INFO:tasks.cephadm:Deploying osd.4 on smithi192 with /dev/vg_nvme/lv_4... 2023-12-18T13:22:17.102 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T13:22:17.131 INFO:journalctl@ceph.osd.3.smithi027.stdout:-- Logs begin at Mon 2023-12-18 13:09:44 UTC. -- 2023-12-18T13:22:17.435 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:17 smithi192 ceph-mon[110373]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:17.435 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:17 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:17.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:22:17 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-3[133328]: 2023-12-18T13:22:17.327+0000 7fab409563c0 -1 osd.3 0 log_to_monitors true 2023-12-18T13:22:17.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:17 smithi027 ceph-mon[107749]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:17.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:17 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:18.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:18 smithi027 ceph-mon[107749]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T13:22:18.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:18 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:18.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:18 smithi192 ceph-mon[110373]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T13:22:18.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:18 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:18.569 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T13:22:18.569 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T13:22:18.569 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-12-18T13:22:18.569 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-12-18T13:22:18.569 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110513 s, 949 MB/s 2023-12-18T13:22:18.569 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-12-18T13:22:18.980 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_4 2023-12-18T13:22:19.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:22:19 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-3[133328]: 2023-12-18T13:22:19.153+0000 7fab37359700 -1 osd.3 0 waiting for initial osdmap 2023-12-18T13:22:19.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:22:19 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-3[133328]: 2023-12-18T13:22:19.158+0000 7fab304ed700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:22:19.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:19 smithi027 ceph-mon[107749]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:19.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:19 smithi027 ceph-mon[107749]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T13:22:19.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:19 smithi027 ceph-mon[107749]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T13:22:19.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:19 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:19.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:19 smithi027 ceph-mon[107749]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:22:19.473 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:19 smithi192 ceph-mon[110373]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:19.473 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:19 smithi192 ceph-mon[110373]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T13:22:19.473 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:19 smithi192 ceph-mon[110373]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T13:22:19.473 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:19 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:19.474 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:19 smithi192 ceph-mon[110373]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-18T13:22:20.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:22:20.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T13:22:20.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:20.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:20.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:20.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:20.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:20.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-18T13:22:20.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T13:22:20.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:20.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:20.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:20.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: Detected new or changed devices on smithi027 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi027 to 3224M 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815] boot 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:21.279 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:21.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:22:21.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:22:21.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:22:21.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: Detected new or changed devices on smithi027 2023-12-18T13:22:21.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi027 to 3224M 2023-12-18T13:22:21.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:21.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: osd.3 [v2:172.21.15.27:6826/761602815,v1:172.21.15.27:6827/761602815] boot 2023-12-18T13:22:21.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T13:22:21.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:22:21.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:21.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:21.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:21.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:22 smithi027 ceph-mon[107749]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:22 smithi027 ceph-mon[107749]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T13:22:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:22 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/2274556075' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ba05300-09e9-44f7-883d-c6fa303d2f62"}]: dispatch 2023-12-18T13:22:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:22 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ba05300-09e9-44f7-883d-c6fa303d2f62"}]: dispatch 2023-12-18T13:22:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:22 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ba05300-09e9-44f7-883d-c6fa303d2f62"}]': finished 2023-12-18T13:22:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:22 smithi027 ceph-mon[107749]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T13:22:22.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:22 smithi192 ceph-mon[110373]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:22 smithi192 ceph-mon[110373]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T13:22:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:22 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/2274556075' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ba05300-09e9-44f7-883d-c6fa303d2f62"}]: dispatch 2023-12-18T13:22:22.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:22 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ba05300-09e9-44f7-883d-c6fa303d2f62"}]: dispatch 2023-12-18T13:22:22.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:22 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ba05300-09e9-44f7-883d-c6fa303d2f62"}]': finished 2023-12-18T13:22:22.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:22 smithi192 ceph-mon[110373]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T13:22:22.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:23.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:23 smithi027 ceph-mon[107749]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:23.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:23 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/1194861309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:23.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:23 smithi192 ceph-mon[110373]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:23.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:23 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/1194861309' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:25.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:25 smithi192 ceph-mon[110373]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:25.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:25 smithi027 ceph-mon[107749]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:27 smithi027 ceph-mon[107749]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:27 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T13:22:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:27 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:27.509 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:27 smithi192 ceph-mon[110373]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:27.509 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:27 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T13:22:27.509 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:27 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:28.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:28 smithi027 ceph-mon[107749]: Deploying daemon osd.4 on smithi192 2023-12-18T13:22:28.472 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:28 smithi192 ceph-mon[110373]: Deploying daemon osd.4 on smithi192 2023-12-18T13:22:29.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:29 smithi192 ceph-mon[110373]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:29 smithi027 ceph-mon[107749]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:31.303 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:31 smithi192 ceph-mon[110373]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:31.303 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:31 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:31.303 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:31 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:31.303 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:31 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:31.303 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:31 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:31.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:31 smithi027 ceph-mon[107749]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:31.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:31 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:31.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:31 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:31.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:31 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:31.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:31 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:32.138 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 4 on host 'smithi192' 2023-12-18T13:22:32.557 DEBUG:teuthology.orchestra.run.smithi192:osd.4> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.4.service 2023-12-18T13:22:32.559 INFO:tasks.cephadm:Deploying osd.5 on smithi192 with /dev/vg_nvme/lv_3... 2023-12-18T13:22:32.559 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T13:22:32.586 INFO:journalctl@ceph.osd.4.smithi192.stdout:-- Logs begin at Mon 2023-12-18 13:08:58 UTC. -- 2023-12-18T13:22:33.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:33.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:22:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:22:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:33.662 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:22:33 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:22:33.352+0000 7f869ef183c0 -1 osd.4 0 log_to_monitors true 2023-12-18T13:22:33.937 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:33 smithi192 ceph-mon[110373]: from='osd.4 [v2:172.21.15.192:6800/13680043,v1:172.21.15.192:6801/13680043]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:22:33.937 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:33 smithi192 ceph-mon[110373]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:22:34.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:33 smithi027 ceph-mon[107749]: from='osd.4 [v2:172.21.15.192:6800/13680043,v1:172.21.15.192:6801/13680043]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:22:34.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:33 smithi027 ceph-mon[107749]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:22:34.404 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T13:22:34.404 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T13:22:34.405 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-12-18T13:22:34.405 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-12-18T13:22:34.405 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128885 s, 814 MB/s 2023-12-18T13:22:34.405 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-12-18T13:22:34.953 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:22:34.820+0000 7f869591b700 -1 osd.4 0 waiting for initial osdmap 2023-12-18T13:22:34.953 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:22:34.826+0000 7f8691ab5700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:22:34.954 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-mon[110373]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T13:22:34.954 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-mon[110373]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T13:22:34.954 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:34.954 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-mon[110373]: from='osd.4 [v2:172.21.15.192:6800/13680043,v1:172.21.15.192:6801/13680043]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:34.954 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-mon[110373]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:34.954 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:34 smithi192 ceph-mon[110373]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:34.970 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_3 2023-12-18T13:22:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:34 smithi027 ceph-mon[107749]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T13:22:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:34 smithi027 ceph-mon[107749]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T13:22:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:34 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:34 smithi027 ceph-mon[107749]: from='osd.4 [v2:172.21.15.192:6800/13680043,v1:172.21.15.192:6801/13680043]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:34 smithi027 ceph-mon[107749]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:34 smithi027 ceph-mon[107749]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:35.950 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:22:35.950 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T13:22:35.950 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:35.950 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: Detected new or changed devices on smithi192 2023-12-18T13:22:35.950 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:35.951 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:35.951 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:35.951 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi192 to 15970M 2023-12-18T13:22:35.951 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:35.951 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:35 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:36.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:22:36.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T13:22:36.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:36.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: Detected new or changed devices on smithi192 2023-12-18T13:22:36.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:36.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:36.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:36.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi192 to 15970M 2023-12-18T13:22:36.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:36.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:35 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:37.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: osd.4 [v2:172.21.15.192:6800/13680043,v1:172.21.15.192:6801/13680043] boot 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:37.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:36 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:22:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:22:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: osd.4 [v2:172.21.15.192:6800/13680043,v1:172.21.15.192:6801/13680043] boot 2023-12-18T13:22:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T13:22:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:22:37.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:22:37.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T13:22:37.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:37.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:37.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:36 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:38.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:37 smithi027 ceph-mon[107749]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:38.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:37 smithi027 ceph-mon[107749]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T13:22:38.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:37 smithi192 ceph-mon[110373]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:38.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:37 smithi192 ceph-mon[110373]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: osdmap e34: 5 total, 5 up, 5 in 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/3818966008' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3fd305-76f6-430d-bc62-8518d46c8f77"}]: dispatch 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3fd305-76f6-430d-bc62-8518d46c8f77"}]: dispatch 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a3fd305-76f6-430d-bc62-8518d46c8f77"}]': finished 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:39.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:38 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/1603742453' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: pgmap v84: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: osdmap e34: 5 total, 5 up, 5 in 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/3818966008' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3fd305-76f6-430d-bc62-8518d46c8f77"}]: dispatch 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a3fd305-76f6-430d-bc62-8518d46c8f77"}]: dispatch 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a3fd305-76f6-430d-bc62-8518d46c8f77"}]': finished 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:38 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/1603742453' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:41.160 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:40 smithi192 ceph-mon[110373]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:22:41.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:40 smithi027 ceph-mon[107749]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:22:43.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:42 smithi027 ceph-mon[107749]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T13:22:43.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:42 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T13:22:43.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:42 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:42 smithi192 ceph-mon[110373]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T13:22:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T13:22:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:42 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:44.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:43 smithi027 ceph-mon[107749]: Deploying daemon osd.5 on smithi192 2023-12-18T13:22:44.293 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:43 smithi192 ceph-mon[110373]: Deploying daemon osd.5 on smithi192 2023-12-18T13:22:45.103 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:44 smithi192 ceph-mon[110373]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-18T13:22:45.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:44 smithi027 ceph-mon[107749]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-12-18T13:22:47.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:46 smithi192 ceph-mon[110373]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:22:47.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:46 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:47.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:46 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:47.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:46 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:47.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:46 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:46 smithi027 ceph-mon[107749]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:22:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:46 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:46 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:46 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:47.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:46 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:48.701 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 5 on host 'smithi192' 2023-12-18T13:22:49.064 DEBUG:teuthology.orchestra.run.smithi192:osd.5> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.5.service 2023-12-18T13:22:49.066 INFO:tasks.cephadm:Deploying osd.6 on smithi192 with /dev/vg_nvme/lv_2... 2023-12-18T13:22:49.066 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T13:22:49.093 INFO:journalctl@ceph.osd.5.smithi192.stdout:-- Logs begin at Mon 2023-12-18 13:08:58 UTC. -- 2023-12-18T13:22:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-mon[110373]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:22:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:49.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:49 smithi027 ceph-mon[107749]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:22:49.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:49.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:49.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:49.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:22:49.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:49.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:22:49.600 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:22:49 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:22:49.487+0000 7f2d57af63c0 -1 osd.5 0 log_to_monitors true 2023-12-18T13:22:50.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:50 smithi192 ceph-mon[110373]: from='osd.5 [v2:172.21.15.192:6808/4153619669,v1:172.21.15.192:6809/4153619669]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:22:50.239 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:50 smithi192 ceph-mon[110373]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:22:50.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:50 smithi027 ceph-mon[107749]: from='osd.5 [v2:172.21.15.192:6808/4153619669,v1:172.21.15.192:6809/4153619669]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:22:50.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:50 smithi027 ceph-mon[107749]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:22:51.038 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T13:22:51.038 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T13:22:51.038 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-12-18T13:22:51.038 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-12-18T13:22:51.038 INFO:teuthology.orchestra.run.smithi192.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0115501 s, 908 MB/s 2023-12-18T13:22:51.038 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-12-18T13:22:51.222 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:22:51.025+0000 7f2d4e4f9700 -1 osd.5 0 waiting for initial osdmap 2023-12-18T13:22:51.222 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:22:51.037+0000 7f2d46e8c700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:22:51.222 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-mon[110373]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T13:22:51.222 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-mon[110373]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T13:22:51.222 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-mon[110373]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T13:22:51.222 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:51.222 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-mon[110373]: from='osd.5 [v2:172.21.15.192:6808/4153619669,v1:172.21.15.192:6809/4153619669]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:51.222 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:51 smithi192 ceph-mon[110373]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:51.425 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_2 2023-12-18T13:22:51.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:51 smithi027 ceph-mon[107749]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T13:22:51.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:51 smithi027 ceph-mon[107749]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T13:22:51.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:51 smithi027 ceph-mon[107749]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T13:22:51.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:51 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:51.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:51 smithi027 ceph-mon[107749]: from='osd.5 [v2:172.21.15.192:6808/4153619669,v1:172.21.15.192:6809/4153619669]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:51.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:51 smithi027 ceph-mon[107749]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:22:52.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:22:52.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T13:22:52.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: Detected new or changed devices on smithi192 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi192 to 7985M 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:52 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: Detected new or changed devices on smithi192 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:52.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:22:52.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi192 to 7985M 2023-12-18T13:22:52.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:52.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:52 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:22:53.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:22:53.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:22:53.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:22:53.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: osd.5 [v2:172.21.15.192:6808/4153619669,v1:172.21.15.192:6809/4153619669] boot 2023-12-18T13:22:53.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: osdmap e38: 6 total, 6 up, 6 in 2023-12-18T13:22:53.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:53.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:53.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:53.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:53.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:53 smithi192 ceph-mon[110373]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: osd.5 [v2:172.21.15.192:6808/4153619669,v1:172.21.15.192:6809/4153619669] boot 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: osdmap e38: 6 total, 6 up, 6 in 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:22:53.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:22:53.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:22:53.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:53 smithi027 ceph-mon[107749]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T13:22:54.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:54 smithi192 ceph-mon[110373]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:54.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:54 smithi192 ceph-mon[110373]: osdmap e40: 6 total, 6 up, 6 in 2023-12-18T13:22:54.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:54 smithi027 ceph-mon[107749]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:22:54.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:54 smithi027 ceph-mon[107749]: osdmap e40: 6 total, 6 up, 6 in 2023-12-18T13:22:55.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:55 smithi192 ceph-mon[110373]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:22:55.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:55 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/2458693521' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d8c8f3-b933-4e05-ac3c-ce8396b90d48"}]: dispatch 2023-12-18T13:22:55.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:55 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d8c8f3-b933-4e05-ac3c-ce8396b90d48"}]: dispatch 2023-12-18T13:22:55.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:55 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "54d8c8f3-b933-4e05-ac3c-ce8396b90d48"}]': finished 2023-12-18T13:22:55.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:55 smithi192 ceph-mon[110373]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T13:22:55.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:55 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:22:55.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:55 smithi027 ceph-mon[107749]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:22:55.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:55 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/2458693521' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d8c8f3-b933-4e05-ac3c-ce8396b90d48"}]: dispatch 2023-12-18T13:22:55.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:55 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d8c8f3-b933-4e05-ac3c-ce8396b90d48"}]: dispatch 2023-12-18T13:22:55.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:55 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "54d8c8f3-b933-4e05-ac3c-ce8396b90d48"}]': finished 2023-12-18T13:22:55.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:55 smithi027 ceph-mon[107749]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T13:22:55.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:55 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:22:56.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:56 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/1478831961' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:56.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:56 smithi192 ceph-mon[110373]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T13:22:56.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:56 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:22:56.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:56 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/1478831961' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:22:56.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:56 smithi027 ceph-mon[107749]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T13:22:56.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:56 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:22:57.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:57 smithi192 ceph-mon[110373]: pgmap v102: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T13:22:57.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:57 smithi192 ceph-mon[110373]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-18T13:22:57.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:57 smithi192 ceph-mon[110373]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T13:22:57.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:57 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:22:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:57 smithi027 ceph-mon[107749]: pgmap v102: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T13:22:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:57 smithi027 ceph-mon[107749]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-18T13:22:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:57 smithi027 ceph-mon[107749]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T13:22:57.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:57 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:22:59.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:22:59 smithi192 ceph-mon[110373]: pgmap v104: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T13:22:59.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:22:59 smithi027 ceph-mon[107749]: pgmap v104: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail; 2/6 objects degraded (33.333%) 2023-12-18T13:23:00.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:00 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T13:23:00.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:00 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:00.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:00 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T13:23:00.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:00 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:01.272 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:01 smithi192 ceph-mon[110373]: Deploying daemon osd.6 on smithi192 2023-12-18T13:23:01.272 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:01 smithi192 ceph-mon[110373]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:23:01.272 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:01 smithi192 ceph-mon[110373]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-18T13:23:01.272 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:01 smithi192 ceph-mon[110373]: Cluster is now healthy 2023-12-18T13:23:01.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:01 smithi027 ceph-mon[107749]: Deploying daemon osd.6 on smithi192 2023-12-18T13:23:01.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:01 smithi027 ceph-mon[107749]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:23:01.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:01 smithi027 ceph-mon[107749]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-18T13:23:01.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:01 smithi027 ceph-mon[107749]: Cluster is now healthy 2023-12-18T13:23:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:03 smithi192 ceph-mon[110373]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T13:23:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:03 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:03 smithi027 ceph-mon[107749]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T13:23:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:03.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:03 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:05.153 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:05 smithi192 ceph-mon[110373]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-18T13:23:05.154 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:05.154 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:05 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:05.346 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 6 on host 'smithi192' 2023-12-18T13:23:05.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:05 smithi027 ceph-mon[107749]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-18T13:23:05.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:05.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:05 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:05.720 DEBUG:teuthology.orchestra.run.smithi192:osd.6> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.6.service 2023-12-18T13:23:05.722 INFO:tasks.cephadm:Deploying osd.7 on smithi192 with /dev/vg_nvme/lv_1... 2023-12-18T13:23:05.722 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T13:23:05.748 INFO:journalctl@ceph.osd.6.smithi192.stdout:-- Logs begin at Mon 2023-12-18 13:08:58 UTC. -- 2023-12-18T13:23:06.289 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:23:06.235+0000 7ff95b9843c0 -1 osd.6 0 log_to_monitors true 2023-12-18T13:23:06.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:06.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:06.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:06.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:06.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-mon[110373]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:23:06.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-mon[110373]: from='osd.6 [v2:172.21.15.192:6816/3815679644,v1:172.21.15.192:6817/3815679644]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:23:06.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:06 smithi192 ceph-mon[110373]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:23:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:06 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:06 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:06 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:06 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:06 smithi027 ceph-mon[107749]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:23:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:06 smithi027 ceph-mon[107749]: from='osd.6 [v2:172.21.15.192:6816/3815679644,v1:172.21.15.192:6817/3815679644]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:23:06.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:06 smithi027 ceph-mon[107749]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:23:07.553 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T13:23:07.553 INFO:teuthology.orchestra.run.smithi192.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T13:23:07.553 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10+0 records in 2023-12-18T13:23:07.553 INFO:teuthology.orchestra.run.smithi192.stderr:10+0 records out 2023-12-18T13:23:07.553 INFO:teuthology.orchestra.run.smithi192.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011051 s, 949 MB/s 2023-12-18T13:23:07.553 INFO:teuthology.orchestra.run.smithi192.stderr:--> Zapping successful for: 2023-12-18T13:23:08.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:23:07 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:23:07.932+0000 7ff952387700 -1 osd.6 0 waiting for initial osdmap 2023-12-18T13:23:08.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:23:07 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:23:07.938+0000 7ff94cd1e700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:23:08.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:07 smithi192 ceph-mon[110373]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T13:23:08.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:07 smithi192 ceph-mon[110373]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T13:23:08.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:07 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:08.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:07 smithi192 ceph-mon[110373]: from='osd.6 [v2:172.21.15.192:6816/3815679644,v1:172.21.15.192:6817/3815679644]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:08.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:07 smithi192 ceph-mon[110373]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:08.106 DEBUG:teuthology.orchestra.run.smithi192:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi192:vg_nvme/lv_1 2023-12-18T13:23:08.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:07 smithi027 ceph-mon[107749]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T13:23:08.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:07 smithi027 ceph-mon[107749]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T13:23:08.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:07 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:08.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:07 smithi027 ceph-mon[107749]: from='osd.6 [v2:172.21.15.192:6816/3815679644,v1:172.21.15.192:6817/3815679644]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:08.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:07 smithi027 ceph-mon[107749]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:09.019 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: osdmap e45: 7 total, 6 up, 7 in 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: Detected new or changed devices on smithi192 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi192 to 5323M 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:09.020 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:08 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: osdmap e45: 7 total, 6 up, 7 in 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: Detected new or changed devices on smithi192 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:09.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:09.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:09.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi192 to 5323M 2023-12-18T13:23:09.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:09.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:08 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:10.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:23:10.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:23:10.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: osd.6 [v2:172.21.15.192:6816/3815679644,v1:172.21.15.192:6817/3815679644] boot 2023-12-18T13:23:10.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T13:23:10.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:10.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:23:10.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:23:10.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:09 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:10.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:23:10.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:23:10.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: osd.6 [v2:172.21.15.192:6816/3815679644,v1:172.21.15.192:6817/3815679644] boot 2023-12-18T13:23:10.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T13:23:10.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:23:10.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:23:10.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:23:10.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:09 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:11.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:10 smithi027 ceph-mon[107749]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:23:11.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:10 smithi027 ceph-mon[107749]: pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:23:11.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:10 smithi027 ceph-mon[107749]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T13:23:11.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:10 smithi192 ceph-mon[110373]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi192:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:23:11.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:10 smithi192 ceph-mon[110373]: pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:23:11.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:10 smithi192 ceph-mon[110373]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T13:23:12.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:11 smithi027 ceph-mon[107749]: osdmap e48: 7 total, 7 up, 7 in 2023-12-18T13:23:12.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:11 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/504659049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1baa1df3-6231-437d-8f92-cf17ced41671"}]: dispatch 2023-12-18T13:23:12.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:11 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1baa1df3-6231-437d-8f92-cf17ced41671"}]: dispatch 2023-12-18T13:23:12.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:11 smithi027 ceph-mon[107749]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1baa1df3-6231-437d-8f92-cf17ced41671"}]': finished 2023-12-18T13:23:12.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:11 smithi027 ceph-mon[107749]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T13:23:12.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:12.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:11 smithi027 ceph-mon[107749]: from='client.? 172.21.15.192:0/3273431438' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:23:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:11 smithi192 ceph-mon[110373]: osdmap e48: 7 total, 7 up, 7 in 2023-12-18T13:23:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:11 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/504659049' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1baa1df3-6231-437d-8f92-cf17ced41671"}]: dispatch 2023-12-18T13:23:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:11 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1baa1df3-6231-437d-8f92-cf17ced41671"}]: dispatch 2023-12-18T13:23:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:11 smithi192 ceph-mon[110373]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1baa1df3-6231-437d-8f92-cf17ced41671"}]': finished 2023-12-18T13:23:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:11 smithi192 ceph-mon[110373]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T13:23:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:11 smithi192 ceph-mon[110373]: from='client.? 172.21.15.192:0/3273431438' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:23:13.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:13 smithi027 ceph-mon[107749]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:23:13.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:13 smithi027 ceph-mon[107749]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T13:23:13.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:13 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:13.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:13 smithi192 ceph-mon[110373]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:23:13.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:13 smithi192 ceph-mon[110373]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T13:23:13.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:13 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:14.282 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:14 smithi192 ceph-mon[110373]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T13:23:14.282 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:14.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:14 smithi027 ceph-mon[107749]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T13:23:14.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:15.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:15 smithi027 ceph-mon[107749]: pgmap v120: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:23:15.544 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:15 smithi192 ceph-mon[110373]: pgmap v120: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:23:17.376 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:17 smithi192 ceph-mon[110373]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 104 KiB/s, 0 objects/s recovering 2023-12-18T13:23:17.376 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:17 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T13:23:17.376 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:17 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:17.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:17 smithi027 ceph-mon[107749]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 104 KiB/s, 0 objects/s recovering 2023-12-18T13:23:17.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:17 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T13:23:17.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:17 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:18.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:18 smithi192 ceph-mon[110373]: Deploying daemon osd.7 on smithi192 2023-12-18T13:23:18.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:18 smithi027 ceph-mon[107749]: Deploying daemon osd.7 on smithi192 2023-12-18T13:23:19.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:19 smithi192 ceph-mon[110373]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 76 KiB/s, 0 objects/s recovering 2023-12-18T13:23:19.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:19 smithi027 ceph-mon[107749]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 42 MiB used, 626 GiB / 626 GiB avail; 76 KiB/s, 0 objects/s recovering 2023-12-18T13:23:21.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:21.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:21.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:21.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:21.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:20 smithi192 ceph-mon[110373]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:23:21.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:21.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:21.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:21.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:21.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:20 smithi027 ceph-mon[107749]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:23:21.995 INFO:teuthology.orchestra.run.smithi192.stdout:Created osd(s) 7 on host 'smithi192' 2023-12-18T13:23:22.382 DEBUG:teuthology.orchestra.run.smithi192:osd.7> sudo journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.7.service 2023-12-18T13:23:22.384 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-18T13:23:22.384 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T13:23:22.411 INFO:journalctl@ceph.osd.7.smithi192.stdout:-- Logs begin at Mon 2023-12-18 13:08:58 UTC. -- 2023-12-18T13:23:22.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:22 smithi027 ceph-mon[107749]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-12-18T13:23:22.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:22.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:22.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:22.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:22.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:22.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:23.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:23:22.976+0000 7fa186ff03c0 -1 osd.7 0 log_to_monitors true 2023-12-18T13:23:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-mon[110373]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-12-18T13:23:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:23.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:23.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:23.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:23.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:23.752 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:24.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:23 smithi027 ceph-mon[107749]: from='osd.7 [v2:172.21.15.192:6824/2576991597,v1:172.21.15.192:6825/2576991597]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:23:24.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:23 smithi027 ceph-mon[107749]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:23:24.055 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:23 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/912166593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:23:24.129 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":51,"num_osds":8,"num_up_osds":7,"osd_up_since":1702905788,"num_in_osds":8,"osd_in_since":1702905791,"num_remapped_pgs":0} 2023-12-18T13:23:24.170 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:23 smithi192 ceph-mon[110373]: from='osd.7 [v2:172.21.15.192:6824/2576991597,v1:172.21.15.192:6825/2576991597]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:23:24.170 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:23 smithi192 ceph-mon[110373]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:23:24.170 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:23 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/912166593' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:23:25.130 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='osd.7 [v2:172.21.15.192:6824/2576991597,v1:172.21.15.192:6825/2576991597]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: Detected new or changed devices on smithi192 2023-12-18T13:23:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:25.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi192 to 3992M 2023-12-18T13:23:25.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:25.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:25.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:23:24.968+0000 7fa17d9f3700 -1 osd.7 0 waiting for initial osdmap 2023-12-18T13:23:25.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:23:24.977+0000 7fa176b87700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:23:25.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='osd.7 [v2:172.21.15.192:6824/2576991597,v1:172.21.15.192:6825/2576991597]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]: dispatch 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: Detected new or changed devices on smithi192 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi192 to 3992M 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:25.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:23:26.168 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:25 smithi027 ceph-mon[107749]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:23:26.168 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:25 smithi027 ceph-mon[107749]: osdmap e53: 8 total, 7 up, 8 in 2023-12-18T13:23:26.168 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:25 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:26.168 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:25 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:26.168 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:25 smithi027 ceph-mon[107749]: osd.7 [v2:172.21.15.192:6824/2576991597,v1:172.21.15.192:6825/2576991597] boot 2023-12-18T13:23:26.169 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:25 smithi027 ceph-mon[107749]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T13:23:26.169 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:25 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:26.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:25 smithi192 ceph-mon[110373]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi192", "root=default"]}]': finished 2023-12-18T13:23:26.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:25 smithi192 ceph-mon[110373]: osdmap e53: 8 total, 7 up, 8 in 2023-12-18T13:23:26.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:25 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:26.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:25 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:26.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:25 smithi192 ceph-mon[110373]: osd.7 [v2:172.21.15.192:6824/2576991597,v1:172.21.15.192:6825/2576991597] boot 2023-12-18T13:23:26.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:25 smithi192 ceph-mon[110373]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T13:23:26.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:25 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:23:26.543 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:26.930 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":54,"num_osds":8,"num_up_osds":8,"osd_up_since":1702905805,"num_in_osds":8,"osd_in_since":1702905791,"num_remapped_pgs":1} 2023-12-18T13:23:26.931 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:23:27.166 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:26 smithi027 ceph-mon[107749]: purged_snaps scrub starts 2023-12-18T13:23:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:26 smithi027 ceph-mon[107749]: purged_snaps scrub ok 2023-12-18T13:23:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:26 smithi027 ceph-mon[107749]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:23:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:26 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3168476667' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:23:27.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:26 smithi027 ceph-mon[107749]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T13:23:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:26 smithi192 ceph-mon[110373]: purged_snaps scrub starts 2023-12-18T13:23:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:26 smithi192 ceph-mon[110373]: purged_snaps scrub ok 2023-12-18T13:23:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:26 smithi192 ceph-mon[110373]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:23:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:26 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3168476667' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:23:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:26 smithi192 ceph-mon[110373]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T13:23:28.360 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:28.360 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":56,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","created":"2023-12-18T13:18:57.043568+0000","modified":"2023-12-18T13:23:27.925915+0000","last_up_change":"2023-12-18T13:23:25.923121+0000","last_in_change":"2023-12-18T13:23:11.112233+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-12-18T13:22:04.402413+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":"23","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":"d3346113-5081-46a4-bd14-ce003e869ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6803","nonce":3242535367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6805","nonce":3242535367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6809","nonce":3242535367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6807","nonce":3242535367}]},"public_addr":"172.21.15.27:6803/3242535367","cluster_addr":"172.21.15.27:6805/3242535367","heartbeat_back_addr":"172.21.15.27:6809/3242535367","heartbeat_front_addr":"172.21.15.27:6807/3242535367","state":["exists","up"]},{"osd":1,"uuid":"3d3eaa16-aa7d-4ca4-a667-0f9a33605623","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.27:6810","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6811","nonce":1179984315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6813","nonce":1179984315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6817","nonce":1179984315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6815","nonce":1179984315}]},"public_addr":"172.21.15.27:6811/1179984315","cluster_addr":"172.21.15.27:6813/1179984315","heartbeat_back_addr":"172.21.15.27:6817/1179984315","heartbeat_front_addr":"172.21.15.27:6815/1179984315","state":["exists","up"]},{"osd":2,"uuid":"ab360941-33a0-4365-bfc0-fe6b32fa1a03","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.27:6818","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6819","nonce":603511004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6821","nonce":603511004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6825","nonce":603511004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6823","nonce":603511004}]},"public_addr":"172.21.15.27:6819/603511004","cluster_addr":"172.21.15.27:6821/603511004","heartbeat_back_addr":"172.21.15.27:6825/603511004","heartbeat_front_addr":"172.21.15.27:6823/603511004","state":["exists","up"]},{"osd":3,"uuid":"80f1487f-127f-44cd-93f5-689c8cb393b4","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.27:6826","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6827","nonce":761602815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6829","nonce":761602815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6833","nonce":761602815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6831","nonce":761602815}]},"public_addr":"172.21.15.27:6827/761602815","cluster_addr":"172.21.15.27:6829/761602815","heartbeat_back_addr":"172.21.15.27:6833/761602815","heartbeat_front_addr":"172.21.15.27:6831/761602815","state":["exists","up"]},{"osd":4,"uuid":"6ba05300-09e9-44f7-883d-c6fa303d2f62","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.192:6800","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6801","nonce":13680043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6803","nonce":13680043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6807","nonce":13680043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6805","nonce":13680043}]},"public_addr":"172.21.15.192:6801/13680043","cluster_addr":"172.21.15.192:6803/13680043","heartbeat_back_addr":"172.21.15.192:6807/13680043","heartbeat_front_addr":"172.21.15.192:6805/13680043","state":["exists","up"]},{"osd":5,"uuid":"6a3fd305-76f6-430d-bc62-8518d46c8f77","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6809","nonce":4153619669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6811","nonce":4153619669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6815","nonce":4153619669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6813","nonce":4153619669}]},"public_addr":"172.21.15.192:6809/4153619669","cluster_addr":"172.21.15.192:6811/4153619669","heartbeat_back_addr":"172.21.15.192:6815/4153619669","heartbeat_front_addr":"172.21.15.192:6813/4153619669","state":["exists","up"]},{"osd":6,"uuid":"54d8c8f3-b933-4e05-ac3c-ce8396b90d48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6817","nonce":3815679644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6819","nonce":3815679644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6823","nonce":3815679644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6821","nonce":3815679644}]},"public_addr":"172.21.15.192:6817/3815679644","cluster_addr":"172.21.15.192:6819/3815679644","heartbeat_back_addr":"172.21.15.192:6823/3815679644","heartbeat_front_addr":"172.21.15.192:6821/3815679644","state":["exists","up"]},{"osd":7,"uuid":"1baa1df3-6231-437d-8f92-cf17ced41671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6825","nonce":2576991597}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6827","nonce":2576991597}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6831","nonce":2576991597}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6829","nonce":2576991597}]},"public_addr":"172.21.15.192:6825/2576991597","cluster_addr":"172.21.15.192:6827/2576991597","heartbeat_back_addr":"172.21.15.192:6831/2576991597","heartbeat_front_addr":"172.21.15.192:6829/2576991597","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-12-18T13:21:21.260854+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-12-18T13:21:42.456713+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-12-18T13:22:00.272225+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-12-18T13:22:18.330317+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-12-18T13:22:34.318445+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-12-18T13:22:50.531119+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-12-18T13:23:07.270839+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-12-18T13:23:23.978288+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.27:0/1996163536":"2023-12-19T13:20:31.453881+0000","172.21.15.27:6801/2402068159":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/3652847045":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/1402109807":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/3647828399":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/3083858300":"2023-12-19T13:20:31.453881+0000","172.21.15.27:6801/4201498945":"2023-12-19T13:19:51.349047+0000","172.21.15.27:6800/2402068159":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/2609509428":"2023-12-19T13:19:51.349047+0000","172.21.15.27:6800/3973476693":"2023-12-19T13:19:26.462709+0000","172.21.15.27:0/654921669":"2023-12-19T13:19:26.462709+0000","172.21.15.27:6801/3973476693":"2023-12-19T13:19:26.462709+0000","172.21.15.27:0/3623763350":"2023-12-19T13:19:26.462709+0000","172.21.15.27:6800/4201498945":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/2010117056":"2023-12-19T13:19:26.462709+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-12-18T13:23:28.745 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-18T13:22:04.402413+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': '23', '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-12-18T13:23:28.746 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-18T13:23:28.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:28 smithi027 ceph-mon[107749]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:28.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:28 smithi027 ceph-mon[107749]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T13:23:28.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:28 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3174431987' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:23:28.977 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:29.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:28 smithi192 ceph-mon[110373]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:29.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:28 smithi192 ceph-mon[110373]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T13:23:29.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:28 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3174431987' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:23:30.119 INFO:teuthology.orchestra.run.smithi027.stdout:pg_num: 1 2023-12-18T13:23:30.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:29 smithi027 ceph-mon[107749]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T13:23:30.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:29 smithi192 ceph-mon[110373]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T13:23:30.587 INFO:tasks.cephadm:Setting up client nodes... 2023-12-18T13:23:30.587 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-18T13:23:31.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:30 smithi027 ceph-mon[107749]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:31.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:30 smithi027 ceph-mon[107749]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T13:23:31.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:30 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1219778961' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T13:23:31.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:30 smithi192 ceph-mon[110373]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:31.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:30 smithi192 ceph-mon[110373]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T13:23:31.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:30 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1219778961' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T13:23:32.079 INFO:teuthology.orchestra.run.smithi027.stdout:[client.0] 2023-12-18T13:23:32.079 INFO:teuthology.orchestra.run.smithi027.stdout: key = AQDUR4BlI1iRBBAA0HgG2peIHGINjPW154AHhQ== 2023-12-18T13:23:32.300 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:31 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:23:32.300 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:31 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:23:32.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:31 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:23:32.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:31 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:23:32.488 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-18T13:23:32.488 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-18T13:23:32.488 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-18T13:23:32.529 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-18T13:23:32.529 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-18T13:23:32.529 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-18T13:23:32.798 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:32 smithi027 ceph-mon[107749]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-18T13:23:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:32 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2845942640' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T13:23:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:32 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2845942640' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T13:23:33.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:32 smithi192 ceph-mon[110373]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-18T13:23:33.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:32 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2845942640' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T13:23:33.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:32 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2845942640' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T13:23:34.101 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:34.477 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi027.zqcsao","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6800","nonce":3274597695},{"type":"v1","addr":"172.21.15.27:6801","nonce":3274597695}]},"active_addr":"172.21.15.27:6801/3274597695","active_change":"2023-12-18T13:20:31.454262+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi192.yasrzc","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.27:8443/","prometheus":"http://172.21.15.27: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.27:0","nonce":2304497848}]},{"addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":1380632539}]},{"addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":360634665}]},{"addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":2946745009}]}]}} 2023-12-18T13:23:34.481 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-18T13:23:34.481 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-18T13:23:34.482 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:23:34.714 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:34 smithi027 ceph-mon[107749]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T13:23:35.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:34 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1783001141' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T13:23:35.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:34 smithi192 ceph-mon[110373]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T13:23:35.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:34 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1783001141' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T13:23:35.930 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:35.930 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":58,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","created":"2023-12-18T13:18:57.043568+0000","modified":"2023-12-18T13:23:29.977761+0000","last_up_change":"2023-12-18T13:23:25.923121+0000","last_in_change":"2023-12-18T13:23:11.112233+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-12-18T13:22:04.402413+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":"23","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":"d3346113-5081-46a4-bd14-ce003e869ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6803","nonce":3242535367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6805","nonce":3242535367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6809","nonce":3242535367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6807","nonce":3242535367}]},"public_addr":"172.21.15.27:6803/3242535367","cluster_addr":"172.21.15.27:6805/3242535367","heartbeat_back_addr":"172.21.15.27:6809/3242535367","heartbeat_front_addr":"172.21.15.27:6807/3242535367","state":["exists","up"]},{"osd":1,"uuid":"3d3eaa16-aa7d-4ca4-a667-0f9a33605623","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.27:6810","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6811","nonce":1179984315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6813","nonce":1179984315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6817","nonce":1179984315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6815","nonce":1179984315}]},"public_addr":"172.21.15.27:6811/1179984315","cluster_addr":"172.21.15.27:6813/1179984315","heartbeat_back_addr":"172.21.15.27:6817/1179984315","heartbeat_front_addr":"172.21.15.27:6815/1179984315","state":["exists","up"]},{"osd":2,"uuid":"ab360941-33a0-4365-bfc0-fe6b32fa1a03","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.27:6818","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6819","nonce":603511004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6821","nonce":603511004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6825","nonce":603511004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6823","nonce":603511004}]},"public_addr":"172.21.15.27:6819/603511004","cluster_addr":"172.21.15.27:6821/603511004","heartbeat_back_addr":"172.21.15.27:6825/603511004","heartbeat_front_addr":"172.21.15.27:6823/603511004","state":["exists","up"]},{"osd":3,"uuid":"80f1487f-127f-44cd-93f5-689c8cb393b4","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.27:6826","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6827","nonce":761602815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6829","nonce":761602815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6833","nonce":761602815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6831","nonce":761602815}]},"public_addr":"172.21.15.27:6827/761602815","cluster_addr":"172.21.15.27:6829/761602815","heartbeat_back_addr":"172.21.15.27:6833/761602815","heartbeat_front_addr":"172.21.15.27:6831/761602815","state":["exists","up"]},{"osd":4,"uuid":"6ba05300-09e9-44f7-883d-c6fa303d2f62","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.192:6800","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6801","nonce":13680043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6803","nonce":13680043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6807","nonce":13680043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6805","nonce":13680043}]},"public_addr":"172.21.15.192:6801/13680043","cluster_addr":"172.21.15.192:6803/13680043","heartbeat_back_addr":"172.21.15.192:6807/13680043","heartbeat_front_addr":"172.21.15.192:6805/13680043","state":["exists","up"]},{"osd":5,"uuid":"6a3fd305-76f6-430d-bc62-8518d46c8f77","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6809","nonce":4153619669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6811","nonce":4153619669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6815","nonce":4153619669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6813","nonce":4153619669}]},"public_addr":"172.21.15.192:6809/4153619669","cluster_addr":"172.21.15.192:6811/4153619669","heartbeat_back_addr":"172.21.15.192:6815/4153619669","heartbeat_front_addr":"172.21.15.192:6813/4153619669","state":["exists","up"]},{"osd":6,"uuid":"54d8c8f3-b933-4e05-ac3c-ce8396b90d48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6817","nonce":3815679644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6819","nonce":3815679644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6823","nonce":3815679644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6821","nonce":3815679644}]},"public_addr":"172.21.15.192:6817/3815679644","cluster_addr":"172.21.15.192:6819/3815679644","heartbeat_back_addr":"172.21.15.192:6823/3815679644","heartbeat_front_addr":"172.21.15.192:6821/3815679644","state":["exists","up"]},{"osd":7,"uuid":"1baa1df3-6231-437d-8f92-cf17ced41671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6825","nonce":2576991597}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6827","nonce":2576991597}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6831","nonce":2576991597}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6829","nonce":2576991597}]},"public_addr":"172.21.15.192:6825/2576991597","cluster_addr":"172.21.15.192:6827/2576991597","heartbeat_back_addr":"172.21.15.192:6831/2576991597","heartbeat_front_addr":"172.21.15.192:6829/2576991597","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-12-18T13:21:21.260854+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-12-18T13:21:42.456713+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-12-18T13:22:00.272225+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-12-18T13:22:18.330317+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-12-18T13:22:34.318445+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-12-18T13:22:50.531119+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-12-18T13:23:07.270839+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-12-18T13:23:23.978288+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/1996163536":"2023-12-19T13:20:31.453881+0000","172.21.15.27:6801/2402068159":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/3652847045":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/1402109807":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/3647828399":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/3083858300":"2023-12-19T13:20:31.453881+0000","172.21.15.27:6801/4201498945":"2023-12-19T13:19:51.349047+0000","172.21.15.27:6800/2402068159":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/2609509428":"2023-12-19T13:19:51.349047+0000","172.21.15.27:6800/3973476693":"2023-12-19T13:19:26.462709+0000","172.21.15.27:0/654921669":"2023-12-19T13:19:26.462709+0000","172.21.15.27:6801/3973476693":"2023-12-19T13:19:26.462709+0000","172.21.15.27:0/3623763350":"2023-12-19T13:19:26.462709+0000","172.21.15.27:6800/4201498945":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/2010117056":"2023-12-19T13:19:26.462709+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-12-18T13:23:36.295 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-18T13:23:36.296 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:23:36.527 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:36 smithi027 ceph-mon[107749]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:23:37.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:36 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3654685594' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:23:37.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:36 smithi192 ceph-mon[110373]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:23:37.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:36 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3654685594' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:23:37.699 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:37.700 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":58,"fsid":"ec6d3de2-9da7-11ee-95a5-87774f69a715","created":"2023-12-18T13:18:57.043568+0000","modified":"2023-12-18T13:23:29.977761+0000","last_up_change":"2023-12-18T13:23:25.923121+0000","last_in_change":"2023-12-18T13:23:11.112233+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-12-18T13:22:04.402413+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":"23","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":"d3346113-5081-46a4-bd14-ce003e869ebb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6803","nonce":3242535367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6805","nonce":3242535367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6809","nonce":3242535367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":3242535367},{"type":"v1","addr":"172.21.15.27:6807","nonce":3242535367}]},"public_addr":"172.21.15.27:6803/3242535367","cluster_addr":"172.21.15.27:6805/3242535367","heartbeat_back_addr":"172.21.15.27:6809/3242535367","heartbeat_front_addr":"172.21.15.27:6807/3242535367","state":["exists","up"]},{"osd":1,"uuid":"3d3eaa16-aa7d-4ca4-a667-0f9a33605623","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.27:6810","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6811","nonce":1179984315}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6813","nonce":1179984315}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6817","nonce":1179984315}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":1179984315},{"type":"v1","addr":"172.21.15.27:6815","nonce":1179984315}]},"public_addr":"172.21.15.27:6811/1179984315","cluster_addr":"172.21.15.27:6813/1179984315","heartbeat_back_addr":"172.21.15.27:6817/1179984315","heartbeat_front_addr":"172.21.15.27:6815/1179984315","state":["exists","up"]},{"osd":2,"uuid":"ab360941-33a0-4365-bfc0-fe6b32fa1a03","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.27:6818","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6819","nonce":603511004}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6821","nonce":603511004}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6825","nonce":603511004}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":603511004},{"type":"v1","addr":"172.21.15.27:6823","nonce":603511004}]},"public_addr":"172.21.15.27:6819/603511004","cluster_addr":"172.21.15.27:6821/603511004","heartbeat_back_addr":"172.21.15.27:6825/603511004","heartbeat_front_addr":"172.21.15.27:6823/603511004","state":["exists","up"]},{"osd":3,"uuid":"80f1487f-127f-44cd-93f5-689c8cb393b4","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.27:6826","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6827","nonce":761602815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6829","nonce":761602815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6833","nonce":761602815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":761602815},{"type":"v1","addr":"172.21.15.27:6831","nonce":761602815}]},"public_addr":"172.21.15.27:6827/761602815","cluster_addr":"172.21.15.27:6829/761602815","heartbeat_back_addr":"172.21.15.27:6833/761602815","heartbeat_front_addr":"172.21.15.27:6831/761602815","state":["exists","up"]},{"osd":4,"uuid":"6ba05300-09e9-44f7-883d-c6fa303d2f62","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.192:6800","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6801","nonce":13680043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6802","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6803","nonce":13680043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6806","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6807","nonce":13680043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6804","nonce":13680043},{"type":"v1","addr":"172.21.15.192:6805","nonce":13680043}]},"public_addr":"172.21.15.192:6801/13680043","cluster_addr":"172.21.15.192:6803/13680043","heartbeat_back_addr":"172.21.15.192:6807/13680043","heartbeat_front_addr":"172.21.15.192:6805/13680043","state":["exists","up"]},{"osd":5,"uuid":"6a3fd305-76f6-430d-bc62-8518d46c8f77","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6808","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6809","nonce":4153619669}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6810","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6811","nonce":4153619669}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6814","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6815","nonce":4153619669}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6812","nonce":4153619669},{"type":"v1","addr":"172.21.15.192:6813","nonce":4153619669}]},"public_addr":"172.21.15.192:6809/4153619669","cluster_addr":"172.21.15.192:6811/4153619669","heartbeat_back_addr":"172.21.15.192:6815/4153619669","heartbeat_front_addr":"172.21.15.192:6813/4153619669","state":["exists","up"]},{"osd":6,"uuid":"54d8c8f3-b933-4e05-ac3c-ce8396b90d48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6816","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6817","nonce":3815679644}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6818","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6819","nonce":3815679644}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6822","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6823","nonce":3815679644}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6820","nonce":3815679644},{"type":"v1","addr":"172.21.15.192:6821","nonce":3815679644}]},"public_addr":"172.21.15.192:6817/3815679644","cluster_addr":"172.21.15.192:6819/3815679644","heartbeat_back_addr":"172.21.15.192:6823/3815679644","heartbeat_front_addr":"172.21.15.192:6821/3815679644","state":["exists","up"]},{"osd":7,"uuid":"1baa1df3-6231-437d-8f92-cf17ced41671","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":54,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6824","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6825","nonce":2576991597}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6826","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6827","nonce":2576991597}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6830","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6831","nonce":2576991597}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:6828","nonce":2576991597},{"type":"v1","addr":"172.21.15.192:6829","nonce":2576991597}]},"public_addr":"172.21.15.192:6825/2576991597","cluster_addr":"172.21.15.192:6827/2576991597","heartbeat_back_addr":"172.21.15.192:6831/2576991597","heartbeat_front_addr":"172.21.15.192:6829/2576991597","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-12-18T13:21:21.260854+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-12-18T13:21:42.456713+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-12-18T13:22:00.272225+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-12-18T13:22:18.330317+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-12-18T13:22:34.318445+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-12-18T13:22:50.531119+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-12-18T13:23:07.270839+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-12-18T13:23:23.978288+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:0/1996163536":"2023-12-19T13:20:31.453881+0000","172.21.15.27:6801/2402068159":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/3652847045":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/1402109807":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/3647828399":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/3083858300":"2023-12-19T13:20:31.453881+0000","172.21.15.27:6801/4201498945":"2023-12-19T13:19:51.349047+0000","172.21.15.27:6800/2402068159":"2023-12-19T13:20:31.453881+0000","172.21.15.27:0/2609509428":"2023-12-19T13:19:51.349047+0000","172.21.15.27:6800/3973476693":"2023-12-19T13:19:26.462709+0000","172.21.15.27:0/654921669":"2023-12-19T13:19:26.462709+0000","172.21.15.27:6801/3973476693":"2023-12-19T13:19:26.462709+0000","172.21.15.27:0/3623763350":"2023-12-19T13:19:26.462709+0000","172.21.15.27:6800/4201498945":"2023-12-19T13:19:51.349047+0000","172.21.15.27:0/2010117056":"2023-12-19T13:19:26.462709+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-12-18T13:23:38.027 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:37 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/883283710' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:23:38.112 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-18T13:23:38.112 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-18T13:23:38.112 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-18T13:23:38.113 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-18T13:23:38.113 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-18T13:23:38.114 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-18T13:23:38.114 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-18T13:23:38.114 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-18T13:23:38.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:37 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/883283710' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:23:38.524 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:38.540 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:38.573 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:38.590 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:38.634 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:38.996 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:38 smithi027 ceph-mon[107749]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-18T13:23:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:38 smithi192 ceph-mon[110373]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-18T13:23:39.425 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:39.596 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:39.791 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:41.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:40 smithi027 ceph-mon[107749]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:23:41.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:40 smithi192 ceph-mon[110373]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-18T13:23:42.586 INFO:teuthology.orchestra.run.smithi027.stdout:111669149716 2023-12-18T13:23:42.587 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-18T13:23:43.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:42 smithi027 ceph-mon[107749]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T13:23:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:42 smithi192 ceph-mon[110373]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T13:23:43.613 INFO:teuthology.orchestra.run.smithi027.stdout:163208757260 2023-12-18T13:23:43.614 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-18T13:23:43.960 INFO:teuthology.orchestra.run.smithi027.stdout:231928233990 2023-12-18T13:23:43.961 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-18T13:23:44.203 INFO:teuthology.orchestra.run.smithi027.stdout:81604378646 2023-12-18T13:23:44.203 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-18T13:23:44.344 INFO:teuthology.orchestra.run.smithi027.stdout:133143986193 2023-12-18T13:23:44.344 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-18T13:23:45.165 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:44 smithi027 ceph-mon[107749]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:45.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:44 smithi192 ceph-mon[110373]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:45.419 INFO:teuthology.orchestra.run.smithi027.stdout:38654705695 2023-12-18T13:23:45.419 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-18T13:23:45.545 INFO:teuthology.orchestra.run.smithi027.stdout:60129542171 2023-12-18T13:23:45.545 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-18T13:23:45.553 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:45.703 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:45.931 INFO:teuthology.orchestra.run.smithi027.stdout:197568495626 2023-12-18T13:23:45.931 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-18T13:23:46.038 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:46.038 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:46.039 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:46.039 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:46.385 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:47.120 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:46 smithi027 ceph-mon[107749]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:47.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:46 smithi192 ceph-mon[110373]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:48.434 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:48.944 INFO:teuthology.orchestra.run.smithi027.stdout:81604378647 2023-12-18T13:23:49.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:48 smithi027 ceph-mon[107749]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:48 smithi192 ceph-mon[110373]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:49.628 INFO:teuthology.orchestra.run.smithi027.stdout:60129542172 2023-12-18T13:23:49.747 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378646 got 81604378647 for osd.2 2023-12-18T13:23:49.747 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:49.754 INFO:teuthology.orchestra.run.smithi027.stdout:133143986194 2023-12-18T13:23:50.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:49 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/655784170' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T13:23:50.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:49 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/169921886' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T13:23:50.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:49 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/55226094' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T13:23:50.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:49 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/655784170' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T13:23:50.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:49 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/169921886' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T13:23:50.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:49 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/55226094' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T13:23:50.323 INFO:teuthology.orchestra.run.smithi027.stdout:231928233991 2023-12-18T13:23:50.361 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986193 got 133143986194 for osd.4 2023-12-18T13:23:50.361 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:50.562 INFO:teuthology.orchestra.run.smithi027.stdout:163208757262 2023-12-18T13:23:50.834 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-12-18T13:23:50.834 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:51.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:50 smithi027 ceph-mon[107749]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:51.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:50 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/323594781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T13:23:51.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:50 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/4082734974' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T13:23:51.093 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757260 got 163208757262 for osd.5 2023-12-18T13:23:51.093 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:51.141 INFO:teuthology.orchestra.run.smithi027.stdout:111669149717 2023-12-18T13:23:51.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:50 smithi192 ceph-mon[110373]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:51.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:50 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/323594781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T13:23:51.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:50 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/4082734974' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T13:23:51.512 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233990 got 231928233991 for osd.7 2023-12-18T13:23:51.512 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:51.938 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-12-18T13:23:51.938 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:52.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:51 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2729643027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T13:23:52.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:51 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2729643027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T13:23:52.630 INFO:teuthology.orchestra.run.smithi027.stdout:197568495628 2023-12-18T13:23:52.682 INFO:teuthology.orchestra.run.smithi027.stdout:38654705696 2023-12-18T13:23:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:52 smithi027 ceph-mon[107749]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:52 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2562110414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T13:23:53.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:52 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1538008356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T13:23:53.300 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495626 got 197568495628 for osd.6 2023-12-18T13:23:53.301 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:52 smithi192 ceph-mon[110373]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:52 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2562110414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T13:23:53.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:52 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1538008356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T13:23:53.474 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-12-18T13:23:53.474 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:53.474 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-18T13:23:53.474 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T13:23:53.706 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:55.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:54 smithi027 ceph-mon[107749]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:55.222 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:55.223 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-12-18T13:23:55.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:54 smithi192 ceph-mon[110373]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:55.601 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2023-12-18T13:23:53.925600+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":48748,"kb_used_data":6188,"kb_used_omap":0,"kb_used_meta":42496,"kb_avail":749912468,"statfs":{"total":767960285184,"available":767910367232,"internally_reserved":0,"allocated":6336512,"data_stored":3512441,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43515904},"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.002286"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-12-18T13:23:29.987716+0000","last_change":"2023-12-18T13:23:29.987716+0000","last_active":"2023-12-18T13:23:29.987716+0000","last_peered":"2023-12-18T13:23:29.987716+0000","last_clean":"2023-12-18T13:23:29.987716+0000","last_became_active":"2023-12-18T13:23:29.987332+0000","last_became_peered":"2023-12-18T13:23:29.987332+0000","last_unstale":"2023-12-18T13:23:29.987716+0000","last_undegraded":"2023-12-18T13:23:29.987716+0000","last_fullsized":"2023-12-18T13:23:29.987716+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T13:22:04.452551+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T13:22:04.452551+0000","last_clean_scrub_stamp":"2023-12-18T13:22:04.452551+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-12-19T17:09:59.935693+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":2662400,"data_stored":2644640,"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":54,"seq":231928233992,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6040,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739112,"statfs":{"total":95995035648,"available":95988850688,"internally_reserved":0,"allocated":1130496,"data_stored":770014,"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.44400000000000001}]},{"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.39800000000000002}]},{"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.44}]},{"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.48099999999999998}]},{"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.372}]},{"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.46800000000000003}]},{"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.51800000000000002}]}]},{"osd":6,"up_from":46,"seq":197568495628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6156,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738996,"statfs":{"total":95995035648,"available":95988731904,"internally_reserved":0,"allocated":1118208,"data_stored":769161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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.45700000000000002}]},{"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.65900000000000003}]},{"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.51900000000000002}]},{"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.47999999999999998}]},{"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.77600000000000002}]},{"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.69899999999999995}]},{"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.80400000000000005}]}]},{"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":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Mon Dec 18 13:23:48 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.34399999999999997,"15min":0.33900000000000002},"min":{"1min":0.26700000000000002,"5min":0.216,"15min":0.216},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.36699999999999999,"15min":0.35999999999999999},"min":{"1min":0.29699999999999999,"5min":0.22,"15min":0.22},"max":{"1min":0.56499999999999995,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.33300000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.36199999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:23:22 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.29399999999999998},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.34999999999999998}]},{"osd":4,"last update":"Mon Dec 18 13:23:39 2023","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.3969999999999998,"5min":2.3969999999999998,"15min":2.3969999999999998},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.7000000000000002,"5min":2.7000000000000002,"15min":2.7000000000000002},"last":0.51500000000000001}]},{"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.56699999999999995}]},{"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.54500000000000004}]},{"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.58299999999999996}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6872,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738280,"statfs":{"total":95995035648,"available":95987998720,"internally_reserved":0,"allocated":1130496,"data_stored":770014,"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":"Mon Dec 18 13:23:47 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.34999999999999998,"15min":0.34200000000000003},"min":{"1min":0.23499999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.25900000000000001},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.36899999999999999,"15min":0.35499999999999998},"min":{"1min":0.26300000000000001,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.40300000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.29499999999999998}]},{"osd":3,"last update":"Mon Dec 18 13:23:24 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.39100000000000001}]},{"osd":4,"last update":"Mon Dec 18 13:23:39 2023","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.60899999999999999}]},{"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.57399999999999995}]},{"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.63600000000000001}]},{"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.63}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6220,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738932,"statfs":{"total":95995035648,"available":95988666368,"internally_reserved":0,"allocated":593920,"data_stored":240821,"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":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.40400000000000003}]},{"osd":1,"last update":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.38800000000000001}]},{"osd":3,"last update":"Mon Dec 18 13:23:25 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.315}]},{"osd":4,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.91100000000000003}]},{"osd":5,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.73799999999999999}]},{"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.69799999999999995}]},{"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.51400000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240821,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Mon Dec 18 13:23:21 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.32400000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:23:21 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.34699999999999998}]},{"osd":2,"last update":"Mon Dec 18 13:23:21 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.34200000000000003}]},{"osd":4,"last update":"Mon Dec 18 13:23:37 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.40699999999999997}]},{"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.42999999999999999}]},{"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.53300000000000003}]},{"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.45700000000000002}]}]},{"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":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240556,"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":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.625},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.42899999999999999}]},{"osd":1,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.64900000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.48799999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.53700000000000003}]},{"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.59099999999999997}]},{"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.501}]},{"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.66800000000000004}]}]},{"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":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240498,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.63600000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.504},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.47899999999999998}]},{"osd":2,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.40899999999999997}]},{"osd":3,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.62}]},{"osd":4,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.60599999999999998}]},{"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.58199999999999996}]},{"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.57199999999999995}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":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-12-18T13:23:55.602 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T13:23:55.835 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:56.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:55 smithi027 ceph-mon[107749]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:23:56.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:55 smithi192 ceph-mon[110373]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:23:57.052 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:57.053 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-12-18T13:23:57.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:56 smithi027 ceph-mon[107749]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:57.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:56 smithi192 ceph-mon[110373]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:57.442 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":148,"stamp":"2023-12-18T13:23:55.925997+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":48748,"kb_used_data":6188,"kb_used_omap":0,"kb_used_meta":42496,"kb_avail":749912468,"statfs":{"total":767960285184,"available":767910367232,"internally_reserved":0,"allocated":6336512,"data_stored":3512441,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43515904},"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.002309"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-12-18T13:23:29.987716+0000","last_change":"2023-12-18T13:23:29.987716+0000","last_active":"2023-12-18T13:23:29.987716+0000","last_peered":"2023-12-18T13:23:29.987716+0000","last_clean":"2023-12-18T13:23:29.987716+0000","last_became_active":"2023-12-18T13:23:29.987332+0000","last_became_peered":"2023-12-18T13:23:29.987332+0000","last_unstale":"2023-12-18T13:23:29.987716+0000","last_undegraded":"2023-12-18T13:23:29.987716+0000","last_fullsized":"2023-12-18T13:23:29.987716+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T13:22:04.452551+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T13:22:04.452551+0000","last_clean_scrub_stamp":"2023-12-18T13:22:04.452551+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-12-19T17:09:59.935693+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":2662400,"data_stored":2644640,"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":54,"seq":231928233992,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6040,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739112,"statfs":{"total":95995035648,"available":95988850688,"internally_reserved":0,"allocated":1130496,"data_stored":770014,"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.44400000000000001}]},{"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.39800000000000002}]},{"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.44}]},{"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.48099999999999998}]},{"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.372}]},{"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.46800000000000003}]},{"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.51800000000000002}]}]},{"osd":6,"up_from":46,"seq":197568495629,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6156,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738996,"statfs":{"total":95995035648,"available":95988731904,"internally_reserved":0,"allocated":1118208,"data_stored":769161,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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.57299999999999995}]},{"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.63900000000000001}]},{"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.52500000000000002}]},{"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.60499999999999998}]},{"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.48999999999999999}]},{"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.58499999999999996}]},{"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.67100000000000004}]}]},{"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":6344,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738808,"statfs":{"total":95995035648,"available":95988539392,"internally_reserved":0,"allocated":589824,"data_stored":240556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Mon Dec 18 13:23:48 2023","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.34399999999999997,"15min":0.33900000000000002},"min":{"1min":0.26700000000000002,"5min":0.216,"15min":0.216},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.36699999999999999,"15min":0.35999999999999999},"min":{"1min":0.29699999999999999,"5min":0.22,"15min":0.22},"max":{"1min":0.56499999999999995,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.30399999999999999}]},{"osd":2,"last update":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.22800000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.31900000000000001}]},{"osd":3,"last update":"Mon Dec 18 13:23:22 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.249},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.36599999999999999}]},{"osd":4,"last update":"Mon Dec 18 13:23:39 2023","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.3969999999999998,"5min":2.3969999999999998,"15min":2.3969999999999998},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":2.7000000000000002,"5min":2.7000000000000002,"15min":2.7000000000000002},"last":0.53600000000000003}]},{"osd":5,"last update":"Mon Dec 18 13:23:54 2023","interfaces":[{"interface":"back","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.8919999999999999,"5min":1.8919999999999999,"15min":1.8919999999999999},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":2.7170000000000001,"5min":2.7170000000000001,"15min":2.7170000000000001},"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.48199999999999998}]},{"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.58299999999999996}]}]},{"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":6872,"kb_used_data":1104,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738280,"statfs":{"total":95995035648,"available":95987998720,"internally_reserved":0,"allocated":1130496,"data_stored":770014,"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":"Mon Dec 18 13:23:47 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.34999999999999998,"15min":0.34200000000000003},"min":{"1min":0.23499999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.26100000000000001},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.36899999999999999,"15min":0.35499999999999998},"min":{"1min":0.26300000000000001,"5min":0.17899999999999999,"15min":0.17899999999999999},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.41099999999999998}]},{"osd":2,"last update":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.37},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.30599999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:23:24 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.32300000000000001}]},{"osd":4,"last update":"Mon Dec 18 13:23:39 2023","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.55200000000000005}]},{"osd":5,"last update":"Mon Dec 18 13:23:53 2023","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.085,"5min":1.085,"15min":1.085},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.52700000000000002}]},{"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.57799999999999996}]},{"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.67400000000000004}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6220,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738932,"statfs":{"total":95995035648,"available":95988666368,"internally_reserved":0,"allocated":593920,"data_stored":240821,"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":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.40400000000000003}]},{"osd":1,"last update":"Mon Dec 18 13:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.38800000000000001}]},{"osd":3,"last update":"Mon Dec 18 13:23:25 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.315}]},{"osd":4,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.91100000000000003}]},{"osd":5,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.73799999999999999}]},{"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.69799999999999995}]},{"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.51400000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5708,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739444,"statfs":{"total":95995035648,"available":95989190656,"internally_reserved":0,"allocated":593920,"data_stored":240821,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Mon Dec 18 13:23:21 2023","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.32400000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:23:21 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.34699999999999998}]},{"osd":2,"last update":"Mon Dec 18 13:23:21 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.34200000000000003}]},{"osd":4,"last update":"Mon Dec 18 13:23:37 2023","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.40699999999999997}]},{"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.42999999999999999}]},{"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.53300000000000003}]},{"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.45700000000000002}]}]},{"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":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240556,"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":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.625},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.42899999999999999}]},{"osd":1,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.64900000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.48799999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:23:36 2023","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.53700000000000003}]},{"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.59099999999999997}]},{"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.501}]},{"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.66800000000000004}]}]},{"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":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240498,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.63600000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.504},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.47899999999999998}]},{"osd":2,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.40899999999999997}]},{"osd":3,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.62}]},{"osd":4,"last update":"Mon Dec 18 13:23:52 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.60599999999999998}]},{"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.58199999999999996}]},{"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.57199999999999995}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":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-12-18T13:23:57.444 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-18T13:23:57.444 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-18T13:23:57.444 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-18T13:23:57.444 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-18T13:23:57.677 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/mon.smithi027/config 2023-12-18T13:23:58.146 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:57 smithi027 ceph-mon[107749]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:23:58.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:57 smithi192 ceph-mon[110373]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:23:58.920 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:23:58.920 INFO:teuthology.orchestra.run.smithi027.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-18T13:23:59.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:58 smithi027 ceph-mon[107749]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:59.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:23:58 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2173804943' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T13:23:59.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:58 smithi192 ceph-mon[110373]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:23:59.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:23:58 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2173804943' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T13:23:59.324 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-18T13:23:59.324 INFO:tasks.cephadm:Setup complete, yielding 2023-12-18T13:23:59.325 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:23:59.334 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:23:59.335 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-18T13:24:00.733 INFO:teuthology.orchestra.run.smithi027.stdout:Backend: cephadm 2023-12-18T13:24:00.733 INFO:teuthology.orchestra.run.smithi027.stdout:Available: Yes 2023-12-18T13:24:00.734 INFO:teuthology.orchestra.run.smithi027.stdout:Paused: No 2023-12-18T13:24:01.024 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:00 smithi027 ceph-mon[107749]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:01.091 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-18T13:24:01.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:00 smithi192 ceph-mon[110373]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:02.146 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:01 smithi027 ceph-mon[107749]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:02.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:01 smithi192 ceph-mon[110373]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (2m) 104s ago 3m 15.1M - ba2b418f427c 9e93ad1612a1 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (3m) 104s ago 3m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (3m) 40s ago 3m 7147k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (2m) 104s ago 3m 48.1M - 8.3.5 dad864ee21e9 637e19227294 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (5m) 104s ago 5m 462M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (3m) 40s ago 3m 419M - 17.2.0 e1d6a67b021e 84b52295e032 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (5m) 104s ago 5m 56.5M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (3m) 40s ago 3m 52.5M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (3m) 104s ago 3m 18.9M - 1dbe0e931976 119a2613d0df 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 running (3m) 40s ago 3m 23.5M - 1dbe0e931976 62d463eadb02 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (2m) 104s ago 2m 36.8M 3224M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:24:02.548 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (2m) 104s ago 2m 42.2M 3224M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:24:02.549 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (2m) 104s ago 2m 35.9M 3224M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:24:02.549 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (108s) 104s ago 108s 11.4M 3224M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:24:02.549 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (92s) 40s ago 92s 40.6M 3992M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:24:02.549 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (76s) 40s ago 76s 39.0M 3992M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:24:02.549 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (59s) 40s ago 59s 35.7M 3992M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:24:02.549 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (43s) 40s ago 42s 11.6M 3992M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:24:02.549 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (3m) 104s ago 3m 50.0M - 514e6a882f6e 17a530578fbb 2023-12-18T13:24:02.976 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-18T13:24:03.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:02 smithi027 ceph-mon[107749]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:03.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:02 smithi192 ceph-mon[110373]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:04.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:03 smithi192 ceph-mon[110373]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager ?:9093,9094 1/1 106s ago 4m count:1 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:crash 2/2 106s ago 4m * 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:grafana ?:3000 1/1 106s ago 4m count:1 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:mgr 2/2 106s ago 4m count:2 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:mon 2/2 106s ago 3m smithi027:172.21.15.27=smithi027;smithi192:172.21.15.192=smithi192;count:2 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter ?:9100 2/2 106s ago 4m * 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:osd 8 106s ago - 2023-12-18T13:24:04.350 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus ?:9095 1/1 106s ago 4m count:1 2023-12-18T13:24:04.379 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:03 smithi027 ceph-mon[107749]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:04.755 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-18T13:24:05.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:04 smithi027 ceph-mon[107749]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:05.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:04 smithi192 ceph-mon[110373]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:06.144 INFO:teuthology.orchestra.run.smithi027.stdout:HOST ADDR LABELS STATUS 2023-12-18T13:24:06.144 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 172.21.15.27 2023-12-18T13:24:06.144 INFO:teuthology.orchestra.run.smithi027.stdout:smithi192 172.21.15.192 2023-12-18T13:24:06.144 INFO:teuthology.orchestra.run.smithi027.stdout:2 hosts in cluster 2023-12-18T13:24:06.304 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:05 smithi027 ceph-mon[107749]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:06.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:05 smithi192 ceph-mon[110373]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:06.508 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-18T13:24:07.179 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:06 smithi027 ceph-mon[107749]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:07.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:06 smithi027 ceph-mon[107749]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:06 smithi192 ceph-mon[110373]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:06 smithi192 ceph-mon[110373]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:07.890 INFO:teuthology.orchestra.run.smithi027.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-18T13:24:07.890 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5331001C400BGN 400G LVM detected, locked 2023-12-18T13:24:07.890 INFO:teuthology.orchestra.run.smithi027.stdout:smithi192 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500NN400BGN 400G LVM detected, locked 2023-12-18T13:24:08.299 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T13:24:08.308 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:24:08.308 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T13:24:08.338 INFO:teuthology.orchestra.run.smithi027.stderr:+ systemctl stop nfs-server 2023-12-18T13:24:08.345 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi192.front.sepia.ceph.com 2023-12-18T13:24:08.345 DEBUG:teuthology.orchestra.run.smithi192:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T13:24:08.385 INFO:teuthology.orchestra.run.smithi192.stderr:+ systemctl stop nfs-server 2023-12-18T13:24:08.393 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:24:08.402 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:24:08.402 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-18T13:24:09.257 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:08 smithi027 ceph-mon[107749]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:09.258 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:08 smithi027 ceph-mon[107749]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:09.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:08 smithi192 ceph-mon[110373]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:09.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:08 smithi192 ceph-mon[110373]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:10.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:10 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T13:24:11.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:10 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T13:24:11.631 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi027[107726]: 2023-12-18T13:24:11.274+0000 7f888d04e700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:24:11.650 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-18T13:24:11.660 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-18T13:24:11.660 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:24:11.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:11.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:11.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T13:24:11.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T13:24:11.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:24:11.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T13:24:11.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: fsmap foofs:0 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:11.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:11 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:24:12.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: fsmap foofs:0 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:12.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:11 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: Saving service mds.foofs spec with placement count:2 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.qgizac", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.qgizac", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: Deploying daemon mds.foofs.smithi027.qgizac on smithi027 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: pgmap v159: 65 pgs: 13 creating+peering, 50 unknown, 2 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:12.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:12 smithi027 ceph-mon[107749]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T13:24:13.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: Saving service mds.foofs spec with placement count:2 2023-12-18T13:24:13.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:13.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:13.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.qgizac", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:24:13.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.qgizac", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:24:13.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:13.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: Deploying daemon mds.foofs.smithi027.qgizac on smithi027 2023-12-18T13:24:13.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: pgmap v159: 65 pgs: 13 creating+peering, 50 unknown, 2 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:13.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:12 smithi192 ceph-mon[110373]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T13:24:13.720 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:24:13.721 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:19:41.168170Z", "last_refresh": "2023-12-18T13:22:17.893063Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:19:36.710990Z", "last_refresh": "2023-12-18T13:22:17.893131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:19:39.232444Z", "last_refresh": "2023-12-18T13:22:17.893194Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:24:11.304234Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T13:24:11.300683Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:19:35.735354Z", "last_refresh": "2023-12-18T13:22:17.892985Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:20:13.789183Z", "last_refresh": "2023-12-18T13:22:17.892835Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:19:40.212924Z", "last_refresh": "2023-12-18T13:22:17.893257Z", "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-12-18T13:22:17.893381Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:19:37.934461Z", "last_refresh": "2023-12-18T13:22:17.893319Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:24:14.189 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T13:24:14.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:14 smithi027 ceph-mon[107749]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T13:24:14.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:14.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.bzkadj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:24:14.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.bzkadj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:24:14.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:14 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:14 smithi192 ceph-mon[110373]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T13:24:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.bzkadj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:24:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi192.bzkadj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:24:14.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:14 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:15.191 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: Deploying daemon mds.foofs.smithi192.bzkadj on smithi192 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: pgmap v162: 65 pgs: 13 creating+peering, 36 unknown, 16 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: mds.? [v2:172.21.15.27:6834/2971508876,v1:172.21.15.27:6835/2971508876] up:boot 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: daemon mds.foofs.smithi027.qgizac assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: Cluster is now healthy 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: fsmap foofs:0 1 up:standby 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.qgizac"}]: dispatch 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: fsmap foofs:1 {0=foofs.smithi027.qgizac=up:creating} 2023-12-18T13:24:15.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:15 smithi027 ceph-mon[107749]: daemon mds.foofs.smithi027.qgizac is now active in filesystem foofs as rank 0 2023-12-18T13:24:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:24:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: Deploying daemon mds.foofs.smithi192.bzkadj on smithi192 2023-12-18T13:24:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: pgmap v162: 65 pgs: 13 creating+peering, 36 unknown, 16 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: mds.? [v2:172.21.15.27:6834/2971508876,v1:172.21.15.27:6835/2971508876] up:boot 2023-12-18T13:24:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: daemon mds.foofs.smithi027.qgizac assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T13:24:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T13:24:15.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T13:24:15.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: Cluster is now healthy 2023-12-18T13:24:15.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: fsmap foofs:0 1 up:standby 2023-12-18T13:24:15.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.qgizac"}]: dispatch 2023-12-18T13:24:15.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: fsmap foofs:1 {0=foofs.smithi027.qgizac=up:creating} 2023-12-18T13:24:15.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:15 smithi192 ceph-mon[110373]: daemon mds.foofs.smithi027.qgizac is now active in filesystem foofs as rank 0 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: mds.? [v2:172.21.15.27:6834/2971508876,v1:172.21.15.27:6835/2971508876] up:active 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: fsmap foofs:1 {0=foofs.smithi027.qgizac=up:active} 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: pgmap v163: 65 pgs: 13 creating+peering, 12 unknown, 40 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: mds.? [v2:172.21.15.192:6832/2562106689,v1:172.21.15.192:6833/2562106689] up:boot 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: fsmap foofs:1 {0=foofs.smithi027.qgizac=up:active} 1 up:standby 2023-12-18T13:24:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:16 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi192.bzkadj"}]: dispatch 2023-12-18T13:24:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: mds.? [v2:172.21.15.27:6834/2971508876,v1:172.21.15.27:6835/2971508876] up:active 2023-12-18T13:24:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: fsmap foofs:1 {0=foofs.smithi027.qgizac=up:active} 2023-12-18T13:24:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:16.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:16.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: pgmap v163: 65 pgs: 13 creating+peering, 12 unknown, 40 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2023-12-18T13:24:16.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: mds.? [v2:172.21.15.192:6832/2562106689,v1:172.21.15.192:6833/2562106689] up:boot 2023-12-18T13:24:16.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: fsmap foofs:1 {0=foofs.smithi027.qgizac=up:active} 1 up:standby 2023-12-18T13:24:16.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:16 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi192.bzkadj"}]: dispatch 2023-12-18T13:24:16.639 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:24:16.639 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:19:41.168170Z", "last_refresh": "2023-12-18T13:22:17.893063Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:19:36.710990Z", "last_refresh": "2023-12-18T13:22:17.893131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:19:39.232444Z", "last_refresh": "2023-12-18T13:22:17.893194Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:24:11.304234Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T13:24:11.300683Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:19:35.735354Z", "last_refresh": "2023-12-18T13:22:17.892985Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:20:13.789183Z", "last_refresh": "2023-12-18T13:22:17.892835Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:19:40.212924Z", "last_refresh": "2023-12-18T13:22:17.893257Z", "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-12-18T13:22:17.893381Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:19:37.934461Z", "last_refresh": "2023-12-18T13:22:17.893319Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:24:17.041 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T13:24:18.041 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:24:18.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:17 smithi027 ceph-mon[107749]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:24:18.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:17 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:18.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:17 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:18.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:17 smithi192 ceph-mon[110373]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:24:18.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:17 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:18.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:17 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:19.003 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:18 smithi027 ceph-mon[107749]: pgmap v164: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 926 B/s wr, 3 op/s 2023-12-18T13:24:19.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:18 smithi192 ceph-mon[110373]: pgmap v164: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 926 B/s wr, 3 op/s 2023-12-18T13:24:19.715 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:24:19.715 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:19:41.168170Z", "last_refresh": "2023-12-18T13:24:19.453858Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:19:36.710990Z", "last_refresh": "2023-12-18T13:24:16.941697Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:19:39.232444Z", "last_refresh": "2023-12-18T13:24:19.454003Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:24:11.304234Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T13:24:11.300683Z", "last_refresh": "2023-12-18T13:24:16.942301Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:19:35.735354Z", "last_refresh": "2023-12-18T13:24:16.941832Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi192:172.21.15.192=smithi192"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:20:13.789183Z", "last_refresh": "2023-12-18T13:24:16.941907Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:19:40.212924Z", "last_refresh": "2023-12-18T13:24:16.941984Z", "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-12-18T13:24:16.942050Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:19:37.934461Z", "last_refresh": "2023-12-18T13:24:19.454132Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:24:20.088 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-18T13:24:20.088 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:24:20.100 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:24:20.100 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-18T13:24:20.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:20.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:20.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:20.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:20.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:20.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:20.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:24:20.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:20 smithi027 ceph-mon[107749]: pgmap v165: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T13:24:20.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:20.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:20.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:20.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:20.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:20.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:20.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:24:20.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:20 smithi192 ceph-mon[110373]: pgmap v165: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T13:24:22.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:21 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T13:24:22.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:21 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T13:24:22.982 INFO:teuthology.orchestra.run.smithi027.stdout:NFS Cluster Created Successfully 2023-12-18T13:24:23.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:22 smithi027 ceph-mon[107749]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:23.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:22 smithi027 ceph-mon[107749]: pgmap v166: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-12-18T13:24:23.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T13:24:23.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:22 smithi027 ceph-mon[107749]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T13:24:23.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:22 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T13:24:23.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:22 smithi192 ceph-mon[110373]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:22 smithi192 ceph-mon[110373]: pgmap v166: 65 pgs: 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-12-18T13:24:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T13:24:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:22 smithi192 ceph-mon[110373]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T13:24:23.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:22 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T13:24:23.357 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- 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-12-18T13:24:23.992 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: Saving service nfs.foo spec with placement count:2 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: Creating key for client.nfs.foo.0.0.smithi027.ofmzji 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:24:23.993 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: Rados config object exists: conf-nfs.foo 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: Creating key for client.nfs.foo.0.0.smithi027.ofmzji-rgw 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:23.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:23 smithi027 ceph-mon[107749]: Deploying daemon nfs.foo.0.0.smithi027.ofmzji on smithi027 2023-12-18T13:24:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T13:24:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T13:24:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: Saving service nfs.foo spec with placement count:2 2023-12-18T13:24:24.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: Creating key for client.nfs.foo.0.0.smithi027.ofmzji 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:24:24.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:24:24.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: Rados config object exists: conf-nfs.foo 2023-12-18T13:24:24.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: Creating key for client.nfs.foo.0.0.smithi027.ofmzji-rgw 2023-12-18T13:24:24.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:24:24.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.ofmzji-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:24:24.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:24.306 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:23 smithi192 ceph-mon[110373]: Deploying daemon nfs.foo.0.0.smithi027.ofmzji on smithi027 2023-12-18T13:24:25.206 INFO:teuthology.orchestra.run.smithi027.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-18T13:24:25.206 INFO:teuthology.orchestra.run.smithi027.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-18T13:24:25.206 INFO:teuthology.orchestra.run.smithi027.stderr:Error EINVAL: invalid command 2023-12-18T13:24:25.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:24 smithi027 ceph-mon[107749]: pgmap v169: 97 pgs: 2 creating+activating, 29 unknown, 66 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 3 op/s 2023-12-18T13:24:25.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:24 smithi027 ceph-mon[107749]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T13:24:25.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:24 smithi192 ceph-mon[110373]: pgmap v169: 97 pgs: 2 creating+activating, 29 unknown, 66 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1023 B/s wr, 3 op/s 2023-12-18T13:24:25.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:24 smithi192 ceph-mon[110373]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T13:24:25.569 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:24:25.569 INFO:teuthology.orchestra.run.smithi027.stdout: "bind": "/fake", 2023-12-18T13:24:25.569 INFO:teuthology.orchestra.run.smithi027.stdout: "fs": "foofs", 2023-12-18T13:24:25.569 INFO:teuthology.orchestra.run.smithi027.stdout: "path": "/", 2023-12-18T13:24:25.569 INFO:teuthology.orchestra.run.smithi027.stdout: "cluster": "foo", 2023-12-18T13:24:25.569 INFO:teuthology.orchestra.run.smithi027.stdout: "mode": "RW" 2023-12-18T13:24:25.569 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:24:25.910 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-18T13:24:26.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: mgrmap e20: smithi027.zqcsao(active, since 3m), standbys: smithi192.yasrzc 2023-12-18T13:24:26.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:26.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:24:26.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:24:26.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:24:26.415 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:24:26.415 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:26.415 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 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-12-18T13:24:26.415 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:26 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 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-12-18T13:24:26.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: mgrmap e20: smithi027.zqcsao(active, since 3m), standbys: smithi192.yasrzc 2023-12-18T13:24:26.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:26.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:24:26.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:24:26.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-18T13:24:26.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-18T13:24:26.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:26.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 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-12-18T13:24:26.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:26 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 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-12-18T13:24:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:27 smithi027 ceph-mon[107749]: Creating key for client.nfs.foo.1.0.smithi192.qmowsh 2023-12-18T13:24:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:27 smithi027 ceph-mon[107749]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T13:24:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:27 smithi027 ceph-mon[107749]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:27.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:27 smithi027 ceph-mon[107749]: pgmap v171: 97 pgs: 2 creating+activating, 16 unknown, 79 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:27 smithi192 ceph-mon[110373]: Creating key for client.nfs.foo.1.0.smithi192.qmowsh 2023-12-18T13:24:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:27 smithi192 ceph-mon[110373]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T13:24:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:27 smithi192 ceph-mon[110373]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:27 smithi192 ceph-mon[110373]: pgmap v171: 97 pgs: 2 creating+activating, 16 unknown, 79 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:24:29.461 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:29 smithi192 ceph-mon[110373]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:29.462 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:29 smithi192 ceph-mon[110373]: pgmap v172: 97 pgs: 2 creating+activating, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-18T13:24:29.462 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:29 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:24:29.462 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:29 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:24:29.462 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:29 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:24:29.462 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:29 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:24:29.462 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:29 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:29 smithi027 ceph-mon[107749]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:29 smithi027 ceph-mon[107749]: pgmap v172: 97 pgs: 2 creating+activating, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-18T13:24:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:29 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:24:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:29 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:24:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:29 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:24:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:29 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi192.qmowsh-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:24:29.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:29 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: Rados config object exists: conf-nfs.foo 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: Creating key for client.nfs.foo.1.0.smithi192.qmowsh-rgw 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: Deploying daemon nfs.foo.1.0.smithi192.qmowsh on smithi192 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:30.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:30 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:30.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: Rados config object exists: conf-nfs.foo 2023-12-18T13:24:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: Creating key for client.nfs.foo.1.0.smithi192.qmowsh-rgw 2023-12-18T13:24:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: Deploying daemon nfs.foo.1.0.smithi192.qmowsh on smithi192 2023-12-18T13:24:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:30 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:31.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:31 smithi027 ceph-mon[107749]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-18T13:24:31.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:31 smithi027 ceph-mon[107749]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:31.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:31 smithi192 ceph-mon[110373]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-18T13:24:31.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:31 smithi192 ceph-mon[110373]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:24:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2023-12-18T13:24:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2023-12-18T13:24:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-12-18T13:24:32.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-18T13:24:32.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:24:32.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:24:32.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 KiB/s wr, 8 op/s 2023-12-18T13:24:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2023-12-18T13:24:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-18T13:24:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-18T13:24:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-18T13:24:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T13:24:33.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:33.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:33.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:33.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:33 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: pgmap v174: 97 pgs: 97 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 KiB/s wr, 8 op/s 2023-12-18T13:24:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]': finished 2023-12-18T13:24:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:33 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:33.915 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-12-18T13:24:34.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:34 smithi027 ceph-mon[107749]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:34.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:34 smithi027 ceph-mon[107749]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:24:34.287 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T13:24:34.299 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:24:34.300 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-18T13:24:34.329 INFO:teuthology.orchestra.run.smithi027.stderr:+ mkdir /mnt/foo 2023-12-18T13:24:34.344 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-18T13:24:34.411 INFO:teuthology.orchestra.run.smithi027.stderr:++ hostname 2023-12-18T13:24:34.411 INFO:teuthology.orchestra.run.smithi027.stderr:+ mount -t nfs smithi027:/fake /mnt/foo -o sync 2023-12-18T13:24:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:34 smithi192 ceph-mon[110373]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:34 smithi192 ceph-mon[110373]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:24:34.811 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-18T13:24:34.879 INFO:teuthology.orchestra.run.smithi027.stderr:+ echo test 2023-12-18T13:24:34.929 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-18T13:24:34.996 INFO:teuthology.orchestra.run.smithi027.stderr:+ sync 2023-12-18T13:24:35.352 INFO:teuthology.run_tasks:Running task parallel... 2023-12-18T13:24:35.363 INFO:teuthology.task.parallel:starting parallel... 2023-12-18T13:24:35.363 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T13:24:35.363 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T13:24:35.364 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:24:35.364 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-18T13:24:35.364 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T13:24:35.364 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-18T13:24:35.365 INFO:teuthology.task.exec:Executing custom commands... 2023-12-18T13:24:35.365 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:24:35.365 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-18T13:24:35.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:35 smithi027 ceph-mon[107749]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:35.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:35 smithi027 ceph-mon[107749]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 KiB/s wr, 9 op/s 2023-12-18T13:24:35.463 INFO:teuthology.orchestra.run.smithi027.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T13:24:35.463 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:24:35.463 INFO:teuthology.orchestra.run.smithi027.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-18T13:24:35.466 INFO:teuthology.orchestra.run.smithi027.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T13:24:35.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:35 smithi192 ceph-mon[110373]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:35.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:35 smithi192 ceph-mon[110373]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 580 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 KiB/s wr, 9 op/s 2023-12-18T13:24:35.567 INFO:teuthology.orchestra.run.smithi027.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T13:24:35.567 INFO:teuthology.orchestra.run.smithi027.stdout:releasing clients 2023-12-18T13:24:36.567 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84 19.20 MB/sec warmup 1 sec latency 224.518 ms 2023-12-18T13:24:37.403 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:37 smithi027 ceph-mon[107749]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 587 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.4 KiB/s wr, 7 op/s 2023-12-18T13:24:37.404 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:37 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:37 smithi192 ceph-mon[110373]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 587 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.4 KiB/s wr, 7 op/s 2023-12-18T13:24:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:37 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:37.567 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173 17.66 MB/sec warmup 2 sec latency 291.481 ms 2023-12-18T13:24:38.268 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-18T13:24:38.567 INFO:teuthology.orchestra.run.smithi027.stdout: 5 267 16.67 MB/sec warmup 3 sec latency 196.262 ms 2023-12-18T13:24:39.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:39 smithi027 ceph-mon[107749]: pgmap v179: 97 pgs: 1 peering, 96 active+clean; 7.9 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 943 KiB/s wr, 22 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:39 smithi192 ceph-mon[110373]: pgmap v179: 97 pgs: 1 peering, 96 active+clean; 7.9 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 943 KiB/s wr, 22 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:39.567 INFO:teuthology.orchestra.run.smithi027.stdout: 5 372 16.60 MB/sec warmup 4 sec latency 155.350 ms 2023-12-18T13:24:40.567 INFO:teuthology.orchestra.run.smithi027.stdout: 5 472 16.49 MB/sec warmup 5 sec latency 152.351 ms 2023-12-18T13:24:40.749 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-18T13:24:41.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:41 smithi027 ceph-mon[107749]: pgmap v180: 97 pgs: 97 active+clean; 25 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.1 MiB/s wr, 57 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:41.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:41 smithi192 ceph-mon[110373]: pgmap v180: 97 pgs: 97 active+clean; 25 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 3.1 MiB/s wr, 57 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:41.568 INFO:teuthology.orchestra.run.smithi027.stdout: 5 572 16.08 MB/sec warmup 6 sec latency 193.898 ms 2023-12-18T13:24:42.568 INFO:teuthology.orchestra.run.smithi027.stdout: 5 779 15.33 MB/sec warmup 7 sec latency 103.118 ms 2023-12-18T13:24:43.288 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:43 smithi027 ceph-mon[107749]: pgmap v181: 97 pgs: 97 active+clean; 73 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 224 B/s rd, 8.2 MiB/s wr, 361 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:43.460 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-18T13:24:43.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:43 smithi192 ceph-mon[110373]: pgmap v181: 97 pgs: 97 active+clean; 73 MiB data, 116 MiB used, 715 GiB / 715 GiB avail; 224 B/s rd, 8.2 MiB/s wr, 361 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:43.568 INFO:teuthology.orchestra.run.smithi027.stdout: 5 1043 14.05 MB/sec warmup 8 sec latency 94.335 ms 2023-12-18T13:24:44.573 INFO:teuthology.orchestra.run.smithi027.stdout: 5 1538 14.19 MB/sec warmup 9 sec latency 115.647 ms 2023-12-18T13:24:45.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:45 smithi027 ceph-mon[107749]: pgmap v182: 97 pgs: 97 active+clean; 83 MiB data, 133 MiB used, 715 GiB / 715 GiB avail; 202 B/s rd, 8.4 MiB/s wr, 349 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:45 smithi192 ceph-mon[110373]: pgmap v182: 97 pgs: 97 active+clean; 83 MiB data, 133 MiB used, 715 GiB / 715 GiB avail; 202 B/s rd, 8.4 MiB/s wr, 349 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:45.580 INFO:teuthology.orchestra.run.smithi027.stdout: 5 2107 13.41 MB/sec warmup 10 sec latency 81.247 ms 2023-12-18T13:24:46.256 INFO:teuthology.orchestra.run.smithi027.stderr:module 'nfs' is already enabled 2023-12-18T13:24:46.460 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:46 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3190368974' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T13:24:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:46 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3190368974' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T13:24:46.580 INFO:teuthology.orchestra.run.smithi027.stdout: 5 2540 13.23 MB/sec warmup 11 sec latency 105.349 ms 2023-12-18T13:24:46.969 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-18T13:24:47.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:47 smithi027 ceph-mon[107749]: pgmap v183: 97 pgs: 97 active+clean; 102 MiB data, 163 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.0 MiB/s wr, 340 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:47.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:47 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3190368974' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T13:24:47.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:47 smithi027 ceph-mon[107749]: mgrmap e21: smithi027.zqcsao(active, since 4m), standbys: smithi192.yasrzc 2023-12-18T13:24:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:47 smithi192 ceph-mon[110373]: pgmap v183: 97 pgs: 97 active+clean; 102 MiB data, 163 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.0 MiB/s wr, 340 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:47 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3190368974' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T13:24:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:47 smithi192 ceph-mon[110373]: mgrmap e21: smithi027.zqcsao(active, since 4m), standbys: smithi192.yasrzc 2023-12-18T13:24:47.580 INFO:teuthology.orchestra.run.smithi027.stdout: 5 2991 13.76 MB/sec warmup 12 sec latency 120.405 ms 2023-12-18T13:24:48.580 INFO:teuthology.orchestra.run.smithi027.stdout: 5 3366 13.92 MB/sec warmup 13 sec latency 133.223 ms 2023-12-18T13:24:49.087 INFO:teuthology.orchestra.run.smithi027.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:24:49.496 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:49 smithi027 ceph-mon[107749]: pgmap v184: 97 pgs: 97 active+clean; 114 MiB data, 224 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 10 MiB/s wr, 523 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:49.496 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:49.496 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:49.496 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:49.497 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:49.497 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:49.497 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:49 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:49 smithi192 ceph-mon[110373]: pgmap v184: 97 pgs: 97 active+clean; 114 MiB data, 224 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 10 MiB/s wr, 523 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-12-18T13:24:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:49.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:49.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:49 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:24:49.572 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T13:24:49.573 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:24:49.573 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- 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-12-18T13:24:49.580 INFO:teuthology.orchestra.run.smithi027.stdout: 5 3665 13.73 MB/sec warmup 14 sec latency 131.524 ms 2023-12-18T13:24:50.277 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:50 smithi027 ceph-mon[107749]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:50.277 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:50 smithi027 ceph-mon[107749]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:24:50.277 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:50 smithi027 ceph-mon[107749]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:24:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:50 smithi192 ceph-mon[110373]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:50 smithi192 ceph-mon[110373]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:24:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:50 smithi192 ceph-mon[110373]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:24:50.589 INFO:teuthology.orchestra.run.smithi027.stdout: 5 3831 13.20 MB/sec warmup 15 sec latency 130.543 ms 2023-12-18T13:24:51.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:51 smithi027 ceph-mon[107749]: pgmap v185: 97 pgs: 97 active+clean; 121 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 604 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:24:51.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:51 smithi192 ceph-mon[110373]: pgmap v185: 97 pgs: 97 active+clean; 121 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 604 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:24:51.590 INFO:teuthology.orchestra.run.smithi027.stdout: 5 4048 12.50 MB/sec warmup 16 sec latency 138.258 ms 2023-12-18T13:24:52.126 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:24:52.590 INFO:teuthology.orchestra.run.smithi027.stdout: 5 4340 11.91 MB/sec warmup 17 sec latency 127.547 ms 2023-12-18T13:24:53.051 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:24:53.052 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (3m) 19s ago 4m 24.7M - ba2b418f427c 9e93ad1612a1 2023-12-18T13:24:53.052 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (4m) 19s ago 4m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:24:53.052 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (4m) 21s ago 4m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:24:53.052 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (3m) 19s ago 4m 49.6M - 8.3.5 dad864ee21e9 637e19227294 2023-12-18T13:24:53.052 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (39s) 19s ago 39s 15.0M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:24:53.052 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (37s) 21s ago 37s 14.6M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:24:53.052 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (5m) 19s ago 5m 477M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (4m) 21s ago 4m 420M - 17.2.0 e1d6a67b021e 84b52295e032 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (5m) 19s ago 5m 78.0M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (4m) 21s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (28s) 19s ago 27s 54.0M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (23s) 21s ago 23s 55.8M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (4m) 19s ago 4m 18.4M - 1dbe0e931976 119a2613d0df 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 running (4m) 21s ago 4m 23.8M - 1dbe0e931976 62d463eadb02 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (3m) 19s ago 3m 54.0M 3224M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (3m) 19s ago 3m 56.3M 3224M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (2m) 19s ago 2m 49.2M 3224M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (2m) 19s ago 2m 50.8M 3224M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (2m) 21s ago 2m 51.7M 3992M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (2m) 21s ago 2m 49.1M 3992M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (110s) 21s ago 110s 49.6M 3992M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:24:53.053 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (93s) 21s ago 93s 50.6M 3992M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:24:53.054 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (3m) 19s ago 3m 63.1M - 514e6a882f6e 17a530578fbb 2023-12-18T13:24:53.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:53 smithi027 ceph-mon[107749]: pgmap v186: 97 pgs: 97 active+clean; 128 MiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 11 MiB/s wr, 646 op/s 2023-12-18T13:24:53.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:53 smithi027 ceph-mon[107749]: from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:53.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:53 smithi192 ceph-mon[110373]: pgmap v186: 97 pgs: 97 active+clean; 128 MiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 11 MiB/s wr, 646 op/s 2023-12-18T13:24:53.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:53 smithi192 ceph-mon[110373]: from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:53.590 INFO:teuthology.orchestra.run.smithi027.stdout: 5 4602 11.53 MB/sec warmup 18 sec latency 129.262 ms 2023-12-18T13:24:53.606 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:24:53.606 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:24:53.606 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:24:53.607 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:24:54.076 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:24:54.076 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", 2023-12-18T13:24:54.076 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:24:54.076 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:24:54.076 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "", 2023-12-18T13:24:54.077 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 image" 2023-12-18T13:24:54.077 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:24:54.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:54 smithi027 ceph-mon[107749]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:54.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:54 smithi027 ceph-mon[107749]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:54.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:54 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/863632944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:24:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:54 smithi192 ceph-mon[110373]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:54 smithi192 ceph-mon[110373]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:54 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/863632944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:24:54.590 INFO:teuthology.orchestra.run.smithi027.stdout: 5 4876 11.49 MB/sec warmup 19 sec latency 112.326 ms 2023-12-18T13:24:54.621 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:24:55.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:55 smithi027 ceph-mon[107749]: pgmap v187: 97 pgs: 97 active+clean; 129 MiB data, 214 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 6.7 MiB/s wr, 420 op/s 2023-12-18T13:24:55.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:55 smithi027 ceph-mon[107749]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:55.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:55 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2438705258' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:24:55.596 INFO:teuthology.orchestra.run.smithi027.stdout: 5 5216 11.18 MB/sec warmup 20 sec latency 129.950 ms 2023-12-18T13:24:55.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:55 smithi192 ceph-mon[110373]: pgmap v187: 97 pgs: 97 active+clean; 129 MiB data, 214 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 6.7 MiB/s wr, 420 op/s 2023-12-18T13:24:55.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:55 smithi192 ceph-mon[110373]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:55.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:55 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2438705258' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:24:56.596 INFO:teuthology.orchestra.run.smithi027.stdout: 5 5636 10.96 MB/sec warmup 21 sec latency 126.863 ms 2023-12-18T13:24:57.456 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:57 smithi027 ceph-mon[107749]: pgmap v188: 97 pgs: 97 active+clean; 134 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 6.8 MiB/s wr, 529 op/s 2023-12-18T13:24:57.596 INFO:teuthology.orchestra.run.smithi027.stdout: 5 5913 10.80 MB/sec warmup 22 sec latency 126.969 ms 2023-12-18T13:24:57.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:57 smithi192 ceph-mon[110373]: pgmap v188: 97 pgs: 97 active+clean; 134 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 6.8 MiB/s wr, 529 op/s 2023-12-18T13:24:58.596 INFO:teuthology.orchestra.run.smithi027.stdout: 5 6276 10.87 MB/sec warmup 23 sec latency 95.067 ms 2023-12-18T13:24:59.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:24:59 smithi027 ceph-mon[107749]: pgmap v189: 97 pgs: 97 active+clean; 129 MiB data, 272 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-12-18T13:24:59.596 INFO:teuthology.orchestra.run.smithi027.stdout: 5 6476 10.69 MB/sec warmup 24 sec latency 119.879 ms 2023-12-18T13:24:59.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:24:59 smithi192 ceph-mon[110373]: pgmap v189: 97 pgs: 97 active+clean; 129 MiB data, 272 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 5.5 MiB/s wr, 567 op/s 2023-12-18T13:25:00.597 INFO:teuthology.orchestra.run.smithi027.stdout: 5 6690 10.73 MB/sec warmup 25 sec latency 166.157 ms 2023-12-18T13:25:01.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:01 smithi027 ceph-mon[107749]: pgmap v190: 97 pgs: 97 active+clean; 128 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 424 op/s 2023-12-18T13:25:01.606 INFO:teuthology.orchestra.run.smithi027.stdout: 5 6977 10.68 MB/sec warmup 26 sec latency 187.852 ms 2023-12-18T13:25:01.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:01 smithi192 ceph-mon[110373]: pgmap v190: 97 pgs: 97 active+clean; 128 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 424 op/s 2023-12-18T13:25:02.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7250 10.66 MB/sec warmup 27 sec latency 126.756 ms 2023-12-18T13:25:03.369 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:03 smithi027 ceph-mon[107749]: pgmap v191: 97 pgs: 97 active+clean; 138 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-18T13:25:03.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7508 10.48 MB/sec warmup 28 sec latency 121.277 ms 2023-12-18T13:25:03.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:03 smithi192 ceph-mon[110373]: pgmap v191: 97 pgs: 97 active+clean; 138 MiB data, 318 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-18T13:25:04.395 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:04 smithi027 ceph-mon[107749]: pgmap v192: 97 pgs: 97 active+clean; 138 MiB data, 329 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.8 MiB/s wr, 392 op/s 2023-12-18T13:25:04.612 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7697 10.22 MB/sec warmup 29 sec latency 123.391 ms 2023-12-18T13:25:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:04 smithi192 ceph-mon[110373]: pgmap v192: 97 pgs: 97 active+clean; 138 MiB data, 329 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.8 MiB/s wr, 392 op/s 2023-12-18T13:25:05.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7890 10.00 MB/sec warmup 30 sec latency 162.251 ms 2023-12-18T13:25:06.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 8203 9.91 MB/sec warmup 31 sec latency 102.428 ms 2023-12-18T13:25:07.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:07 smithi027 ceph-mon[107749]: pgmap v193: 97 pgs: 97 active+clean; 140 MiB data, 361 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-12-18T13:25:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:07 smithi192 ceph-mon[110373]: pgmap v193: 97 pgs: 97 active+clean; 140 MiB data, 361 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-12-18T13:25:07.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 8385 9.68 MB/sec warmup 32 sec latency 121.038 ms 2023-12-18T13:25:08.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 8615 9.57 MB/sec warmup 33 sec latency 121.206 ms 2023-12-18T13:25:09.057 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:09 smithi027 ceph-mon[107749]: pgmap v194: 97 pgs: 97 active+clean; 147 MiB data, 362 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-18T13:25:09.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:09 smithi192 ceph-mon[110373]: pgmap v194: 97 pgs: 97 active+clean; 147 MiB data, 362 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-12-18T13:25:09.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 8927 9.52 MB/sec warmup 34 sec latency 128.867 ms 2023-12-18T13:25:10.611 INFO:teuthology.orchestra.run.smithi027.stdout: 5 9161 9.33 MB/sec warmup 35 sec latency 156.810 ms 2023-12-18T13:25:11.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:11 smithi027 ceph-mon[107749]: pgmap v195: 97 pgs: 97 active+clean; 141 MiB data, 397 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.0 MiB/s wr, 341 op/s 2023-12-18T13:25:11.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:11 smithi192 ceph-mon[110373]: pgmap v195: 97 pgs: 97 active+clean; 141 MiB data, 397 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.0 MiB/s wr, 341 op/s 2023-12-18T13:25:11.612 INFO:teuthology.orchestra.run.smithi027.stdout: 5 9323 9.19 MB/sec warmup 36 sec latency 494.287 ms 2023-12-18T13:25:12.612 INFO:teuthology.orchestra.run.smithi027.stdout: 5 9680 9.20 MB/sec warmup 37 sec latency 589.204 ms 2023-12-18T13:25:13.169 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:13 smithi027 ceph-mon[107749]: pgmap v196: 97 pgs: 97 active+clean; 138 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 422 op/s 2023-12-18T13:25:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:13 smithi192 ceph-mon[110373]: pgmap v196: 97 pgs: 97 active+clean; 138 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 422 op/s 2023-12-18T13:25:13.612 INFO:teuthology.orchestra.run.smithi027.stdout: 5 10058 9.31 MB/sec warmup 38 sec latency 130.038 ms 2023-12-18T13:25:14.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 10383 9.48 MB/sec warmup 39 sec latency 137.600 ms 2023-12-18T13:25:15.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:15 smithi027 ceph-mon[107749]: pgmap v197: 97 pgs: 97 active+clean; 138 MiB data, 421 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.8 MiB/s wr, 312 op/s 2023-12-18T13:25:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:15 smithi192 ceph-mon[110373]: pgmap v197: 97 pgs: 97 active+clean; 138 MiB data, 421 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.8 MiB/s wr, 312 op/s 2023-12-18T13:25:15.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 10617 9.43 MB/sec warmup 40 sec latency 129.745 ms 2023-12-18T13:25:16.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 10870 9.38 MB/sec warmup 41 sec latency 105.482 ms 2023-12-18T13:25:17.331 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:17 smithi027 ceph-mon[107749]: pgmap v198: 97 pgs: 97 active+clean; 144 MiB data, 433 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 383 op/s 2023-12-18T13:25:17.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:17 smithi192 ceph-mon[110373]: pgmap v198: 97 pgs: 97 active+clean; 144 MiB data, 433 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 383 op/s 2023-12-18T13:25:17.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11065 9.28 MB/sec warmup 42 sec latency 120.793 ms 2023-12-18T13:25:18.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11275 9.14 MB/sec warmup 43 sec latency 138.668 ms 2023-12-18T13:25:19.121 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:19 smithi027 ceph-mon[107749]: pgmap v199: 97 pgs: 97 active+clean; 151 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 402 op/s 2023-12-18T13:25:19.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:19 smithi192 ceph-mon[110373]: pgmap v199: 97 pgs: 97 active+clean; 151 MiB data, 436 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 402 op/s 2023-12-18T13:25:19.626 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11498 9.03 MB/sec warmup 44 sec latency 120.998 ms 2023-12-18T13:25:20.631 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11709 8.90 MB/sec warmup 45 sec latency 132.266 ms 2023-12-18T13:25:21.195 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:21 smithi027 ceph-mon[107749]: pgmap v200: 97 pgs: 97 active+clean; 156 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-18T13:25:21.502 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:21 smithi192 ceph-mon[110373]: pgmap v200: 97 pgs: 97 active+clean; 156 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-12-18T13:25:21.631 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11945 8.82 MB/sec warmup 46 sec latency 102.871 ms 2023-12-18T13:25:22.631 INFO:teuthology.orchestra.run.smithi027.stdout: 5 12187 8.77 MB/sec warmup 47 sec latency 126.535 ms 2023-12-18T13:25:23.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:23 smithi027 ceph-mon[107749]: pgmap v201: 97 pgs: 97 active+clean; 156 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-18T13:25:23.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:23 smithi192 ceph-mon[110373]: pgmap v201: 97 pgs: 97 active+clean; 156 MiB data, 449 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-18T13:25:23.636 INFO:teuthology.orchestra.run.smithi027.stdout: 5 12483 8.75 MB/sec warmup 48 sec latency 130.730 ms 2023-12-18T13:25:24.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 12862 8.67 MB/sec warmup 49 sec latency 118.673 ms 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: Upgrade: Need to upgrade myself (mgr.smithi027.zqcsao) 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: pgmap v202: 97 pgs: 97 active+clean; 157 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.6 MiB/s wr, 312 op/s 2023-12-18T13:25:25.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:24 smithi027 ceph-mon[107749]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi192 2023-12-18T13:25:25.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:25.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T13:25:25.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T13:25:25.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:25:25.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:25.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: Upgrade: Need to upgrade myself (mgr.smithi027.zqcsao) 2023-12-18T13:25:25.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: pgmap v202: 97 pgs: 97 active+clean; 157 MiB data, 455 MiB used, 715 GiB / 715 GiB avail; 7.5 KiB/s rd, 3.6 MiB/s wr, 312 op/s 2023-12-18T13:25:25.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:24 smithi192 ceph-mon[110373]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi192 2023-12-18T13:25:25.111 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:25:25.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 13189 8.66 MB/sec warmup 50 sec latency 186.664 ms 2023-12-18T13:25:25.980 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:25:25.980 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (4m) 52s ago 5m 24.7M - ba2b418f427c 9e93ad1612a1 2023-12-18T13:25:25.980 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (5m) 52s ago 5m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (4m) 54s ago 4m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (4m) 52s ago 5m 49.6M - 8.3.5 dad864ee21e9 637e19227294 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (72s) 52s ago 72s 15.0M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (70s) 54s ago 70s 14.6M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (6m) 52s ago 6m 477M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (4m) 54s ago 4m 420M - 17.2.0 e1d6a67b021e 84b52295e032 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (6m) 52s ago 6m 78.0M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (4m) 54s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (60s) 52s ago 60s 54.0M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (56s) 54s ago 55s 55.8M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (5m) 52s ago 5m 18.4M - 1dbe0e931976 119a2613d0df 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 running (4m) 54s ago 4m 23.8M - 1dbe0e931976 62d463eadb02 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (4m) 52s ago 4m 54.0M 3224M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:25:25.981 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (3m) 52s ago 3m 56.3M 3224M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:25:25.982 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (3m) 52s ago 3m 49.2M 3224M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:25:25.982 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (3m) 52s ago 3m 50.8M 3224M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:25:25.982 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (2m) 54s ago 2m 51.7M 3992M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:25:25.982 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (2m) 54s ago 2m 49.1M 3992M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:25:25.982 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (2m) 54s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:25:25.982 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (2m) 54s ago 2m 50.6M 3992M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:25:25.982 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (4m) 52s ago 4m 63.1M - 514e6a882f6e 17a530578fbb 2023-12-18T13:25:26.030 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:25 smithi027 ceph-mon[107749]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:26.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:25 smithi192 ceph-mon[110373]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:26.494 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:25:26.494 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:25:26.494 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:25:26.494 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:25:26.494 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:25:26.494 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:25:26.495 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:25:26.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 13541 8.78 MB/sec warmup 51 sec latency 128.189 ms 2023-12-18T13:25:26.940 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:25:26.941 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:25:26.941 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:25:26.941 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:25:26.941 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "0/23 daemons upgraded", 2023-12-18T13:25:26.941 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e image on host smithi192" 2023-12-18T13:25:26.941 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:25:27.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:26 smithi027 ceph-mon[107749]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:27.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:26 smithi027 ceph-mon[107749]: from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:27.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:26 smithi027 ceph-mon[107749]: pgmap v203: 97 pgs: 97 active+clean; 153 MiB data, 484 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-18T13:25:27.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:26 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/407637689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:25:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:26 smithi192 ceph-mon[110373]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:26 smithi192 ceph-mon[110373]: from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:26 smithi192 ceph-mon[110373]: pgmap v203: 97 pgs: 97 active+clean; 153 MiB data, 484 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-18T13:25:27.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:26 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/407637689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:25:27.454 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:25:27.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 13845 8.82 MB/sec warmup 52 sec latency 130.466 ms 2023-12-18T13:25:28.073 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:28 smithi027 ceph-mon[107749]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:28.073 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:28 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2277811065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:25:28.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:28 smithi192 ceph-mon[110373]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:28.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:28 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2277811065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:25:28.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 14279 8.98 MB/sec warmup 53 sec latency 120.319 ms 2023-12-18T13:25:29.099 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:29 smithi027 ceph-mon[107749]: pgmap v204: 97 pgs: 97 active+clean; 154 MiB data, 502 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 349 op/s 2023-12-18T13:25:29.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:29 smithi192 ceph-mon[110373]: pgmap v204: 97 pgs: 97 active+clean; 154 MiB data, 502 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 349 op/s 2023-12-18T13:25:29.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 14590 8.96 MB/sec warmup 54 sec latency 179.888 ms 2023-12-18T13:25:30.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 14968 8.95 MB/sec warmup 55 sec latency 130.411 ms 2023-12-18T13:25:31.131 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:31 smithi027 ceph-mon[107749]: pgmap v205: 97 pgs: 97 active+clean; 162 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-18T13:25:31.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:31 smithi192 ceph-mon[110373]: pgmap v205: 97 pgs: 97 active+clean; 162 MiB data, 532 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-18T13:25:31.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 15171 8.83 MB/sec warmup 56 sec latency 129.847 ms 2023-12-18T13:25:32.137 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:25:32.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:32 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:25:32.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:25:32.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:32 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.zqcsao/trash_purge_schedule"}]: dispatch 2023-12-18T13:25:32.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 15445 8.77 MB/sec warmup 57 sec latency 128.805 ms 2023-12-18T13:25:33.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:33 smithi027 ceph-mon[107749]: pgmap v206: 97 pgs: 97 active+clean; 167 MiB data, 579 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-18T13:25:33.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:33 smithi192 ceph-mon[110373]: pgmap v206: 97 pgs: 97 active+clean; 167 MiB data, 579 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-18T13:25:33.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 15673 8.69 MB/sec warmup 58 sec latency 130.045 ms 2023-12-18T13:25:34.640 INFO:teuthology.orchestra.run.smithi027.stdout: 5 15913 8.64 MB/sec warmup 59 sec latency 132.730 ms 2023-12-18T13:25:35.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:35 smithi027 ceph-mon[107749]: pgmap v207: 97 pgs: 97 active+clean; 169 MiB data, 577 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-12-18T13:25:35.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:35 smithi192 ceph-mon[110373]: pgmap v207: 97 pgs: 97 active+clean; 169 MiB data, 577 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.2 MiB/s wr, 422 op/s 2023-12-18T13:25:35.640 INFO:teuthology.orchestra.run.smithi027.stdout: 5 16265 8.70 MB/sec warmup 60 sec latency 120.625 ms 2023-12-18T13:25:36.640 INFO:teuthology.orchestra.run.smithi027.stdout: 5 16751 8.76 MB/sec warmup 61 sec latency 106.343 ms 2023-12-18T13:25:37.242 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:37 smithi027 ceph-mon[107749]: pgmap v208: 97 pgs: 97 active+clean; 172 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-18T13:25:37.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:37 smithi192 ceph-mon[110373]: pgmap v208: 97 pgs: 97 active+clean; 172 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.9 MiB/s wr, 497 op/s 2023-12-18T13:25:37.645 INFO:teuthology.orchestra.run.smithi027.stdout: 5 17088 8.77 MB/sec warmup 62 sec latency 123.657 ms 2023-12-18T13:25:38.640 INFO:teuthology.orchestra.run.smithi027.stdout: 5 17475 8.85 MB/sec warmup 63 sec latency 129.445 ms 2023-12-18T13:25:39.282 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:39 smithi027 ceph-mon[107749]: pgmap v209: 97 pgs: 97 active+clean; 167 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 416 op/s 2023-12-18T13:25:39.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:39 smithi192 ceph-mon[110373]: pgmap v209: 97 pgs: 97 active+clean; 167 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 416 op/s 2023-12-18T13:25:39.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 17694 8.82 MB/sec warmup 64 sec latency 126.823 ms 2023-12-18T13:25:40.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 17984 8.85 MB/sec warmup 65 sec latency 146.538 ms 2023-12-18T13:25:41.080 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:41 smithi027 ceph-mon[107749]: pgmap v210: 97 pgs: 97 active+clean; 174 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 530 op/s 2023-12-18T13:25:41.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:41 smithi192 ceph-mon[110373]: pgmap v210: 97 pgs: 97 active+clean; 174 MiB data, 630 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 530 op/s 2023-12-18T13:25:41.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 18261 8.83 MB/sec warmup 66 sec latency 143.403 ms 2023-12-18T13:25:42.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 18617 8.80 MB/sec warmup 67 sec latency 136.780 ms 2023-12-18T13:25:43.094 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:43 smithi027 ceph-mon[107749]: pgmap v211: 97 pgs: 97 active+clean; 179 MiB data, 642 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 424 op/s 2023-12-18T13:25:43.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:43 smithi192 ceph-mon[110373]: pgmap v211: 97 pgs: 97 active+clean; 179 MiB data, 642 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 424 op/s 2023-12-18T13:25:43.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 19057 8.81 MB/sec warmup 68 sec latency 134.558 ms 2023-12-18T13:25:44.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 19471 8.74 MB/sec warmup 69 sec latency 120.501 ms 2023-12-18T13:25:45.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:45 smithi027 ceph-mon[107749]: pgmap v212: 97 pgs: 97 active+clean; 184 MiB data, 658 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.7 MiB/s wr, 516 op/s 2023-12-18T13:25:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:45 smithi192 ceph-mon[110373]: pgmap v212: 97 pgs: 97 active+clean; 184 MiB data, 658 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.7 MiB/s wr, 516 op/s 2023-12-18T13:25:45.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 19829 8.75 MB/sec warmup 70 sec latency 142.227 ms 2023-12-18T13:25:46.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 20253 8.83 MB/sec warmup 71 sec latency 110.725 ms 2023-12-18T13:25:47.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:47 smithi027 ceph-mon[107749]: pgmap v213: 97 pgs: 97 active+clean; 183 MiB data, 680 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.0 MiB/s wr, 473 op/s 2023-12-18T13:25:47.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:47 smithi192 ceph-mon[110373]: pgmap v213: 97 pgs: 97 active+clean; 183 MiB data, 680 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 5.0 MiB/s wr, 473 op/s 2023-12-18T13:25:47.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 20728 8.92 MB/sec warmup 72 sec latency 117.852 ms 2023-12-18T13:25:48.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 21036 8.94 MB/sec warmup 73 sec latency 134.170 ms 2023-12-18T13:25:49.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:49 smithi027 ceph-mon[107749]: pgmap v214: 97 pgs: 97 active+clean; 179 MiB data, 694 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 380 op/s 2023-12-18T13:25:49.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:49 smithi192 ceph-mon[110373]: pgmap v214: 97 pgs: 97 active+clean; 179 MiB data, 694 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.3 MiB/s wr, 380 op/s 2023-12-18T13:25:49.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 21276 8.91 MB/sec warmup 74 sec latency 126.301 ms 2023-12-18T13:25:50.644 INFO:teuthology.orchestra.run.smithi027.stdout: 5 21629 8.90 MB/sec warmup 75 sec latency 126.689 ms 2023-12-18T13:25:51.141 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:51 smithi192 ceph-mon[110373]: pgmap v215: 97 pgs: 97 active+clean; 186 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-18T13:25:51.141 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:51 smithi192 ceph-mon[110373]: Upgrade: Updating mgr.smithi192.yasrzc 2023-12-18T13:25:51.141 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:51 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:51.142 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:51 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:25:51.142 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:51 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:25:51.142 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:51 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:25:51.142 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:51 smithi192 ceph-mon[110373]: Deploying daemon mgr.smithi192.yasrzc on smithi192 2023-12-18T13:25:51.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:51 smithi027 ceph-mon[107749]: pgmap v215: 97 pgs: 97 active+clean; 186 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-18T13:25:51.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:51 smithi027 ceph-mon[107749]: Upgrade: Updating mgr.smithi192.yasrzc 2023-12-18T13:25:51.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:51 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:51.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:51 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi192.yasrzc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:25:51.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:51 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:25:51.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:51 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:25:51.262 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:51 smithi027 ceph-mon[107749]: Deploying daemon mgr.smithi192.yasrzc on smithi192 2023-12-18T13:25:51.655 INFO:teuthology.orchestra.run.smithi027.stdout: 5 21966 8.92 MB/sec warmup 76 sec latency 129.731 ms 2023-12-18T13:25:52.664 INFO:teuthology.orchestra.run.smithi027.stdout: 5 22246 8.91 MB/sec warmup 77 sec latency 126.610 ms 2023-12-18T13:25:53.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:53 smithi027 ceph-mon[107749]: pgmap v216: 97 pgs: 97 active+clean; 194 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-12-18T13:25:53.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:53.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:25:53.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:25:53.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:53 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:25:53.514 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:53 smithi192 ceph-mon[110373]: pgmap v216: 97 pgs: 97 active+clean; 194 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 514 op/s 2023-12-18T13:25:53.514 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:53.514 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:25:53.514 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:25:53.514 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:53 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:25:53.672 INFO:teuthology.orchestra.run.smithi027.stdout: 5 22605 8.89 MB/sec warmup 78 sec latency 114.999 ms 2023-12-18T13:25:54.681 INFO:teuthology.orchestra.run.smithi027.stdout: 5 22960 8.82 MB/sec warmup 79 sec latency 123.877 ms 2023-12-18T13:25:55.368 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:55 smithi027 ceph-mon[107749]: pgmap v217: 97 pgs: 97 active+clean; 192 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.7 MiB/s wr, 493 op/s 2023-12-18T13:25:55.368 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:55 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:55.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:55 smithi192 ceph-mon[110373]: pgmap v217: 97 pgs: 97 active+clean; 192 MiB data, 751 MiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.7 MiB/s wr, 493 op/s 2023-12-18T13:25:55.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:55 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:55.681 INFO:teuthology.orchestra.run.smithi027.stdout: 5 23217 8.79 MB/sec warmup 80 sec latency 180.654 ms 2023-12-18T13:25:56.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:56 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:56.402 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:56 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:56.688 INFO:teuthology.orchestra.run.smithi027.stdout: 5 23566 8.85 MB/sec warmup 81 sec latency 131.903 ms 2023-12-18T13:25:57.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:57 smithi192 ceph-mon[110373]: pgmap v218: 97 pgs: 97 active+clean; 193 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-12-18T13:25:57.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:57 smithi027 ceph-mon[107749]: pgmap v218: 97 pgs: 97 active+clean; 193 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.2 MiB/s wr, 498 op/s 2023-12-18T13:25:57.688 INFO:teuthology.orchestra.run.smithi027.stdout: 5 23931 8.90 MB/sec warmup 82 sec latency 127.179 ms 2023-12-18T13:25:57.913 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:25:58.605 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:58.605 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:58.605 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:58.688 INFO:teuthology.orchestra.run.smithi027.stdout: 5 24263 8.91 MB/sec warmup 83 sec latency 117.980 ms 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: Upgrade: Need to upgrade myself (mgr.smithi027.zqcsao) 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: Failing over to other MGR 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr fail", "who": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: pgmap v220: 97 pgs: 97 active+clean; 195 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 617 op/s 2023-12-18T13:25:58.709 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:58 smithi027 ceph-mon[107749]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:59.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:25:59.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: Upgrade: Need to upgrade myself (mgr.smithi027.zqcsao) 2023-12-18T13:25:59.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: Failing over to other MGR 2023-12-18T13:25:59.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "mgr fail", "who": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:25:59.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T13:25:59.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:59.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: pgmap v220: 97 pgs: 97 active+clean; 195 MiB data, 799 MiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 617 op/s 2023-12-18T13:25:59.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:58 smithi192 ceph-mon[110373]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:25:59.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 24508 8.90 MB/sec warmup 84 sec latency 157.933 ms 2023-12-18T13:25:59.726 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:59 smithi027 ceph-mon[107749]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "mgr fail", "who": "smithi027.zqcsao"}]': finished 2023-12-18T13:25:59.726 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:25:59 smithi027 ceph-mon[107749]: mgrmap e22: smithi192.yasrzc(active, starting, since 0.99377s) 2023-12-18T13:25:59.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:59 smithi192 ceph-mon[110373]: from='mgr.14204 172.21.15.27:0/3574735127' entity='mgr.smithi027.zqcsao' cmd='[{"prefix": "mgr fail", "who": "smithi027.zqcsao"}]': finished 2023-12-18T13:25:59.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:25:59 smithi192 ceph-mon[110373]: mgrmap e22: smithi192.yasrzc(active, starting, since 0.99377s) 2023-12-18T13:26:00.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 24807 8.87 MB/sec warmup 85 sec latency 128.029 ms 2023-12-18T13:26:00.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:00 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/crt"}]: dispatch 2023-12-18T13:26:00.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:00 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:26:00.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:00 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/key"}]: dispatch 2023-12-18T13:26:00.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:00 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:26:00.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:00 smithi027 ceph-mon[107749]: Active manager daemon smithi192.yasrzc restarted 2023-12-18T13:26:00.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:00 smithi027 ceph-mon[107749]: Activating manager daemon smithi192.yasrzc 2023-12-18T13:26:00.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:00 smithi027 ceph-mon[107749]: osdmap e70: 8 total, 8 up, 8 in 2023-12-18T13:26:01.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:00 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/crt"}]: dispatch 2023-12-18T13:26:01.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:00 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:26:01.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:00 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi192.yasrzc/key"}]: dispatch 2023-12-18T13:26:01.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:00 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:26:01.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:00 smithi192 ceph-mon[110373]: Active manager daemon smithi192.yasrzc restarted 2023-12-18T13:26:01.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:00 smithi192 ceph-mon[110373]: Activating manager daemon smithi192.yasrzc 2023-12-18T13:26:01.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:00 smithi192 ceph-mon[110373]: osdmap e70: 8 total, 8 up, 8 in 2023-12-18T13:26:01.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 25115 8.85 MB/sec warmup 86 sec latency 124.195 ms 2023-12-18T13:26:01.710 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:26:01.710 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (4m) 88s ago 5m 24.7M - ba2b418f427c 9e93ad1612a1 2023-12-18T13:26:01.710 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (5m) 88s ago 5m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (5m) 7s ago 5m 7147k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (4m) 88s ago 5m 49.6M - 8.3.5 dad864ee21e9 637e19227294 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (108s) 88s ago 107s 15.0M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (106s) 7s ago 106s 14.9M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (6m) 88s ago 6m 477M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (9s) 7s ago 5m 47.5M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (7m) 88s ago 7m 78.0M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (5m) 7s ago 5m 53.1M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (96s) 88s ago 96s 54.0M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (92s) 7s ago 91s 80.0M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (5m) 88s ago 5m 18.4M - 1dbe0e931976 119a2613d0df 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 running (5m) 7s ago 5m 24.1M - 1dbe0e931976 62d463eadb02 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (4m) 88s ago 4m 54.0M 3224M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:26:01.711 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (4m) 88s ago 4m 56.3M 3224M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:26:01.712 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (4m) 88s ago 4m 49.2M 3224M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:26:01.712 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (3m) 88s ago 3m 50.8M 3224M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:26:01.712 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (3m) 7s ago 3m 368M 3992M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:26:01.712 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (3m) 7s ago 3m 400M 3992M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:26:01.712 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (2m) 7s ago 2m 337M 3992M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:26:01.712 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (2m) 7s ago 2m 579M 3992M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:26:01.712 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (4m) 88s ago 4m 63.1M - 514e6a882f6e 17a530578fbb 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: mgrmap e23: smithi192.yasrzc(active, starting, since 0.629719s) 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.qgizac"}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi192.bzkadj"}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mgr metadata", "who": "smithi192.yasrzc", "id": "smithi192.yasrzc"}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:26:01.746 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: Manager daemon smithi192.yasrzc is now available 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:26:01.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/trash_purge_schedule"}]: dispatch 2023-12-18T13:26:01.748 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:01 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/trash_purge_schedule"}]: dispatch 2023-12-18T13:26:01.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: mgrmap e23: smithi192.yasrzc(active, starting, since 0.629719s) 2023-12-18T13:26:01.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mon metadata", "id": "smithi192"}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.qgizac"}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi192.bzkadj"}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mgr metadata", "who": "smithi192.yasrzc", "id": "smithi192.yasrzc"}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:26:01.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: Manager daemon smithi192.yasrzc is now available 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/trash_purge_schedule"}]: dispatch 2023-12-18T13:26:01.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:01 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi192.yasrzc/trash_purge_schedule"}]: dispatch 2023-12-18T13:26:02.260 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:26:02.260 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:26:02.261 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:26:02.261 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:02.261 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:26:02.261 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:26:02.261 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:02.261 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:26:02.262 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:26:02.262 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:02.262 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:26:02.262 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:26:02.262 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:02.262 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:26:02.262 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-18T13:26:02.263 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:26:02.263 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:26:02.263 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:26:02.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 25407 8.85 MB/sec warmup 87 sec latency 126.814 ms 2023-12-18T13:26:02.734 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "", 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:26:02.735 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:26:02.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: Deploying cephadm binary to smithi192 2023-12-18T13:26:02.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: Deploying cephadm binary to smithi027 2023-12-18T13:26:02.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: mgrmap e24: smithi192.yasrzc(active, since 1.66911s) 2023-12-18T13:26:02.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:02.766 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: pgmap v3: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:02.766 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:02.766 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:02.766 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: [18/Dec/2023:13:26:02] ENGINE Bus STARTING 2023-12-18T13:26:02.766 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:02 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2492586460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:26:03.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: Deploying cephadm binary to smithi192 2023-12-18T13:26:03.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: Deploying cephadm binary to smithi027 2023-12-18T13:26:03.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: mgrmap e24: smithi192.yasrzc(active, since 1.66911s) 2023-12-18T13:26:03.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:03.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: pgmap v3: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:03.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:03.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:03.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: [18/Dec/2023:13:26:02] ENGINE Bus STARTING 2023-12-18T13:26:03.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:02 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2492586460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:26:03.333 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:26:03.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 25765 8.87 MB/sec warmup 88 sec latency 113.052 ms 2023-12-18T13:26:03.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:03 smithi027 ceph-mon[107749]: [18/Dec/2023:13:26:02] ENGINE Serving on http://172.21.15.192:8765 2023-12-18T13:26:03.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:03 smithi027 ceph-mon[107749]: [18/Dec/2023:13:26:02] ENGINE Serving on https://172.21.15.192:7150 2023-12-18T13:26:03.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:03 smithi027 ceph-mon[107749]: [18/Dec/2023:13:26:02] ENGINE Bus STARTED 2023-12-18T13:26:03.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:03 smithi027 ceph-mon[107749]: pgmap v4: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:03.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:03 smithi027 ceph-mon[107749]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:03.793 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:03 smithi027 ceph-mon[107749]: mgrmap e25: smithi192.yasrzc(active, since 2s) 2023-12-18T13:26:03.794 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:03 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1772748678' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:26:04.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:03 smithi192 ceph-mon[110373]: [18/Dec/2023:13:26:02] ENGINE Serving on http://172.21.15.192:8765 2023-12-18T13:26:04.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:03 smithi192 ceph-mon[110373]: [18/Dec/2023:13:26:02] ENGINE Serving on https://172.21.15.192:7150 2023-12-18T13:26:04.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:03 smithi192 ceph-mon[110373]: [18/Dec/2023:13:26:02] ENGINE Bus STARTED 2023-12-18T13:26:04.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:03 smithi192 ceph-mon[110373]: pgmap v4: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:04.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:03 smithi192 ceph-mon[110373]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:04.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:03 smithi192 ceph-mon[110373]: mgrmap e25: smithi192.yasrzc(active, since 2s) 2023-12-18T13:26:04.057 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:03 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1772748678' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:26:04.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 26205 8.87 MB/sec warmup 89 sec latency 87.395 ms 2023-12-18T13:26:05.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 26598 8.83 MB/sec warmup 90 sec latency 126.894 ms 2023-12-18T13:26:05.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:05 smithi027 ceph-mon[107749]: pgmap v5: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:05.822 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:05 smithi027 ceph-mon[107749]: mgrmap e26: smithi192.yasrzc(active, since 4s) 2023-12-18T13:26:06.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:05 smithi192 ceph-mon[110373]: pgmap v5: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:06.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:05 smithi192 ceph-mon[110373]: mgrmap e26: smithi192.yasrzc(active, since 4s) 2023-12-18T13:26:06.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 26882 8.84 MB/sec warmup 91 sec latency 129.345 ms 2023-12-18T13:26:07.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 27326 8.92 MB/sec warmup 92 sec latency 126.688 ms 2023-12-18T13:26:07.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: pgmap v6: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: Standby manager daemon smithi027.zqcsao started 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.zqcsao/crt"}]: dispatch 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.zqcsao/key"}]: dispatch 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:26:07.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:07 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: pgmap v6: 97 pgs: 97 active+clean; 206 MiB data, 826 MiB used, 714 GiB / 715 GiB avail 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: Standby manager daemon smithi027.zqcsao started 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.zqcsao/crt"}]: dispatch 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.zqcsao/key"}]: dispatch 2023-12-18T13:26:08.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: from='mgr.? 172.21.15.27:0/3675436688' entity='mgr.smithi027.zqcsao' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:26:08.055 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:07 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:08.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 27711 8.97 MB/sec warmup 93 sec latency 126.945 ms 2023-12-18T13:26:08.869 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:08 smithi027 ceph-mon[107749]: mgrmap e27: smithi192.yasrzc(active, since 7s), standbys: smithi027.zqcsao 2023-12-18T13:26:08.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:08 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.zqcsao", "id": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:26:08.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:08 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:08.985 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:08 smithi192 ceph-mon[110373]: mgrmap e27: smithi192.yasrzc(active, since 7s), standbys: smithi027.zqcsao 2023-12-18T13:26:08.986 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:08 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mgr metadata", "who": "smithi027.zqcsao", "id": "smithi027.zqcsao"}]: dispatch 2023-12-18T13:26:08.986 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:08 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:09.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 27971 8.96 MB/sec warmup 94 sec latency 140.873 ms 2023-12-18T13:26:09.880 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:09 smithi027 ceph-mon[107749]: pgmap v7: 97 pgs: 97 active+clean; 209 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.7 MiB/s wr, 406 op/s 2023-12-18T13:26:10.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:09 smithi192 ceph-mon[110373]: pgmap v7: 97 pgs: 97 active+clean; 209 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.7 MiB/s wr, 406 op/s 2023-12-18T13:26:10.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 28228 8.92 MB/sec warmup 95 sec latency 123.121 ms 2023-12-18T13:26:11.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 28485 8.87 MB/sec warmup 96 sec latency 147.494 ms 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: pgmap v8: 97 pgs: 97 active+clean; 209 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.9 MiB/s wr, 315 op/s 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.032 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.032 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.032 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.032 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.032 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.032 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: pgmap v8: 97 pgs: 97 active+clean; 209 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.9 MiB/s wr, 315 op/s 2023-12-18T13:26:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:12.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:12.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 28802 8.90 MB/sec warmup 97 sec latency 123.815 ms 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi192 to 2712M 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:13.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:26:13.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:13 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:26:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi192 to 2712M 2023-12-18T13:26:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:26:13.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:13 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:26:13.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 29135 8.89 MB/sec warmup 98 sec latency 124.981 ms 2023-12-18T13:26:14.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:14 smithi027 ceph-mon[107749]: pgmap v9: 97 pgs: 97 active+clean; 217 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2023-12-18T13:26:14.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:14 smithi027 ceph-mon[107749]: Adjusting osd_memory_target on smithi027 to 1944M 2023-12-18T13:26:14.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:14 smithi027 ceph-mon[107749]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-18T13:26:14.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:14 smithi027 ceph-mon[107749]: Updating smithi192:/etc/ceph/ceph.conf 2023-12-18T13:26:14.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:14 smithi192 ceph-mon[110373]: pgmap v9: 97 pgs: 97 active+clean; 217 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2023-12-18T13:26:14.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:14 smithi192 ceph-mon[110373]: Adjusting osd_memory_target on smithi027 to 1944M 2023-12-18T13:26:14.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:14 smithi192 ceph-mon[110373]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-18T13:26:14.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:14 smithi192 ceph-mon[110373]: Updating smithi192:/etc/ceph/ceph.conf 2023-12-18T13:26:14.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 29428 8.90 MB/sec warmup 99 sec latency 124.755 ms 2023-12-18T13:26:15.246 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: Updating smithi192:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:26:15.246 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: Updating smithi027:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: Updating smithi027:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:15 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: Updating smithi192:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:26:15.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: Updating smithi027:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:26:15.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:26:15.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:26:15.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: Updating smithi027:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:26:15.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:15 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:15.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 29765 8.86 MB/sec warmup 100 sec latency 126.176 ms 2023-12-18T13:26:16.255 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:16 smithi027 ceph-mon[107749]: Updating smithi192:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:26:16.255 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:16 smithi027 ceph-mon[107749]: pgmap v10: 97 pgs: 97 active+clean; 217 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T13:26:16.256 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:16 smithi027 ceph-mon[107749]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-18T13:26:16.256 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:16 smithi027 ceph-mon[107749]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-18T13:26:16.256 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:16.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:16 smithi192 ceph-mon[110373]: Updating smithi192:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:26:16.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:16 smithi192 ceph-mon[110373]: pgmap v10: 97 pgs: 97 active+clean; 217 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T13:26:16.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:16 smithi192 ceph-mon[110373]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-18T13:26:16.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:16 smithi192 ceph-mon[110373]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-18T13:26:16.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:16.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 30038 8.80 MB/sec warmup 101 sec latency 136.296 ms 2023-12-18T13:26:17.701 INFO:teuthology.orchestra.run.smithi027.stdout: 5 30394 8.81 MB/sec warmup 102 sec latency 108.014 ms 2023-12-18T13:26:18.024 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:18 smithi027 ceph-mon[107749]: pgmap v11: 97 pgs: 97 active+clean; 217 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T13:26:18.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:18 smithi192 ceph-mon[110373]: pgmap v11: 97 pgs: 97 active+clean; 217 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T13:26:18.706 INFO:teuthology.orchestra.run.smithi027.stdout: 5 30762 8.88 MB/sec warmup 103 sec latency 139.584 ms 2023-12-18T13:26:19.707 INFO:teuthology.orchestra.run.smithi027.stdout: 5 31027 8.85 MB/sec warmup 104 sec latency 134.109 ms 2023-12-18T13:26:20.070 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:20 smithi027 ceph-mon[107749]: pgmap v12: 97 pgs: 97 active+clean; 218 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.9 MiB/s wr, 605 op/s 2023-12-18T13:26:20.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:20 smithi192 ceph-mon[110373]: pgmap v12: 97 pgs: 97 active+clean; 218 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.9 MiB/s wr, 605 op/s 2023-12-18T13:26:20.708 INFO:teuthology.orchestra.run.smithi027.stdout: 5 31382 8.89 MB/sec warmup 105 sec latency 127.567 ms 2023-12-18T13:26:21.708 INFO:teuthology.orchestra.run.smithi027.stdout: 5 31698 8.86 MB/sec warmup 106 sec latency 134.830 ms 2023-12-18T13:26:22.103 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:22 smithi027 ceph-mon[107749]: pgmap v13: 97 pgs: 97 active+clean; 218 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-18T13:26:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:22 smithi192 ceph-mon[110373]: pgmap v13: 97 pgs: 97 active+clean; 218 MiB data, 983 MiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-18T13:26:22.708 INFO:teuthology.orchestra.run.smithi027.stdout: 5 32005 8.85 MB/sec warmup 107 sec latency 129.422 ms 2023-12-18T13:26:23.708 INFO:teuthology.orchestra.run.smithi027.stdout: 5 32447 8.87 MB/sec warmup 108 sec latency 129.300 ms 2023-12-18T13:26:24.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:24 smithi027 ceph-mon[107749]: pgmap v14: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-12-18T13:26:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:24 smithi192 ceph-mon[110373]: pgmap v14: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-12-18T13:26:24.709 INFO:teuthology.orchestra.run.smithi027.stdout: 5 32870 8.88 MB/sec warmup 109 sec latency 157.429 ms 2023-12-18T13:26:25.711 INFO:teuthology.orchestra.run.smithi027.stdout: 5 33219 8.91 MB/sec warmup 110 sec latency 151.055 ms 2023-12-18T13:26:26.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:26 smithi027 ceph-mon[107749]: pgmap v15: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:26:26.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:26 smithi192 ceph-mon[110373]: pgmap v15: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:26:26.715 INFO:teuthology.orchestra.run.smithi027.stdout: 5 33512 8.90 MB/sec warmup 111 sec latency 123.793 ms 2023-12-18T13:26:27.213 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.213 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.213 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-18T13:26:27.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T13:26:27.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:26:27.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:26:27.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-18T13:26:27.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:27 smithi027 ceph-mon[107749]: pgmap v16: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:26:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-18T13:26:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T13:26:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:26:27.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:26:27.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-18T13:26:27.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:27 smithi192 ceph-mon[110373]: pgmap v16: 97 pgs: 97 active+clean; 225 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:26:27.722 INFO:teuthology.orchestra.run.smithi027.stdout: 5 33826 8.86 MB/sec warmup 112 sec latency 127.980 ms 2023-12-18T13:26:28.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 34088 8.86 MB/sec warmup 113 sec latency 96.953 ms 2023-12-18T13:26:29.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 34376 8.87 MB/sec warmup 114 sec latency 108.744 ms 2023-12-18T13:26:29.792 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:29 smithi027 ceph-mon[107749]: pgmap v17: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 607 op/s 2023-12-18T13:26:30.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:29 smithi192 ceph-mon[110373]: pgmap v17: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 607 op/s 2023-12-18T13:26:30.722 INFO:teuthology.orchestra.run.smithi027.stdout: 5 34700 8.85 MB/sec warmup 115 sec latency 129.948 ms 2023-12-18T13:26:31.722 INFO:teuthology.orchestra.run.smithi027.stdout: 5 35008 8.86 MB/sec warmup 116 sec latency 127.405 ms 2023-12-18T13:26:31.751 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:31 smithi027 ceph-mon[107749]: pgmap v18: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 417 op/s 2023-12-18T13:26:31.752 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:31.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:31 smithi192 ceph-mon[110373]: pgmap v18: 97 pgs: 97 active+clean; 231 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 417 op/s 2023-12-18T13:26:31.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:32.728 INFO:teuthology.orchestra.run.smithi027.stdout: 5 35260 8.85 MB/sec warmup 117 sec latency 127.050 ms 2023-12-18T13:26:33.731 INFO:teuthology.orchestra.run.smithi027.stdout: 5 35498 8.83 MB/sec warmup 118 sec latency 141.882 ms 2023-12-18T13:26:33.804 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:33 smithi027 ceph-mon[107749]: pgmap v19: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 590 op/s 2023-12-18T13:26:33.933 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:26:34.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:33 smithi192 ceph-mon[110373]: pgmap v19: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 590 op/s 2023-12-18T13:26:34.738 INFO:teuthology.orchestra.run.smithi027.stdout: 5 35701 8.80 MB/sec warmup 119 sec latency 126.844 ms 2023-12-18T13:26:34.825 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:34 smithi027 ceph-mon[107749]: from='client.24437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:35.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:34 smithi192 ceph-mon[110373]: from='client.24437 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (6m) 23s ago 6m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (5m) 28s ago 5m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (5m) 23s ago 6m 59.7M - 8.3.5 dad864ee21e9 637e19227294 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (2m) 23s ago 2m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (2m) 28s ago 2m 15.1M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (7m) 23s ago 7m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:26:35.080 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (43s) 28s ago 5m 498M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (7m) 23s ago 7m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (5m) 28s ago 5m 57.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (2m) 23s ago 2m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (2m) 28s ago 2m 80.2M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (6m) 23s ago 6m 20.9M - 1.3.1 1dbe0e931976 119a2613d0df 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 running (5m) 28s ago 5m 24.0M - 1.3.1 1dbe0e931976 62d463eadb02 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (5m) 23s ago 5m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (4m) 23s ago 4m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (4m) 23s ago 4m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (4m) 23s ago 4m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (4m) 28s ago 4m 449M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (3m) 28s ago 3m 412M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (3m) 28s ago 3m 395M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:26:35.081 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (3m) 28s ago 3m 678M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:26:35.082 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (5m) 23s ago 5m 67.7M - 2.33.4 514e6a882f6e 17a530578fbb 2023-12-18T13:26:35.695 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:26:35.695 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:26:35.695 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:26:35.695 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:26:35.696 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:26:35.697 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:26:35.697 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:26:35.697 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:26:35.697 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:26:35.881 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:35 smithi027 ceph-mon[107749]: from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:35.881 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:35 smithi027 ceph-mon[107749]: pgmap v20: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-18T13:26:35.881 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:35 smithi027 ceph-mon[107749]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:35.881 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:35 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1672384869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "", 2023-12-18T13:26:36.249 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:26:36.250 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:26:36.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:35 smithi192 ceph-mon[110373]: from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:36.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:35 smithi192 ceph-mon[110373]: pgmap v20: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-18T13:26:36.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:35 smithi192 ceph-mon[110373]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:36.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:35 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1672384869' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:26:36.738 INFO:teuthology.orchestra.run.smithi027.stdout: 5 36140 5.08 MB/sec execute 1 sec latency 151.928 ms 2023-12-18T13:26:36.929 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:26:37.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:37 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/12438111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:26:37.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:37 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/12438111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:26:37.738 INFO:teuthology.orchestra.run.smithi027.stdout: 5 36350 5.34 MB/sec execute 2 sec latency 132.251 ms 2023-12-18T13:26:38.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:38 smithi027 ceph-mon[107749]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:38.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:38 smithi027 ceph-mon[107749]: pgmap v21: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-18T13:26:38.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:38 smithi192 ceph-mon[110373]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:26:38.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:38 smithi192 ceph-mon[110373]: pgmap v21: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-12-18T13:26:38.738 INFO:teuthology.orchestra.run.smithi027.stdout: 5 36730 7.81 MB/sec execute 3 sec latency 92.218 ms 2023-12-18T13:26:39.738 INFO:teuthology.orchestra.run.smithi027.stdout: 5 37128 7.87 MB/sec execute 4 sec latency 123.672 ms 2023-12-18T13:26:40.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:40 smithi027 ceph-mon[107749]: pgmap v22: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-18T13:26:40.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:40 smithi192 ceph-mon[110373]: pgmap v22: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-18T13:26:40.738 INFO:teuthology.orchestra.run.smithi027.stdout: 5 37487 7.50 MB/sec execute 5 sec latency 105.146 ms 2023-12-18T13:26:41.751 INFO:teuthology.orchestra.run.smithi027.stdout: 5 37845 8.36 MB/sec execute 6 sec latency 129.763 ms 2023-12-18T13:26:42.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:42 smithi027 ceph-mon[107749]: pgmap v23: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-18T13:26:42.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:42 smithi192 ceph-mon[110373]: pgmap v23: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-18T13:26:42.751 INFO:teuthology.orchestra.run.smithi027.stdout: 5 38188 8.13 MB/sec execute 7 sec latency 126.604 ms 2023-12-18T13:26:43.751 INFO:teuthology.orchestra.run.smithi027.stdout: 5 38521 8.69 MB/sec execute 8 sec latency 129.649 ms 2023-12-18T13:26:44.078 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:44 smithi027 ceph-mon[107749]: pgmap v24: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-12-18T13:26:44.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:44 smithi192 ceph-mon[110373]: pgmap v24: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 516 op/s 2023-12-18T13:26:44.754 INFO:teuthology.orchestra.run.smithi027.stdout: 5 38837 8.70 MB/sec execute 9 sec latency 128.422 ms 2023-12-18T13:26:45.755 INFO:teuthology.orchestra.run.smithi027.stdout: 5 39170 8.96 MB/sec execute 10 sec latency 131.752 ms 2023-12-18T13:26:46.118 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:46 smithi027 ceph-mon[107749]: pgmap v25: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-18T13:26:46.118 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:46 smithi192 ceph-mon[110373]: pgmap v25: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-18T13:26:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:26:46.755 INFO:teuthology.orchestra.run.smithi027.stdout: 5 39484 8.98 MB/sec execute 11 sec latency 133.095 ms 2023-12-18T13:26:47.760 INFO:teuthology.orchestra.run.smithi027.stdout: 5 39796 8.75 MB/sec execute 12 sec latency 114.885 ms 2023-12-18T13:26:48.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:48 smithi027 ceph-mon[107749]: pgmap v26: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-18T13:26:48.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:48 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:48.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:48 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:48.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:48 smithi192 ceph-mon[110373]: pgmap v26: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 342 op/s 2023-12-18T13:26:48.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:48 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:48.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:48 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:48.764 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40061 8.51 MB/sec execute 13 sec latency 126.721 ms 2023-12-18T13:26:49.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:49 smithi027 ceph-mon[107749]: Reconfiguring node-exporter.smithi027 (dependencies changed)... 2023-12-18T13:26:49.173 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:49 smithi027 ceph-mon[107749]: Reconfiguring daemon node-exporter.smithi027 on smithi027 2023-12-18T13:26:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:49 smithi192 ceph-mon[110373]: Reconfiguring node-exporter.smithi027 (dependencies changed)... 2023-12-18T13:26:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:49 smithi192 ceph-mon[110373]: Reconfiguring daemon node-exporter.smithi027 on smithi027 2023-12-18T13:26:49.769 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40312 8.35 MB/sec execute 14 sec latency 128.859 ms 2023-12-18T13:26:50.197 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:50 smithi027 ceph-mon[107749]: pgmap v27: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-12-18T13:26:50.198 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:50 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:50.198 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:50 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:50 smithi192 ceph-mon[110373]: pgmap v27: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-12-18T13:26:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:50 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:50 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:26:50.769 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40553 8.23 MB/sec execute 15 sec latency 139.567 ms 2023-12-18T13:26:51.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:51 smithi027 ceph-mon[107749]: Reconfiguring prometheus.smithi027 (dependencies changed)... 2023-12-18T13:26:51.233 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:51 smithi027 ceph-mon[107749]: Reconfiguring daemon prometheus.smithi027 on smithi027 2023-12-18T13:26:51.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:51 smithi192 ceph-mon[110373]: Reconfiguring prometheus.smithi027 (dependencies changed)... 2023-12-18T13:26:51.503 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:51 smithi192 ceph-mon[110373]: Reconfiguring daemon prometheus.smithi027 on smithi027 2023-12-18T13:26:51.769 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40783 8.18 MB/sec execute 16 sec latency 128.625 ms 2023-12-18T13:26:52.286 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:52 smithi027 ceph-mon[107749]: pgmap v28: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-18T13:26:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:52 smithi192 ceph-mon[110373]: pgmap v28: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-18T13:26:52.769 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40902 7.78 MB/sec execute 17 sec latency 121.162 ms 2023-12-18T13:26:53.769 INFO:teuthology.orchestra.run.smithi027.stdout: 5 41273 7.98 MB/sec execute 18 sec latency 102.402 ms 2023-12-18T13:26:54.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:54 smithi027 ceph-mon[107749]: pgmap v29: 97 pgs: 97 active+clean; 255 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-12-18T13:26:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:54 smithi192 ceph-mon[110373]: pgmap v29: 97 pgs: 97 active+clean; 255 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-12-18T13:26:54.770 INFO:teuthology.orchestra.run.smithi027.stdout: 5 41537 7.80 MB/sec execute 19 sec latency 89.128 ms 2023-12-18T13:26:55.782 INFO:teuthology.orchestra.run.smithi027.stdout: 5 41804 7.97 MB/sec execute 20 sec latency 127.381 ms 2023-12-18T13:26:56.137 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:56 smithi027 ceph-mon[107749]: pgmap v30: 97 pgs: 97 active+clean; 255 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-18T13:26:56.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:56 smithi192 ceph-mon[110373]: pgmap v30: 97 pgs: 97 active+clean; 255 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-18T13:26:56.782 INFO:teuthology.orchestra.run.smithi027.stdout: 5 42128 7.93 MB/sec execute 21 sec latency 130.828 ms 2023-12-18T13:26:57.782 INFO:teuthology.orchestra.run.smithi027.stdout: 5 42399 7.94 MB/sec execute 22 sec latency 133.099 ms 2023-12-18T13:26:58.184 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:26:58 smithi027 ceph-mon[107749]: pgmap v31: 97 pgs: 97 active+clean; 255 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-18T13:26:58.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:26:58 smithi192 ceph-mon[110373]: pgmap v31: 97 pgs: 97 active+clean; 255 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 359 op/s 2023-12-18T13:26:58.782 INFO:teuthology.orchestra.run.smithi027.stdout: 5 42749 7.98 MB/sec execute 23 sec latency 129.956 ms 2023-12-18T13:26:59.789 INFO:teuthology.orchestra.run.smithi027.stdout: 5 43037 7.83 MB/sec execute 24 sec latency 102.697 ms 2023-12-18T13:27:00.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:00 smithi027 ceph-mon[107749]: pgmap v32: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 513 op/s 2023-12-18T13:27:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:00 smithi192 ceph-mon[110373]: pgmap v32: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 513 op/s 2023-12-18T13:27:00.799 INFO:teuthology.orchestra.run.smithi027.stdout: 5 43310 7.92 MB/sec execute 25 sec latency 134.480 ms 2023-12-18T13:27:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:01 smithi027 ceph-mon[107749]: pgmap v33: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2023-12-18T13:27:01.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:01 smithi192 ceph-mon[110373]: pgmap v33: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2023-12-18T13:27:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:01.793 INFO:teuthology.orchestra.run.smithi027.stdout: 5 43634 7.97 MB/sec execute 26 sec latency 135.239 ms 2023-12-18T13:27:02.803 INFO:teuthology.orchestra.run.smithi027.stdout: 5 44042 8.10 MB/sec execute 27 sec latency 91.094 ms 2023-12-18T13:27:03.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:03 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:03.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:03 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:03.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:03 smithi027 ceph-mon[107749]: Reconfiguring node-exporter.smithi192 (dependencies changed)... 2023-12-18T13:27:03.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:03 smithi027 ceph-mon[107749]: Reconfiguring daemon node-exporter.smithi192 on smithi192 2023-12-18T13:27:03.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:03 smithi027 ceph-mon[107749]: pgmap v34: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-12-18T13:27:03.529 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:03 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:03.529 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:03 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:03.529 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:03 smithi192 ceph-mon[110373]: Reconfiguring node-exporter.smithi192 (dependencies changed)... 2023-12-18T13:27:03.529 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:03 smithi192 ceph-mon[110373]: Reconfiguring daemon node-exporter.smithi192 on smithi192 2023-12-18T13:27:03.529 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:03 smithi192 ceph-mon[110373]: pgmap v34: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-12-18T13:27:03.803 INFO:teuthology.orchestra.run.smithi027.stdout: 5 44402 8.06 MB/sec execute 28 sec latency 189.469 ms 2023-12-18T13:27:04.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:27:04.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: Upgrade: Need to upgrade myself (mgr.smithi192.yasrzc) 2023-12-18T13:27:04.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:04 smithi027 ceph-mon[107749]: Upgrade: Need to upgrade myself (mgr.smithi192.yasrzc) 2023-12-18T13:27:04.804 INFO:teuthology.orchestra.run.smithi027.stdout: 5 44664 8.02 MB/sec execute 29 sec latency 165.251 ms 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:27:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: Upgrade: Need to upgrade myself (mgr.smithi192.yasrzc) 2023-12-18T13:27:04.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:04 smithi192 ceph-mon[110373]: Upgrade: Need to upgrade myself (mgr.smithi192.yasrzc) 2023-12-18T13:27:05.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:05 smithi027 ceph-mon[107749]: pgmap v35: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T13:27:05.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:05 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:05.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:05 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.zqcsao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:27:05.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:05 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.zqcsao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:27:05.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:05 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:27:05.569 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:05 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:27:05.803 INFO:teuthology.orchestra.run.smithi027.stdout: 5 44957 8.08 MB/sec execute 30 sec latency 124.184 ms 2023-12-18T13:27:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:05 smithi192 ceph-mon[110373]: pgmap v35: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T13:27:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:05 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:27:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:05 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.zqcsao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:27:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:05 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.zqcsao", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:27:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:05 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:27:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:05 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:27:06.804 INFO:teuthology.orchestra.run.smithi027.stdout: 5 45301 8.28 MB/sec execute 31 sec latency 126.947 ms 2023-12-18T13:27:07.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:07 smithi027 ceph-mon[107749]: Upgrade: Updating mgr.smithi027.zqcsao 2023-12-18T13:27:07.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:07 smithi027 ceph-mon[107749]: Deploying daemon mgr.smithi027.zqcsao on smithi027 2023-12-18T13:27:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:07 smithi192 ceph-mon[110373]: Upgrade: Updating mgr.smithi027.zqcsao 2023-12-18T13:27:07.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:07 smithi192 ceph-mon[110373]: Deploying daemon mgr.smithi027.zqcsao on smithi027 2023-12-18T13:27:07.433 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:27:07.804 INFO:teuthology.orchestra.run.smithi027.stdout: 5 45571 8.16 MB/sec execute 32 sec latency 126.699 ms 2023-12-18T13:27:08.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:08 smithi027 ceph-mon[107749]: pgmap v36: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T13:27:08.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:08 smithi192 ceph-mon[110373]: pgmap v36: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (6m) 56s ago 6m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (6m) 61s ago 6m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (2m) 56s ago 2m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (2m) 61s ago 2m 15.1M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (8m) 56s ago 8m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (76s) 61s ago 6m 498M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:27:08.417 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (8m) 56s ago 8m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (6m) 61s ago 6m 57.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (2m) 56s ago 2m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (2m) 61s ago 2m 80.2M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 starting - - - - 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (5m) 56s ago 5m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (5m) 56s ago 5m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (5m) 56s ago 5m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (4m) 56s ago 4m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (4m) 61s ago 4m 449M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (4m) 61s ago 4m 412M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (4m) 61s ago 4m 395M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (3m) 61s ago 3m 678M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:27:08.418 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-18T13:27:08.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 45942 8.13 MB/sec execute 33 sec latency 123.842 ms 2023-12-18T13:27:08.979 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:27:08.979 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:27:08.979 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:27:08.979 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:08.979 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:27:08.979 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:27:08.979 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:27:08.980 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:27:09.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:09 smithi027 ceph-mon[107749]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:09.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:09 smithi027 ceph-mon[107749]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:09.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:09 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/86490635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:27:09.442 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:27:09.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:09 smithi192 ceph-mon[110373]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:09.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:09 smithi192 ceph-mon[110373]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:09.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:09 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/86490635' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:27:09.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 46343 8.21 MB/sec execute 34 sec latency 136.029 ms 2023-12-18T13:27:10.022 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:27:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:10 smithi027 ceph-mon[107749]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:10 smithi027 ceph-mon[107749]: pgmap v37: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2023-12-18T13:27:10.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:10 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1218219165' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:27:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:10 smithi192 ceph-mon[110373]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:10 smithi192 ceph-mon[110373]: pgmap v37: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2023-12-18T13:27:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:10 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1218219165' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:27:10.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 46721 8.36 MB/sec execute 35 sec latency 129.089 ms 2023-12-18T13:27:11.174 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:11 smithi027 ceph-mon[107749]: from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:11.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:11 smithi192 ceph-mon[110373]: from='client.24457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:11.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 47048 8.29 MB/sec execute 36 sec latency 126.203 ms 2023-12-18T13:27:12.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:12 smithi027 ceph-mon[107749]: pgmap v38: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-18T13:27:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:12 smithi192 ceph-mon[110373]: pgmap v38: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-18T13:27:12.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 47428 8.30 MB/sec execute 37 sec latency 129.366 ms 2023-12-18T13:27:13.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 47813 8.39 MB/sec execute 38 sec latency 129.374 ms 2023-12-18T13:27:14.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:14 smithi027 ceph-mon[107749]: pgmap v39: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 594 op/s 2023-12-18T13:27:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:14 smithi192 ceph-mon[110373]: pgmap v39: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.1 MiB/s wr, 594 op/s 2023-12-18T13:27:14.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 48301 8.51 MB/sec execute 39 sec latency 116.940 ms 2023-12-18T13:27:15.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 48741 8.57 MB/sec execute 40 sec latency 129.745 ms 2023-12-18T13:27:16.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:16 smithi027 ceph-mon[107749]: pgmap v40: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:27:16.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:16 smithi192 ceph-mon[110373]: pgmap v40: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:27:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:16.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 49130 8.76 MB/sec execute 41 sec latency 129.919 ms 2023-12-18T13:27:17.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 49498 8.79 MB/sec execute 42 sec latency 129.405 ms 2023-12-18T13:27:18.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:18 smithi027 ceph-mon[107749]: pgmap v41: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:27:18.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:18 smithi192 ceph-mon[110373]: pgmap v41: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:27:18.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 49778 8.76 MB/sec execute 43 sec latency 140.249 ms 2023-12-18T13:27:19.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 50048 8.68 MB/sec execute 44 sec latency 126.779 ms 2023-12-18T13:27:20.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:20 smithi027 ceph-mon[107749]: pgmap v42: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 651 op/s 2023-12-18T13:27:20.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:20 smithi192 ceph-mon[110373]: pgmap v42: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.7 MiB/s wr, 651 op/s 2023-12-18T13:27:20.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 50303 8.54 MB/sec execute 45 sec latency 132.065 ms 2023-12-18T13:27:21.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 50670 8.61 MB/sec execute 46 sec latency 149.205 ms 2023-12-18T13:27:22.368 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:22 smithi027 ceph-mon[107749]: pgmap v43: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-12-18T13:27:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:22 smithi192 ceph-mon[110373]: pgmap v43: 97 pgs: 97 active+clean; 287 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 456 op/s 2023-12-18T13:27:22.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 51010 8.59 MB/sec execute 47 sec latency 126.318 ms 2023-12-18T13:27:23.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 51450 8.70 MB/sec execute 48 sec latency 116.617 ms 2023-12-18T13:27:24.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:24 smithi027 ceph-mon[107749]: pgmap v44: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 646 op/s 2023-12-18T13:27:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:24 smithi192 ceph-mon[110373]: pgmap v44: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 646 op/s 2023-12-18T13:27:24.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 51910 8.70 MB/sec execute 49 sec latency 126.915 ms 2023-12-18T13:27:25.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:25 smithi027 ceph-mon[107749]: pgmap v45: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T13:27:25.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:25 smithi192 ceph-mon[110373]: pgmap v45: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T13:27:25.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 52250 8.74 MB/sec execute 50 sec latency 134.881 ms 2023-12-18T13:27:26.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 52542 8.82 MB/sec execute 51 sec latency 137.964 ms 2023-12-18T13:27:27.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 52818 8.78 MB/sec execute 52 sec latency 202.138 ms 2023-12-18T13:27:28.172 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:28 smithi027 ceph-mon[107749]: pgmap v46: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T13:27:28.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:28 smithi192 ceph-mon[110373]: pgmap v46: 97 pgs: 97 active+clean; 296 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-12-18T13:27:28.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53146 8.84 MB/sec execute 53 sec latency 117.850 ms 2023-12-18T13:27:29.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53394 8.75 MB/sec execute 54 sec latency 123.820 ms 2023-12-18T13:27:30.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:30 smithi027 ceph-mon[107749]: pgmap v47: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 651 op/s 2023-12-18T13:27:30.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:30 smithi192 ceph-mon[110373]: pgmap v47: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 651 op/s 2023-12-18T13:27:30.818 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53694 8.69 MB/sec execute 55 sec latency 138.504 ms 2023-12-18T13:27:31.244 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:31.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:31.818 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53969 8.61 MB/sec execute 56 sec latency 126.830 ms 2023-12-18T13:27:32.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:32 smithi027 ceph-mon[107749]: pgmap v48: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-18T13:27:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:32 smithi192 ceph-mon[110373]: pgmap v48: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-18T13:27:32.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 54228 8.58 MB/sec execute 57 sec latency 200.753 ms 2023-12-18T13:27:33.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 54585 8.67 MB/sec execute 58 sec latency 125.001 ms 2023-12-18T13:27:34.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:34 smithi027 ceph-mon[107749]: pgmap v49: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 588 op/s 2023-12-18T13:27:34.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:34 smithi027 ceph-mon[107749]: mgrmap e28: smithi192.yasrzc(active, since 93s), standbys: smithi027.zqcsao 2023-12-18T13:27:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:34 smithi192 ceph-mon[110373]: pgmap v49: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 588 op/s 2023-12-18T13:27:34.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:34 smithi192 ceph-mon[110373]: mgrmap e28: smithi192.yasrzc(active, since 93s), standbys: smithi027.zqcsao 2023-12-18T13:27:34.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 54949 8.70 MB/sec execute 59 sec latency 150.747 ms 2023-12-18T13:27:35.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 55324 8.64 MB/sec execute 60 sec latency 129.651 ms 2023-12-18T13:27:36.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:36 smithi027 ceph-mon[107749]: pgmap v50: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-18T13:27:36.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:36 smithi192 ceph-mon[110373]: pgmap v50: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-18T13:27:36.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 55649 8.67 MB/sec execute 61 sec latency 129.162 ms 2023-12-18T13:27:37.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 55971 8.68 MB/sec execute 62 sec latency 145.195 ms 2023-12-18T13:27:38.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:38 smithi027 ceph-mon[107749]: pgmap v51: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-18T13:27:38.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:38 smithi192 ceph-mon[110373]: pgmap v51: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 398 op/s 2023-12-18T13:27:38.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 56307 8.73 MB/sec execute 63 sec latency 131.830 ms 2023-12-18T13:27:39.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 56588 8.75 MB/sec execute 64 sec latency 148.504 ms 2023-12-18T13:27:40.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:40 smithi027 ceph-mon[107749]: pgmap v52: 97 pgs: 97 active+clean; 310 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-12-18T13:27:40.493 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:27:40.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:40 smithi192 ceph-mon[110373]: pgmap v52: 97 pgs: 97 active+clean; 310 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-12-18T13:27:40.820 INFO:teuthology.orchestra.run.smithi027.stdout: 5 56883 8.71 MB/sec execute 65 sec latency 207.400 ms 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (7m) 89s ago 7m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (7m) 94s ago 7m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (3m) 89s ago 3m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (3m) 94s ago 3m 15.1M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:27:41.373 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (8m) 89s ago 8m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (109s) 94s ago 7m 498M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (8m) 89s ago 8m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (6m) 94s ago 6m 57.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (3m) 89s ago 3m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (3m) 94s ago 3m 80.2M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 starting - - - - 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (6m) 89s ago 6m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (6m) 89s ago 6m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (5m) 89s ago 5m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (5m) 89s ago 5m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (5m) 94s ago 5m 449M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (4m) 94s ago 4m 412M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (4m) 94s ago 4m 395M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:27:41.374 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (4m) 94s ago 4m 678M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:27:41.375 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-18T13:27:41.827 INFO:teuthology.orchestra.run.smithi027.stdout: 5 57153 8.67 MB/sec execute 66 sec latency 125.495 ms 2023-12-18T13:27:41.889 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:27:41.889 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:27:41.889 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:27:41.889 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:41.889 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:27:41.890 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:27:42.210 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:42 smithi027 ceph-mon[107749]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:42.210 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:42 smithi027 ceph-mon[107749]: pgmap v53: 97 pgs: 97 active+clean; 310 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-18T13:27:42.210 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:42 smithi027 ceph-mon[107749]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:42.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:42 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/488398783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:27:42.323 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:27:42.323 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:27:42.323 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:27:42.323 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:27:42.323 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:27:42.323 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:27:42.323 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:27:42.324 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:27:42.324 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:27:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:42 smithi192 ceph-mon[110373]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:42 smithi192 ceph-mon[110373]: pgmap v53: 97 pgs: 97 active+clean; 310 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-12-18T13:27:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:42 smithi192 ceph-mon[110373]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:42 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/488398783' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:27:42.827 INFO:teuthology.orchestra.run.smithi027.stdout: 5 57382 8.59 MB/sec execute 67 sec latency 207.738 ms 2023-12-18T13:27:42.882 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:27:43.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:43 smithi027 ceph-mon[107749]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:43.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:43 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1422145313' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:27:43.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:43 smithi192 ceph-mon[110373]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:43.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:43 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1422145313' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:27:43.827 INFO:teuthology.orchestra.run.smithi027.stdout: 5 57631 8.60 MB/sec execute 68 sec latency 142.596 ms 2023-12-18T13:27:44.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:44 smithi027 ceph-mon[107749]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:44.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:44 smithi027 ceph-mon[107749]: pgmap v54: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-12-18T13:27:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:44 smithi192 ceph-mon[110373]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:27:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:44 smithi192 ceph-mon[110373]: pgmap v54: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.7 MiB/s wr, 555 op/s 2023-12-18T13:27:44.833 INFO:teuthology.orchestra.run.smithi027.stdout: 5 57966 8.59 MB/sec execute 69 sec latency 120.467 ms 2023-12-18T13:27:45.256 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:45 smithi027 ceph-mon[107749]: pgmap v55: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-18T13:27:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:45 smithi192 ceph-mon[110373]: pgmap v55: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-18T13:27:45.842 INFO:teuthology.orchestra.run.smithi027.stdout: 5 58312 8.60 MB/sec execute 70 sec latency 138.291 ms 2023-12-18T13:27:46.289 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:27:46.848 INFO:teuthology.orchestra.run.smithi027.stdout: 5 58696 8.63 MB/sec execute 71 sec latency 98.884 ms 2023-12-18T13:27:47.299 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:47 smithi027 ceph-mon[107749]: pgmap v56: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-18T13:27:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:47 smithi192 ceph-mon[110373]: pgmap v56: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-12-18T13:27:47.855 INFO:teuthology.orchestra.run.smithi027.stdout: 5 58942 8.59 MB/sec execute 72 sec latency 145.765 ms 2023-12-18T13:27:48.861 INFO:teuthology.orchestra.run.smithi027.stdout: 5 59368 8.65 MB/sec execute 73 sec latency 126.853 ms 2023-12-18T13:27:49.832 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:49 smithi027 ceph-mon[107749]: pgmap v57: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-18T13:27:49.863 INFO:teuthology.orchestra.run.smithi027.stdout: 5 59744 8.66 MB/sec execute 74 sec latency 129.920 ms 2023-12-18T13:27:50.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:49 smithi192 ceph-mon[110373]: pgmap v57: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-18T13:27:50.863 INFO:teuthology.orchestra.run.smithi027.stdout: 5 60095 8.73 MB/sec execute 75 sec latency 129.541 ms 2023-12-18T13:27:51.864 INFO:teuthology.orchestra.run.smithi027.stdout: 5 60401 8.71 MB/sec execute 76 sec latency 132.390 ms 2023-12-18T13:27:52.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:52 smithi027 ceph-mon[107749]: pgmap v58: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-18T13:27:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:52 smithi192 ceph-mon[110373]: pgmap v58: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-18T13:27:52.864 INFO:teuthology.orchestra.run.smithi027.stdout: 5 60731 8.66 MB/sec execute 77 sec latency 129.328 ms 2023-12-18T13:27:53.866 INFO:teuthology.orchestra.run.smithi027.stdout: 5 61018 8.65 MB/sec execute 78 sec latency 129.645 ms 2023-12-18T13:27:54.168 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:54 smithi027 ceph-mon[107749]: pgmap v59: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-18T13:27:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:54 smithi192 ceph-mon[110373]: pgmap v59: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-18T13:27:54.864 INFO:teuthology.orchestra.run.smithi027.stdout: 5 61384 8.63 MB/sec execute 79 sec latency 138.578 ms 2023-12-18T13:27:55.867 INFO:teuthology.orchestra.run.smithi027.stdout: 5 61695 8.63 MB/sec execute 80 sec latency 129.748 ms 2023-12-18T13:27:56.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:56 smithi027 ceph-mon[107749]: pgmap v60: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 394 op/s 2023-12-18T13:27:56.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:56 smithi192 ceph-mon[110373]: pgmap v60: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 394 op/s 2023-12-18T13:27:56.867 INFO:teuthology.orchestra.run.smithi027.stdout: 5 62059 8.66 MB/sec execute 81 sec latency 134.704 ms 2023-12-18T13:27:57.867 INFO:teuthology.orchestra.run.smithi027.stdout: 5 62351 8.69 MB/sec execute 82 sec latency 131.607 ms 2023-12-18T13:27:58.260 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:27:58 smithi027 ceph-mon[107749]: pgmap v61: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 394 op/s 2023-12-18T13:27:58.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:27:58 smithi192 ceph-mon[110373]: pgmap v61: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 394 op/s 2023-12-18T13:27:58.867 INFO:teuthology.orchestra.run.smithi027.stdout: 5 62746 8.74 MB/sec execute 83 sec latency 129.363 ms 2023-12-18T13:27:59.877 INFO:teuthology.orchestra.run.smithi027.stdout: 5 63121 8.73 MB/sec execute 84 sec latency 132.823 ms 2023-12-18T13:28:00.296 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:00 smithi027 ceph-mon[107749]: pgmap v62: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 591 op/s 2023-12-18T13:28:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:00 smithi192 ceph-mon[110373]: pgmap v62: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 591 op/s 2023-12-18T13:28:00.877 INFO:teuthology.orchestra.run.smithi027.stdout: 5 63468 8.71 MB/sec execute 85 sec latency 167.312 ms 2023-12-18T13:28:01.332 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:01.877 INFO:teuthology.orchestra.run.smithi027.stdout: 5 63741 8.70 MB/sec execute 86 sec latency 126.539 ms 2023-12-18T13:28:02.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:02 smithi027 ceph-mon[107749]: pgmap v63: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 409 op/s 2023-12-18T13:28:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:02 smithi192 ceph-mon[110373]: pgmap v63: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 409 op/s 2023-12-18T13:28:02.882 INFO:teuthology.orchestra.run.smithi027.stdout: 5 64135 8.79 MB/sec execute 87 sec latency 124.261 ms 2023-12-18T13:28:03.881 INFO:teuthology.orchestra.run.smithi027.stdout: 5 64401 8.72 MB/sec execute 88 sec latency 126.593 ms 2023-12-18T13:28:04.374 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:04 smithi027 ceph-mon[107749]: pgmap v64: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 615 op/s 2023-12-18T13:28:04.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:04 smithi192 ceph-mon[110373]: pgmap v64: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 615 op/s 2023-12-18T13:28:04.892 INFO:teuthology.orchestra.run.smithi027.stdout: 5 64698 8.65 MB/sec execute 89 sec latency 120.098 ms 2023-12-18T13:28:05.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:05 smithi027 ceph-mon[107749]: pgmap v65: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:28:05.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:05 smithi192 ceph-mon[110373]: pgmap v65: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:28:05.892 INFO:teuthology.orchestra.run.smithi027.stdout: 5 65021 8.67 MB/sec execute 90 sec latency 124.059 ms 2023-12-18T13:28:06.899 INFO:teuthology.orchestra.run.smithi027.stdout: 5 65360 8.67 MB/sec execute 91 sec latency 134.384 ms 2023-12-18T13:28:07.901 INFO:teuthology.orchestra.run.smithi027.stdout: 5 65721 8.73 MB/sec execute 92 sec latency 135.369 ms 2023-12-18T13:28:08.181 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:08 smithi027 ceph-mon[107749]: pgmap v66: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:28:08.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:08 smithi192 ceph-mon[110373]: pgmap v66: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:28:08.901 INFO:teuthology.orchestra.run.smithi027.stdout: 5 66109 8.76 MB/sec execute 93 sec latency 120.907 ms 2023-12-18T13:28:09.901 INFO:teuthology.orchestra.run.smithi027.stdout: 5 66408 8.73 MB/sec execute 94 sec latency 126.738 ms 2023-12-18T13:28:10.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:10 smithi027 ceph-mon[107749]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 624 op/s 2023-12-18T13:28:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:10 smithi192 ceph-mon[110373]: pgmap v67: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 624 op/s 2023-12-18T13:28:10.901 INFO:teuthology.orchestra.run.smithi027.stdout: 5 66732 8.73 MB/sec execute 95 sec latency 123.698 ms 2023-12-18T13:28:11.901 INFO:teuthology.orchestra.run.smithi027.stdout: 5 67130 8.76 MB/sec execute 96 sec latency 130.014 ms 2023-12-18T13:28:12.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:12 smithi027 ceph-mon[107749]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-12-18T13:28:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:12 smithi192 ceph-mon[110373]: pgmap v68: 97 pgs: 97 active+clean; 348 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 426 op/s 2023-12-18T13:28:12.901 INFO:teuthology.orchestra.run.smithi027.stdout: 5 67551 8.79 MB/sec execute 97 sec latency 108.470 ms 2023-12-18T13:28:13.371 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:28:13.908 INFO:teuthology.orchestra.run.smithi027.stdout: 5 67893 8.76 MB/sec execute 98 sec latency 126.936 ms 2023-12-18T13:28:14.294 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:14 smithi027 ceph-mon[107749]: pgmap v69: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.4 MiB/s wr, 676 op/s 2023-12-18T13:28:14.329 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (8m) 2m ago 8m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (7m) 2m ago 7m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (4m) 2m ago 4m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (3m) 2m ago 3m 15.1M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (9m) 2m ago 9m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (2m) 2m ago 7m 498M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (9m) 2m ago 9m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (7m) 2m ago 7m 57.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:28:14.330 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (3m) 2m ago 3m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:28:14.331 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (3m) 2m ago 3m 80.2M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:28:14.331 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-18T13:28:14.331 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 starting - - - - 2023-12-18T13:28:14.331 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (6m) 2m ago 6m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:28:14.331 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (6m) 2m ago 6m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:28:14.332 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (6m) 2m ago 6m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:28:14.332 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (6m) 2m ago 6m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:28:14.332 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (5m) 2m ago 5m 449M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:28:14.332 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (5m) 2m ago 5m 412M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:28:14.332 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (5m) 2m ago 5m 395M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:28:14.332 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (4m) 2m ago 4m 678M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:28:14.332 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-18T13:28:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:14 smithi192 ceph-mon[110373]: pgmap v69: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.4 MiB/s wr, 676 op/s 2023-12-18T13:28:14.900 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:28:14.900 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:28:14.900 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:28:14.900 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:14.900 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:28:14.900 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:28:14.900 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:28:14.901 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:28:14.908 INFO:teuthology.orchestra.run.smithi027.stdout: 5 68237 8.75 MB/sec execute 99 sec latency 129.171 ms 2023-12-18T13:28:15.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:15 smithi027 ceph-mon[107749]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:15.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:15 smithi027 ceph-mon[107749]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:15.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:15 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3914626860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:28:15.338 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:28:15.339 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:28:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:15 smithi192 ceph-mon[110373]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:15 smithi192 ceph-mon[110373]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:15 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3914626860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:28:15.869 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:28:15.908 INFO:teuthology.orchestra.run.smithi027.stdout: 5 68572 8.77 MB/sec execute 100 sec latency 127.410 ms 2023-12-18T13:28:16.312 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:16 smithi027 ceph-mon[107749]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:16.312 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:16 smithi027 ceph-mon[107749]: pgmap v70: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 469 op/s 2023-12-18T13:28:16.312 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:16.313 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:16 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1619783718' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:28:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:16 smithi192 ceph-mon[110373]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:16 smithi192 ceph-mon[110373]: pgmap v70: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 469 op/s 2023-12-18T13:28:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:16 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1619783718' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:28:16.908 INFO:teuthology.orchestra.run.smithi027.stdout: 5 68936 8.78 MB/sec execute 101 sec latency 129.592 ms 2023-12-18T13:28:17.333 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:17 smithi027 ceph-mon[107749]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:17.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:17 smithi192 ceph-mon[110373]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:17.908 INFO:teuthology.orchestra.run.smithi027.stdout: 5 69367 8.84 MB/sec execute 102 sec latency 126.608 ms 2023-12-18T13:28:18.354 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:18 smithi027 ceph-mon[107749]: pgmap v71: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 469 op/s 2023-12-18T13:28:18.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:18 smithi192 ceph-mon[110373]: pgmap v71: 97 pgs: 97 active+clean; 356 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 469 op/s 2023-12-18T13:28:18.914 INFO:teuthology.orchestra.run.smithi027.stdout: 5 69764 8.85 MB/sec execute 103 sec latency 127.747 ms 2023-12-18T13:28:19.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:19 smithi027 ceph-mon[107749]: pgmap v72: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 692 op/s 2023-12-18T13:28:19.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:19 smithi192 ceph-mon[110373]: pgmap v72: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 692 op/s 2023-12-18T13:28:19.914 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70191 8.88 MB/sec execute 104 sec latency 108.144 ms 2023-12-18T13:28:20.914 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70431 8.85 MB/sec execute 105 sec latency 146.240 ms 2023-12-18T13:28:21.915 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70791 8.88 MB/sec execute 106 sec latency 130.259 ms 2023-12-18T13:28:22.205 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:22 smithi027 ceph-mon[107749]: pgmap v73: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 472 op/s 2023-12-18T13:28:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:22 smithi192 ceph-mon[110373]: pgmap v73: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 472 op/s 2023-12-18T13:28:22.915 INFO:teuthology.orchestra.run.smithi027.stdout: 5 71033 8.84 MB/sec execute 107 sec latency 126.705 ms 2023-12-18T13:28:23.915 INFO:teuthology.orchestra.run.smithi027.stdout: 5 71312 8.82 MB/sec execute 108 sec latency 135.826 ms 2023-12-18T13:28:24.178 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:24 smithi027 ceph-mon[107749]: pgmap v74: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 691 op/s 2023-12-18T13:28:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:24 smithi192 ceph-mon[110373]: pgmap v74: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 691 op/s 2023-12-18T13:28:24.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 71561 8.79 MB/sec execute 109 sec latency 137.020 ms 2023-12-18T13:28:25.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 71939 8.81 MB/sec execute 110 sec latency 132.243 ms 2023-12-18T13:28:26.213 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:26 smithi027 ceph-mon[107749]: pgmap v75: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T13:28:26.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:26 smithi192 ceph-mon[110373]: pgmap v75: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T13:28:26.919 INFO:teuthology.orchestra.run.smithi027.stdout: 5 72312 8.81 MB/sec execute 111 sec latency 117.938 ms 2023-12-18T13:28:27.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 72642 8.80 MB/sec execute 112 sec latency 123.842 ms 2023-12-18T13:28:28.251 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:28 smithi027 ceph-mon[107749]: pgmap v76: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T13:28:28.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:28 smithi192 ceph-mon[110373]: pgmap v76: 97 pgs: 97 active+clean; 350 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T13:28:28.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 72972 8.81 MB/sec execute 113 sec latency 126.673 ms 2023-12-18T13:28:29.922 INFO:teuthology.orchestra.run.smithi027.stdout: 5 73349 8.82 MB/sec execute 114 sec latency 123.667 ms 2023-12-18T13:28:30.299 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:30 smithi027 ceph-mon[107749]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2023-12-18T13:28:30.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:30 smithi192 ceph-mon[110373]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 625 op/s 2023-12-18T13:28:30.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 73594 8.79 MB/sec execute 115 sec latency 198.420 ms 2023-12-18T13:28:31.333 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:31.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:31.921 INFO:teuthology.orchestra.run.smithi027.stdout: 5 73958 8.83 MB/sec execute 116 sec latency 127.142 ms 2023-12-18T13:28:32.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:32 smithi027 ceph-mon[107749]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-18T13:28:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:32 smithi192 ceph-mon[110373]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-18T13:28:32.923 INFO:teuthology.orchestra.run.smithi027.stdout: 5 74280 8.83 MB/sec execute 117 sec latency 121.209 ms 2023-12-18T13:28:33.361 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:33 smithi027 ceph-mon[107749]: pgmap v79: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 598 op/s 2023-12-18T13:28:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:33 smithi192 ceph-mon[110373]: pgmap v79: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 598 op/s 2023-12-18T13:28:33.922 INFO:teuthology.orchestra.run.smithi027.stdout: 5 74578 8.82 MB/sec execute 118 sec latency 139.469 ms 2023-12-18T13:28:34.923 INFO:teuthology.orchestra.run.smithi027.stdout: 5 74853 8.80 MB/sec execute 119 sec latency 134.617 ms 2023-12-18T13:28:35.923 INFO:teuthology.orchestra.run.smithi027.stdout: 5 75231 8.83 MB/sec execute 120 sec latency 141.293 ms 2023-12-18T13:28:35.923 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:35 smithi027 ceph-mon[107749]: pgmap v80: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-18T13:28:36.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:35 smithi192 ceph-mon[110373]: pgmap v80: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-18T13:28:36.923 INFO:teuthology.orchestra.run.smithi027.stdout: 5 75568 8.83 MB/sec execute 121 sec latency 121.084 ms 2023-12-18T13:28:37.922 INFO:teuthology.orchestra.run.smithi027.stdout: 5 75919 8.81 MB/sec execute 122 sec latency 120.750 ms 2023-12-18T13:28:38.225 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:38 smithi027 ceph-mon[107749]: pgmap v81: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-18T13:28:38.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:38 smithi192 ceph-mon[110373]: pgmap v81: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-18T13:28:38.922 INFO:teuthology.orchestra.run.smithi027.stdout: 5 76239 8.78 MB/sec execute 123 sec latency 105.550 ms 2023-12-18T13:28:39.923 INFO:teuthology.orchestra.run.smithi027.stdout: 5 76564 8.81 MB/sec execute 124 sec latency 120.517 ms 2023-12-18T13:28:40.260 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:40 smithi027 ceph-mon[107749]: pgmap v82: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 574 op/s 2023-12-18T13:28:40.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:40 smithi192 ceph-mon[110373]: pgmap v82: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 574 op/s 2023-12-18T13:28:40.922 INFO:teuthology.orchestra.run.smithi027.stdout: 5 76871 8.80 MB/sec execute 125 sec latency 126.824 ms 2023-12-18T13:28:41.923 INFO:teuthology.orchestra.run.smithi027.stdout: 5 77204 8.81 MB/sec execute 126 sec latency 132.371 ms 2023-12-18T13:28:42.333 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:42 smithi027 ceph-mon[107749]: pgmap v83: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-12-18T13:28:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:42 smithi192 ceph-mon[110373]: pgmap v83: 97 pgs: 97 active+clean; 349 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-12-18T13:28:42.929 INFO:teuthology.orchestra.run.smithi027.stdout: 5 77548 8.83 MB/sec execute 127 sec latency 134.510 ms 2023-12-18T13:28:43.930 INFO:teuthology.orchestra.run.smithi027.stdout: 5 77834 8.81 MB/sec execute 128 sec latency 139.485 ms 2023-12-18T13:28:44.372 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:44 smithi027 ceph-mon[107749]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2023-12-18T13:28:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:44 smithi192 ceph-mon[110373]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2023-12-18T13:28:44.930 INFO:teuthology.orchestra.run.smithi027.stdout: 5 78123 8.80 MB/sec execute 129 sec latency 126.944 ms 2023-12-18T13:28:45.932 INFO:teuthology.orchestra.run.smithi027.stdout: 5 78425 8.82 MB/sec execute 130 sec latency 128.862 ms 2023-12-18T13:28:46.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:46 smithi027 ceph-mon[107749]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-18T13:28:46.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:46.365 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:28:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:46 smithi192 ceph-mon[110373]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-18T13:28:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:28:46.934 INFO:teuthology.orchestra.run.smithi027.stdout: 5 78707 8.81 MB/sec execute 131 sec latency 129.240 ms 2023-12-18T13:28:47.319 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (8m) 2m ago 8m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (8m) 2m ago 8m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (4m) 2m ago 4m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (4m) 2m ago 4m 15.1M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (9m) 2m ago 9m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (2m) 2m ago 8m 498M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (9m) 2m ago 9m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (8m) 2m ago 8m 57.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (4m) 2m ago 4m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (4m) 2m ago 4m 80.2M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:28:47.320 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 starting - - - - 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (7m) 2m ago 7m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (7m) 2m ago 7m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (6m) 2m ago 6m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (6m) 2m ago 6m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (6m) 2m ago 6m 449M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (6m) 2m ago 6m 412M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (5m) 2m ago 5m 395M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (5m) 2m ago 5m 678M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:28:47.321 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-18T13:28:47.445 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:47 smithi027 ceph-mon[107749]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:47.445 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:47 smithi027 ceph-mon[107749]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-18T13:28:47.445 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:47 smithi027 ceph-mon[107749]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:47 smithi192 ceph-mon[110373]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:47 smithi192 ceph-mon[110373]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-18T13:28:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:47 smithi192 ceph-mon[110373]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:47.873 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:28:47.873 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:28:47.873 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:28:47.873 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:47.873 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:28:47.873 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:28:47.873 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:28:47.874 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:28:47.932 INFO:teuthology.orchestra.run.smithi027.stdout: 5 79009 8.81 MB/sec execute 132 sec latency 129.543 ms 2023-12-18T13:28:48.202 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:48 smithi027 ceph-mon[107749]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:48.202 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:48 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3084696663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:28:48.362 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:28:48.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:48 smithi192 ceph-mon[110373]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:48.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:48 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3084696663' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:28:48.933 INFO:teuthology.orchestra.run.smithi027.stdout: 5 79282 8.77 MB/sec execute 133 sec latency 134.495 ms 2023-12-18T13:28:48.957 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:28:49.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:49 smithi027 ceph-mon[107749]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:49.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:49 smithi027 ceph-mon[107749]: pgmap v87: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 572 op/s 2023-12-18T13:28:49.222 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:49 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/965316920' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:28:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:49 smithi192 ceph-mon[110373]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:28:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:49 smithi192 ceph-mon[110373]: pgmap v87: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 572 op/s 2023-12-18T13:28:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:49 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/965316920' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:28:49.933 INFO:teuthology.orchestra.run.smithi027.stdout: 5 79631 8.76 MB/sec execute 134 sec latency 130.824 ms 2023-12-18T13:28:50.933 INFO:teuthology.orchestra.run.smithi027.stdout: 5 80008 8.78 MB/sec execute 135 sec latency 104.871 ms 2023-12-18T13:28:51.933 INFO:teuthology.orchestra.run.smithi027.stdout: 5 80399 8.79 MB/sec execute 136 sec latency 87.843 ms 2023-12-18T13:28:52.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:52 smithi027 ceph-mon[107749]: pgmap v88: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-18T13:28:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:52 smithi192 ceph-mon[110373]: pgmap v88: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 377 op/s 2023-12-18T13:28:52.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 80753 8.82 MB/sec execute 137 sec latency 128.152 ms 2023-12-18T13:28:53.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 80999 8.80 MB/sec execute 138 sec latency 139.725 ms 2023-12-18T13:28:54.340 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:54 smithi027 ceph-mon[107749]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 585 op/s 2023-12-18T13:28:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:54 smithi192 ceph-mon[110373]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 585 op/s 2023-12-18T13:28:54.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 81321 8.77 MB/sec execute 139 sec latency 123.433 ms 2023-12-18T13:28:55.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 81682 8.78 MB/sec execute 140 sec latency 121.180 ms 2023-12-18T13:28:56.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:56 smithi027 ceph-mon[107749]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:28:56.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:56 smithi192 ceph-mon[110373]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:28:56.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 81892 8.76 MB/sec execute 141 sec latency 140.235 ms 2023-12-18T13:28:57.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 82274 8.80 MB/sec execute 142 sec latency 145.436 ms 2023-12-18T13:28:58.204 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:28:58 smithi027 ceph-mon[107749]: pgmap v91: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:28:58.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:28:58 smithi192 ceph-mon[110373]: pgmap v91: 97 pgs: 97 active+clean; 343 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 385 op/s 2023-12-18T13:28:58.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 82609 8.77 MB/sec execute 143 sec latency 126.733 ms 2023-12-18T13:28:59.937 INFO:teuthology.orchestra.run.smithi027.stdout: 5 82907 8.77 MB/sec execute 144 sec latency 139.660 ms 2023-12-18T13:29:00.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:00 smithi027 ceph-mon[107749]: pgmap v92: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-18T13:29:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:00 smithi192 ceph-mon[110373]: pgmap v92: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-18T13:29:00.943 INFO:teuthology.orchestra.run.smithi027.stdout: 5 83234 8.79 MB/sec execute 145 sec latency 96.743 ms 2023-12-18T13:29:01.245 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:01.943 INFO:teuthology.orchestra.run.smithi027.stdout: 5 83559 8.79 MB/sec execute 146 sec latency 129.915 ms 2023-12-18T13:29:02.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:02 smithi027 ceph-mon[107749]: pgmap v93: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-18T13:29:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:02 smithi192 ceph-mon[110373]: pgmap v93: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-12-18T13:29:02.943 INFO:teuthology.orchestra.run.smithi027.stdout: 5 83966 8.82 MB/sec execute 147 sec latency 134.161 ms 2023-12-18T13:29:03.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:03 smithi027 ceph-mon[107749]: pgmap v94: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 587 op/s 2023-12-18T13:29:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:03 smithi192 ceph-mon[110373]: pgmap v94: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 587 op/s 2023-12-18T13:29:03.943 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84246 8.79 MB/sec execute 148 sec latency 135.884 ms 2023-12-18T13:29:04.943 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84549 8.78 MB/sec execute 149 sec latency 132.182 ms 2023-12-18T13:29:05.822 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:05 smithi027 ceph-mon[107749]: pgmap v95: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:29:05.945 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84884 8.79 MB/sec execute 150 sec latency 129.564 ms 2023-12-18T13:29:06.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:05 smithi192 ceph-mon[110373]: pgmap v95: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:29:06.947 INFO:teuthology.orchestra.run.smithi027.stdout: 5 85195 8.78 MB/sec execute 151 sec latency 131.467 ms 2023-12-18T13:29:07.949 INFO:teuthology.orchestra.run.smithi027.stdout: 5 85448 8.76 MB/sec execute 152 sec latency 123.875 ms 2023-12-18T13:29:08.108 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:08 smithi027 ceph-mon[107749]: pgmap v96: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:29:08.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:08 smithi192 ceph-mon[110373]: pgmap v96: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:29:08.949 INFO:teuthology.orchestra.run.smithi027.stdout: 5 85796 8.78 MB/sec execute 153 sec latency 129.767 ms 2023-12-18T13:29:09.956 INFO:teuthology.orchestra.run.smithi027.stdout: 5 86100 8.76 MB/sec execute 154 sec latency 126.376 ms 2023-12-18T13:29:10.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:10 smithi027 ceph-mon[107749]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-12-18T13:29:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:10 smithi192 ceph-mon[110373]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-12-18T13:29:10.955 INFO:teuthology.orchestra.run.smithi027.stdout: 5 86455 8.76 MB/sec execute 155 sec latency 122.862 ms 2023-12-18T13:29:11.956 INFO:teuthology.orchestra.run.smithi027.stdout: 5 86745 8.74 MB/sec execute 156 sec latency 148.997 ms 2023-12-18T13:29:12.175 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:12 smithi027 ceph-mon[107749]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-12-18T13:29:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:12 smithi192 ceph-mon[110373]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-12-18T13:29:12.965 INFO:teuthology.orchestra.run.smithi027.stdout: 5 87074 8.76 MB/sec execute 157 sec latency 135.331 ms 2023-12-18T13:29:13.965 INFO:teuthology.orchestra.run.smithi027.stdout: 5 87365 8.77 MB/sec execute 158 sec latency 186.400 ms 2023-12-18T13:29:14.241 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:14 smithi027 ceph-mon[107749]: pgmap v99: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 579 op/s 2023-12-18T13:29:14.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:14 smithi192 ceph-mon[110373]: pgmap v99: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 579 op/s 2023-12-18T13:29:14.965 INFO:teuthology.orchestra.run.smithi027.stdout: 5 87745 8.77 MB/sec execute 159 sec latency 127.058 ms 2023-12-18T13:29:15.977 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88037 8.77 MB/sec execute 160 sec latency 122.696 ms 2023-12-18T13:29:16.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:16 smithi027 ceph-mon[107749]: pgmap v100: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-12-18T13:29:16.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:16 smithi192 ceph-mon[110373]: pgmap v100: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-12-18T13:29:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:16.977 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88359 8.76 MB/sec execute 161 sec latency 194.573 ms 2023-12-18T13:29:17.978 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88696 8.77 MB/sec execute 162 sec latency 117.655 ms 2023-12-18T13:29:18.355 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:18 smithi027 ceph-mon[107749]: pgmap v101: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-12-18T13:29:18.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:18 smithi192 ceph-mon[110373]: pgmap v101: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-12-18T13:29:18.982 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88938 8.75 MB/sec execute 163 sec latency 211.126 ms 2023-12-18T13:29:19.442 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:29:19.982 INFO:teuthology.orchestra.run.smithi027.stdout: 5 89181 8.74 MB/sec execute 164 sec latency 126.934 ms 2023-12-18T13:29:20.166 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:20 smithi027 ceph-mon[107749]: pgmap v102: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.9 MiB/s wr, 572 op/s 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (9m) 3m ago 9m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (8m) 3m ago 8m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (5m) 3m ago 5m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (5m) 3m ago 5m 15.1M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:29:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (10m) 3m ago 10m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (3m) 3m ago 8m 498M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (10m) 3m ago 10m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (8m) 3m ago 8m 57.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (4m) 3m ago 4m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (4m) 3m ago 4m 80.2M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 starting - - - - 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (8m) 3m ago 8m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (7m) 3m ago 7m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (7m) 3m ago 7m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (7m) 3m ago 7m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (6m) 3m ago 6m 449M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (6m) 3m ago 6m 412M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (6m) 3m ago 6m 395M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:29:20.367 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (6m) 3m ago 6m 678M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:29:20.368 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-18T13:29:20.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:20 smithi192 ceph-mon[110373]: pgmap v102: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.9 MiB/s wr, 572 op/s 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:20.936 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:29:20.937 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:29:20.982 INFO:teuthology.orchestra.run.smithi027.stdout: 5 89428 8.74 MB/sec execute 165 sec latency 134.987 ms 2023-12-18T13:29:21.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:21 smithi027 ceph-mon[107749]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:21.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:21 smithi027 ceph-mon[107749]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:21.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:21 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3954788115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:29:21.416 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:29:21.417 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:29:21.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:21 smithi192 ceph-mon[110373]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:21.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:21 smithi192 ceph-mon[110373]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:21.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:21 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3954788115' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:29:21.977 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:29:21.989 INFO:teuthology.orchestra.run.smithi027.stdout: 5 89649 8.71 MB/sec execute 166 sec latency 120.601 ms 2023-12-18T13:29:22.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:22 smithi027 ceph-mon[107749]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:22.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:22 smithi027 ceph-mon[107749]: pgmap v103: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-18T13:29:22.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:22 smithi027 ceph-mon[107749]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:22.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:22 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1248114478' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:29:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:22 smithi192 ceph-mon[110373]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:22 smithi192 ceph-mon[110373]: pgmap v103: 97 pgs: 97 active+clean; 351 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-18T13:29:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:22 smithi192 ceph-mon[110373]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:22 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1248114478' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:29:22.989 INFO:teuthology.orchestra.run.smithi027.stdout: 5 90026 8.71 MB/sec execute 167 sec latency 121.912 ms 2023-12-18T13:29:23.212 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:23 smithi027 ceph-mon[107749]: pgmap v104: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-12-18T13:29:23.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:23 smithi192 ceph-mon[110373]: pgmap v104: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-12-18T13:29:23.989 INFO:teuthology.orchestra.run.smithi027.stdout: 5 90260 8.69 MB/sec execute 168 sec latency 142.555 ms 2023-12-18T13:29:24.993 INFO:teuthology.orchestra.run.smithi027.stdout: 5 90494 8.67 MB/sec execute 169 sec latency 148.818 ms 2023-12-18T13:29:25.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:25 smithi027 ceph-mon[107749]: pgmap v105: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T13:29:25.994 INFO:teuthology.orchestra.run.smithi027.stdout: 5 90881 8.69 MB/sec execute 170 sec latency 118.879 ms 2023-12-18T13:29:26.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:25 smithi192 ceph-mon[110373]: pgmap v105: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T13:29:26.993 INFO:teuthology.orchestra.run.smithi027.stdout: 5 91200 8.69 MB/sec execute 171 sec latency 135.126 ms 2023-12-18T13:29:27.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 91479 8.70 MB/sec execute 172 sec latency 135.410 ms 2023-12-18T13:29:28.341 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:28 smithi027 ceph-mon[107749]: pgmap v106: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T13:29:28.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:28 smithi192 ceph-mon[110373]: pgmap v106: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T13:29:28.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 91772 8.69 MB/sec execute 173 sec latency 126.651 ms 2023-12-18T13:29:29.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 92115 8.70 MB/sec execute 174 sec latency 128.877 ms 2023-12-18T13:29:30.361 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:30 smithi027 ceph-mon[107749]: pgmap v107: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-12-18T13:29:30.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:30 smithi192 ceph-mon[110373]: pgmap v107: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-12-18T13:29:30.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 92398 8.68 MB/sec execute 175 sec latency 210.891 ms 2023-12-18T13:29:31.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:31.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:31.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 92679 8.69 MB/sec execute 176 sec latency 129.844 ms 2023-12-18T13:29:32.195 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:32 smithi027 ceph-mon[107749]: pgmap v108: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T13:29:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:32 smithi192 ceph-mon[110373]: pgmap v108: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T13:29:32.997 INFO:teuthology.orchestra.run.smithi027.stdout: 5 92939 8.70 MB/sec execute 177 sec latency 126.305 ms 2023-12-18T13:29:33.209 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:33 smithi027 ceph-mon[107749]: pgmap v109: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-18T13:29:33.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:33 smithi192 ceph-mon[110373]: pgmap v109: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-18T13:29:33.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 93222 8.68 MB/sec execute 178 sec latency 105.064 ms 2023-12-18T13:29:34.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 93498 8.64 MB/sec execute 179 sec latency 128.671 ms 2023-12-18T13:29:35.769 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:35 smithi027 ceph-mon[107749]: pgmap v110: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-18T13:29:35.996 INFO:teuthology.orchestra.run.smithi027.stdout: 5 93714 8.63 MB/sec execute 180 sec latency 126.907 ms 2023-12-18T13:29:36.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:35 smithi192 ceph-mon[110373]: pgmap v110: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-18T13:29:36.997 INFO:teuthology.orchestra.run.smithi027.stdout: 5 94012 8.64 MB/sec execute 181 sec latency 123.565 ms 2023-12-18T13:29:38.003 INFO:teuthology.orchestra.run.smithi027.stdout: 5 94271 8.61 MB/sec execute 182 sec latency 195.377 ms 2023-12-18T13:29:38.320 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:38 smithi027 ceph-mon[107749]: pgmap v111: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-18T13:29:38.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:38 smithi192 ceph-mon[110373]: pgmap v111: 97 pgs: 97 active+clean; 355 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-18T13:29:39.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 94650 8.63 MB/sec execute 183 sec latency 126.538 ms 2023-12-18T13:29:40.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 94895 8.62 MB/sec execute 184 sec latency 132.267 ms 2023-12-18T13:29:40.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:40 smithi027 ceph-mon[107749]: pgmap v112: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-12-18T13:29:40.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:40 smithi192 ceph-mon[110373]: pgmap v112: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-12-18T13:29:41.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95196 8.63 MB/sec execute 185 sec latency 129.952 ms 2023-12-18T13:29:42.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95444 8.61 MB/sec execute 186 sec latency 134.322 ms 2023-12-18T13:29:42.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:42 smithi027 ceph-mon[107749]: pgmap v113: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-18T13:29:42.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:42 smithi192 ceph-mon[110373]: pgmap v113: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-12-18T13:29:43.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95726 8.61 MB/sec execute 187 sec latency 155.907 ms 2023-12-18T13:29:44.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95922 8.58 MB/sec execute 188 sec latency 154.618 ms 2023-12-18T13:29:44.177 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:44 smithi027 ceph-mon[107749]: pgmap v114: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-18T13:29:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:44 smithi192 ceph-mon[110373]: pgmap v114: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-18T13:29:45.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96086 8.56 MB/sec execute 189 sec latency 132.611 ms 2023-12-18T13:29:46.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96343 8.56 MB/sec execute 190 sec latency 195.434 ms 2023-12-18T13:29:46.242 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:46 smithi027 ceph-mon[107749]: pgmap v115: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T13:29:46.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:46 smithi192 ceph-mon[110373]: pgmap v115: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T13:29:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:29:47.011 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96568 8.56 MB/sec execute 191 sec latency 139.995 ms 2023-12-18T13:29:48.016 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96813 8.53 MB/sec execute 192 sec latency 94.334 ms 2023-12-18T13:29:48.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:48 smithi027 ceph-mon[107749]: pgmap v116: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T13:29:48.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:48 smithi192 ceph-mon[110373]: pgmap v116: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-12-18T13:29:49.026 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97159 8.53 MB/sec execute 193 sec latency 126.840 ms 2023-12-18T13:29:49.320 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:49 smithi027 ceph-mon[107749]: pgmap v117: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-18T13:29:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:49 smithi192 ceph-mon[110373]: pgmap v117: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-18T13:29:50.030 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97343 8.51 MB/sec execute 194 sec latency 131.459 ms 2023-12-18T13:29:51.031 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97656 8.52 MB/sec execute 195 sec latency 137.421 ms 2023-12-18T13:29:52.032 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97936 8.51 MB/sec execute 196 sec latency 117.469 ms 2023-12-18T13:29:52.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:52 smithi027 ceph-mon[107749]: pgmap v118: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-12-18T13:29:52.465 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:29:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:52 smithi192 ceph-mon[110373]: pgmap v118: 97 pgs: 97 active+clean; 349 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-12-18T13:29:53.032 INFO:teuthology.orchestra.run.smithi027.stdout: 5 98203 8.51 MB/sec execute 197 sec latency 126.297 ms 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (9m) 3m ago 9m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (9m) 3m ago 9m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (5m) 3m ago 5m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (5m) 3m ago 5m 15.1M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (10m) 3m ago 10m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (4m) 3m ago 9m 498M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (10m) 3m ago 10m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:29:53.394 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (9m) 3m ago 9m 57.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (5m) 3m ago 5m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (5m) 3m ago 5m 80.2M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 starting - - - - 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (8m) 3m ago 8m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (8m) 3m ago 8m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (7m) 3m ago 7m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (7m) 3m ago 7m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (7m) 3m ago 7m 449M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (7m) 3m ago 7m 412M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (6m) 3m ago 6m 395M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (6m) 3m ago 6m 678M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:29:53.395 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-18T13:29:53.976 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:29:53.976 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:29:53.976 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:29:53.976 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:53.976 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:29:53.977 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:29:54.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 98466 8.52 MB/sec execute 198 sec latency 205.274 ms 2023-12-18T13:29:54.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:54 smithi027 ceph-mon[107749]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:54.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:54 smithi027 ceph-mon[107749]: pgmap v119: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T13:29:54.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:54 smithi027 ceph-mon[107749]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:54.208 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:54 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/1706294008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-18T13:29:54.477 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:29:54.557 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:54 smithi192 ceph-mon[110373]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:54.558 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:54 smithi192 ceph-mon[110373]: pgmap v119: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T13:29:54.558 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:54 smithi192 ceph-mon[110373]: from='client.24515 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:54.558 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:54 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/1706294008' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:29:55.037 INFO:teuthology.orchestra.run.smithi027.stdout: 5 98746 8.51 MB/sec execute 199 sec latency 133.107 ms 2023-12-18T13:29:55.067 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-18T13:29:55.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:55 smithi027 ceph-mon[107749]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:55.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:55 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/514273160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:29:55.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:55 smithi192 ceph-mon[110373]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:55.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:55 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/514273160' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:29:56.039 INFO:teuthology.orchestra.run.smithi027.stdout: 5 99081 8.49 MB/sec execute 200 sec latency 129.647 ms 2023-12-18T13:29:56.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:56 smithi027 ceph-mon[107749]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:56.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:56 smithi027 ceph-mon[107749]: pgmap v120: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-18T13:29:56.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:56 smithi192 ceph-mon[110373]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:29:56.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:56 smithi192 ceph-mon[110373]: pgmap v120: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-18T13:29:57.037 INFO:teuthology.orchestra.run.smithi027.stdout: 5 99350 8.49 MB/sec execute 201 sec latency 148.842 ms 2023-12-18T13:29:58.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 99568 8.47 MB/sec execute 202 sec latency 131.934 ms 2023-12-18T13:29:58.277 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:58 smithi027 ceph-mon[107749]: pgmap v121: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-18T13:29:58.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:58 smithi192 ceph-mon[110373]: pgmap v121: 97 pgs: 97 active+clean; 350 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 300 op/s 2023-12-18T13:29:59.039 INFO:teuthology.orchestra.run.smithi027.stdout: 5 99894 8.48 MB/sec execute 203 sec latency 130.164 ms 2023-12-18T13:29:59.307 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:29:59 smithi027 ceph-mon[107749]: pgmap v122: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-12-18T13:29:59.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:29:59 smithi192 ceph-mon[110373]: pgmap v122: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 470 op/s 2023-12-18T13:30:00.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100208 8.49 MB/sec execute 204 sec latency 201.904 ms 2023-12-18T13:30:00.322 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:00 smithi027 ceph-mon[107749]: overall HEALTH_OK 2023-12-18T13:30:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:00 smithi192 ceph-mon[110373]: overall HEALTH_OK 2023-12-18T13:30:01.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100530 8.48 MB/sec execute 205 sec latency 112.075 ms 2023-12-18T13:30:01.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:01 smithi027 ceph-mon[107749]: pgmap v123: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-18T13:30:01.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:01 smithi192 ceph-mon[110373]: pgmap v123: 97 pgs: 97 active+clean; 352 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-18T13:30:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:02.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100746 8.47 MB/sec execute 206 sec latency 123.595 ms 2023-12-18T13:30:03.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100969 8.44 MB/sec execute 207 sec latency 105.557 ms 2023-12-18T13:30:03.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:03 smithi027 ceph-mon[107749]: pgmap v124: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-18T13:30:04.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 101278 8.45 MB/sec execute 208 sec latency 140.126 ms 2023-12-18T13:30:04.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:03 smithi192 ceph-mon[110373]: pgmap v124: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 500 op/s 2023-12-18T13:30:05.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 101552 8.44 MB/sec execute 209 sec latency 141.183 ms 2023-12-18T13:30:05.961 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:05 smithi027 ceph-mon[107749]: pgmap v125: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T13:30:06.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 101849 8.46 MB/sec execute 210 sec latency 135.607 ms 2023-12-18T13:30:06.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:05 smithi192 ceph-mon[110373]: pgmap v125: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T13:30:07.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 102177 8.47 MB/sec execute 211 sec latency 127.957 ms 2023-12-18T13:30:08.039 INFO:teuthology.orchestra.run.smithi027.stdout: 5 102551 8.46 MB/sec execute 212 sec latency 127.830 ms 2023-12-18T13:30:08.240 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:08 smithi027 ceph-mon[107749]: pgmap v126: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T13:30:08.240 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:08 smithi027 ceph-mon[107749]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:30:08.240 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:08 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:08.240 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:08 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:30:08.240 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:08 smithi027 ceph-mon[107749]: pgmap v127: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 598 op/s 2023-12-18T13:30:08.241 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:08 smithi027 ceph-mon[107749]: Health check failed: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T13:30:08.547 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:08 smithi192 ceph-mon[110373]: pgmap v126: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T13:30:08.547 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:08 smithi192 ceph-mon[110373]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:30:08.547 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:08 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:08.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:08 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:30:08.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:08 smithi192 ceph-mon[110373]: pgmap v127: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 598 op/s 2023-12-18T13:30:08.548 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:08 smithi192 ceph-mon[110373]: Health check failed: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T13:30:09.039 INFO:teuthology.orchestra.run.smithi027.stdout: 5 102799 8.44 MB/sec execute 213 sec latency 133.527 ms 2023-12-18T13:30:10.040 INFO:teuthology.orchestra.run.smithi027.stdout: 5 103069 8.44 MB/sec execute 214 sec latency 139.103 ms 2023-12-18T13:30:10.309 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:10 smithi027 ceph-mon[107749]: pgmap v128: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-18T13:30:10.309 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:10 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:10.309 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:10 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:10 smithi192 ceph-mon[110373]: pgmap v128: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-18T13:30:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:10 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:10 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:11.040 INFO:teuthology.orchestra.run.smithi027.stdout: 5 103400 8.45 MB/sec execute 215 sec latency 129.423 ms 2023-12-18T13:30:12.040 INFO:teuthology.orchestra.run.smithi027.stdout: 5 103714 8.46 MB/sec execute 216 sec latency 128.914 ms 2023-12-18T13:30:12.354 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:12 smithi027 ceph-mon[107749]: pgmap v129: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-18T13:30:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:12 smithi192 ceph-mon[110373]: pgmap v129: 97 pgs: 97 active+clean; 352 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.1 MiB/s wr, 402 op/s 2023-12-18T13:30:13.040 INFO:teuthology.orchestra.run.smithi027.stdout: 5 104019 8.45 MB/sec execute 217 sec latency 126.722 ms 2023-12-18T13:30:14.041 INFO:teuthology.orchestra.run.smithi027.stdout: 5 104283 8.44 MB/sec execute 218 sec latency 134.077 ms 2023-12-18T13:30:14.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:14 smithi027 ceph-mon[107749]: pgmap v130: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-18T13:30:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:14 smithi192 ceph-mon[110373]: pgmap v130: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-18T13:30:15.041 INFO:teuthology.orchestra.run.smithi027.stdout: 5 104573 8.42 MB/sec execute 219 sec latency 124.472 ms 2023-12-18T13:30:16.041 INFO:teuthology.orchestra.run.smithi027.stdout: 5 104922 8.43 MB/sec execute 220 sec latency 126.416 ms 2023-12-18T13:30:16.199 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:16 smithi027 ceph-mon[107749]: pgmap v131: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-18T13:30:16.200 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:16 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:16.200 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:16 smithi192 ceph-mon[110373]: pgmap v131: 97 pgs: 97 active+clean; 350 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-18T13:30:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:16 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:30:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:17.041 INFO:teuthology.orchestra.run.smithi027.stdout: 5 105222 8.42 MB/sec execute 221 sec latency 132.393 ms 2023-12-18T13:30:18.051 INFO:teuthology.orchestra.run.smithi027.stdout: 5 105566 8.45 MB/sec execute 222 sec latency 120.603 ms 2023-12-18T13:30:18.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:18 smithi027 ceph-mon[107749]: pgmap v132: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 632 op/s 2023-12-18T13:30:18.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:18 smithi192 ceph-mon[110373]: pgmap v132: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 632 op/s 2023-12-18T13:30:19.056 INFO:teuthology.orchestra.run.smithi027.stdout: 5 105892 8.45 MB/sec execute 223 sec latency 136.625 ms 2023-12-18T13:30:19.286 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:19 smithi027 ceph-mon[107749]: pgmap v133: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-18T13:30:19.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:19 smithi192 ceph-mon[110373]: pgmap v133: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-18T13:30:20.061 INFO:teuthology.orchestra.run.smithi027.stdout: 5 106169 8.44 MB/sec execute 224 sec latency 145.880 ms 2023-12-18T13:30:21.060 INFO:teuthology.orchestra.run.smithi027.stdout: 5 106400 8.42 MB/sec execute 225 sec latency 126.861 ms 2023-12-18T13:30:22.062 INFO:teuthology.orchestra.run.smithi027.stdout: 5 106592 8.41 MB/sec execute 226 sec latency 198.269 ms 2023-12-18T13:30:22.357 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:22 smithi027 ceph-mon[107749]: pgmap v134: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-18T13:30:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:22 smithi192 ceph-mon[110373]: pgmap v134: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-12-18T13:30:23.061 INFO:teuthology.orchestra.run.smithi027.stdout: 5 106888 8.42 MB/sec execute 227 sec latency 114.463 ms 2023-12-18T13:30:24.062 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107130 8.41 MB/sec execute 228 sec latency 198.687 ms 2023-12-18T13:30:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:24 smithi027 ceph-mon[107749]: pgmap v135: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-12-18T13:30:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:24 smithi192 ceph-mon[110373]: pgmap v135: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-12-18T13:30:25.069 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107441 8.41 MB/sec execute 229 sec latency 111.813 ms 2023-12-18T13:30:25.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:25 smithi027 ceph-mon[107749]: pgmap v136: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:30:25.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:25 smithi192 ceph-mon[110373]: pgmap v136: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:30:25.579 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-18T13:30:26.077 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107632 8.39 MB/sec execute 230 sec latency 129.809 ms 2023-12-18T13:30:26.085 INFO:teuthology.orchestra.run.smithi027.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed." 2023-12-18T13:30:26.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:26 smithi027 ceph-mon[107749]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:30:26.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:26 smithi027 ceph-mon[107749]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:30:26.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:26 smithi192 ceph-mon[110373]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:30:26.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:26 smithi192 ceph-mon[110373]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:30:27.077 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107923 8.40 MB/sec execute 231 sec latency 138.149 ms 2023-12-18T13:30:27.325 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:27 smithi027 ceph-mon[107749]: pgmap v137: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-18T13:30:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:27 smithi192 ceph-mon[110373]: pgmap v137: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-18T13:30:28.077 INFO:teuthology.orchestra.run.smithi027.stdout: 5 108219 8.38 MB/sec execute 232 sec latency 120.936 ms 2023-12-18T13:30:29.077 INFO:teuthology.orchestra.run.smithi027.stdout: 5 108501 8.38 MB/sec execute 233 sec latency 143.119 ms 2023-12-18T13:30:30.077 INFO:teuthology.orchestra.run.smithi027.stdout: 5 108776 8.38 MB/sec execute 234 sec latency 135.203 ms 2023-12-18T13:30:30.376 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:30 smithi027 ceph-mon[107749]: pgmap v138: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-18T13:30:30.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:30 smithi192 ceph-mon[110373]: pgmap v138: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-18T13:30:31.077 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109061 8.38 MB/sec execute 235 sec latency 126.776 ms 2023-12-18T13:30:31.403 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:31.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:32.088 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109352 8.39 MB/sec execute 236 sec latency 117.761 ms 2023-12-18T13:30:32.171 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:32 smithi027 ceph-mon[107749]: pgmap v139: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-18T13:30:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:32 smithi192 ceph-mon[110373]: pgmap v139: 97 pgs: 97 active+clean; 352 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-18T13:30:33.088 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109674 8.37 MB/sec execute 237 sec latency 120.871 ms 2023-12-18T13:30:33.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:33 smithi027 ceph-mon[107749]: pgmap v140: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-12-18T13:30:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:33 smithi192 ceph-mon[110373]: pgmap v140: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-12-18T13:30:34.088 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109897 8.36 MB/sec execute 238 sec latency 131.999 ms 2023-12-18T13:30:35.088 INFO:teuthology.orchestra.run.smithi027.stdout: 5 110182 8.36 MB/sec execute 239 sec latency 113.719 ms 2023-12-18T13:30:36.088 INFO:teuthology.orchestra.run.smithi027.stdout: 5 110465 8.36 MB/sec execute 240 sec latency 198.467 ms 2023-12-18T13:30:36.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:36 smithi027 ceph-mon[107749]: pgmap v141: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T13:30:36.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:36 smithi192 ceph-mon[110373]: pgmap v141: 97 pgs: 97 active+clean; 350 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T13:30:37.091 INFO:teuthology.orchestra.run.smithi027.stdout: 5 110783 8.36 MB/sec execute 241 sec latency 129.555 ms 2023-12-18T13:30:37.347 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:37 smithi027 ceph-mon[107749]: pgmap v142: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-18T13:30:37.557 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:37 smithi192 ceph-mon[110373]: pgmap v142: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-18T13:30:38.091 INFO:teuthology.orchestra.run.smithi027.stdout: 5 111066 8.36 MB/sec execute 242 sec latency 122.968 ms 2023-12-18T13:30:39.097 INFO:teuthology.orchestra.run.smithi027.stdout: 5 111392 8.37 MB/sec execute 243 sec latency 126.753 ms 2023-12-18T13:30:40.098 INFO:teuthology.orchestra.run.smithi027.stdout: 5 111801 8.36 MB/sec execute 244 sec latency 121.072 ms 2023-12-18T13:30:40.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:40 smithi027 ceph-mon[107749]: pgmap v143: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-18T13:30:40.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:40 smithi192 ceph-mon[110373]: pgmap v143: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-18T13:30:41.097 INFO:teuthology.orchestra.run.smithi027.stdout: 5 112073 8.36 MB/sec execute 245 sec latency 129.433 ms 2023-12-18T13:30:42.098 INFO:teuthology.orchestra.run.smithi027.stdout: 5 112373 8.36 MB/sec execute 246 sec latency 132.850 ms 2023-12-18T13:30:42.194 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:42 smithi027 ceph-mon[107749]: pgmap v144: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-18T13:30:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:42 smithi192 ceph-mon[110373]: pgmap v144: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-12-18T13:30:43.104 INFO:teuthology.orchestra.run.smithi027.stdout: 5 112742 8.37 MB/sec execute 247 sec latency 129.629 ms 2023-12-18T13:30:44.109 INFO:teuthology.orchestra.run.smithi027.stdout: 5 113084 8.38 MB/sec execute 248 sec latency 135.508 ms 2023-12-18T13:30:44.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:44 smithi027 ceph-mon[107749]: pgmap v145: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 539 op/s 2023-12-18T13:30:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:44 smithi192 ceph-mon[110373]: pgmap v145: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 539 op/s 2023-12-18T13:30:45.103 INFO:teuthology.orchestra.run.smithi027.stdout: 5 113323 8.37 MB/sec execute 249 sec latency 137.953 ms 2023-12-18T13:30:46.103 INFO:teuthology.orchestra.run.smithi027.stdout: 5 113611 8.37 MB/sec execute 250 sec latency 132.659 ms 2023-12-18T13:30:46.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:46 smithi027 ceph-mon[107749]: pgmap v146: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-18T13:30:46.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:46 smithi192 ceph-mon[110373]: pgmap v146: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-18T13:30:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:30:47.103 INFO:teuthology.orchestra.run.smithi027.stdout: 5 113841 8.35 MB/sec execute 251 sec latency 148.186 ms 2023-12-18T13:30:47.281 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:47 smithi027 ceph-mon[107749]: pgmap v147: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-12-18T13:30:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:47 smithi192 ceph-mon[110373]: pgmap v147: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-12-18T13:30:48.103 INFO:teuthology.orchestra.run.smithi027.stdout: 5 114170 8.36 MB/sec execute 252 sec latency 121.558 ms 2023-12-18T13:30:49.103 INFO:teuthology.orchestra.run.smithi027.stdout: 5 114488 8.35 MB/sec execute 253 sec latency 123.129 ms 2023-12-18T13:30:50.103 INFO:teuthology.orchestra.run.smithi027.stdout: 5 114802 8.36 MB/sec execute 254 sec latency 126.934 ms 2023-12-18T13:30:50.359 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:50 smithi027 ceph-mon[107749]: pgmap v148: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-18T13:30:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:50 smithi192 ceph-mon[110373]: pgmap v148: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-18T13:30:51.111 INFO:teuthology.orchestra.run.smithi027.stdout: 5 115073 8.35 MB/sec execute 255 sec latency 129.697 ms 2023-12-18T13:30:52.111 INFO:teuthology.orchestra.run.smithi027.stdout: 5 115468 8.35 MB/sec execute 256 sec latency 142.401 ms 2023-12-18T13:30:52.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:52 smithi027 ceph-mon[107749]: pgmap v149: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-18T13:30:52.558 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:52 smithi192 ceph-mon[110373]: pgmap v149: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-18T13:30:53.119 INFO:teuthology.orchestra.run.smithi027.stdout: 5 115778 8.36 MB/sec execute 257 sec latency 129.884 ms 2023-12-18T13:30:53.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:53 smithi027 ceph-mon[107749]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 566 op/s 2023-12-18T13:30:53.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:53 smithi192 ceph-mon[110373]: pgmap v150: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 566 op/s 2023-12-18T13:30:54.119 INFO:teuthology.orchestra.run.smithi027.stdout: 5 116179 8.37 MB/sec execute 258 sec latency 129.618 ms 2023-12-18T13:30:55.119 INFO:teuthology.orchestra.run.smithi027.stdout: 5 116535 8.40 MB/sec execute 259 sec latency 143.480 ms 2023-12-18T13:30:56.119 INFO:teuthology.orchestra.run.smithi027.stdout: 5 116767 8.39 MB/sec execute 260 sec latency 125.882 ms 2023-12-18T13:30:56.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:56 smithi027 ceph-mon[107749]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:30:56.558 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:56 smithi192 ceph-mon[110373]: pgmap v151: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:30:57.119 INFO:teuthology.orchestra.run.smithi027.stdout: 5 117118 8.37 MB/sec execute 261 sec latency 126.849 ms 2023-12-18T13:30:57.242 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:30:57 smithi027 ceph-mon[107749]: pgmap v152: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 562 op/s 2023-12-18T13:30:57.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:30:57 smithi192 ceph-mon[110373]: pgmap v152: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 562 op/s 2023-12-18T13:30:58.119 INFO:teuthology.orchestra.run.smithi027.stdout: 5 117375 8.37 MB/sec execute 262 sec latency 123.852 ms 2023-12-18T13:30:59.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 117580 8.35 MB/sec execute 263 sec latency 128.654 ms 2023-12-18T13:31:00.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 117849 8.37 MB/sec execute 264 sec latency 126.739 ms 2023-12-18T13:31:00.306 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:00 smithi027 ceph-mon[107749]: pgmap v153: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-18T13:31:00.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:00 smithi192 ceph-mon[110373]: pgmap v153: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-18T13:31:01.126 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118086 8.34 MB/sec execute 265 sec latency 145.261 ms 2023-12-18T13:31:01.326 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:02.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118422 8.34 MB/sec execute 266 sec latency 130.750 ms 2023-12-18T13:31:02.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:02 smithi027 ceph-mon[107749]: pgmap v154: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-18T13:31:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:02 smithi192 ceph-mon[110373]: pgmap v154: 97 pgs: 97 active+clean; 357 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-18T13:31:03.128 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118737 8.33 MB/sec execute 267 sec latency 114.575 ms 2023-12-18T13:31:04.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118989 8.33 MB/sec execute 268 sec latency 138.752 ms 2023-12-18T13:31:04.361 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:04 smithi027 ceph-mon[107749]: pgmap v155: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-12-18T13:31:04.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:04 smithi192 ceph-mon[110373]: pgmap v155: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-12-18T13:31:05.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 119367 8.35 MB/sec execute 269 sec latency 126.871 ms 2023-12-18T13:31:06.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 119739 8.36 MB/sec execute 270 sec latency 133.487 ms 2023-12-18T13:31:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:06 smithi027 ceph-mon[107749]: pgmap v156: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-18T13:31:06.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:06 smithi192 ceph-mon[110373]: pgmap v156: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 356 op/s 2023-12-18T13:31:07.127 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120012 8.37 MB/sec execute 271 sec latency 126.704 ms 2023-12-18T13:31:07.455 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:07 smithi027 ceph-mon[107749]: pgmap v157: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 545 op/s 2023-12-18T13:31:07.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:07 smithi192 ceph-mon[110373]: pgmap v157: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 545 op/s 2023-12-18T13:31:08.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120202 8.35 MB/sec execute 272 sec latency 201.728 ms 2023-12-18T13:31:09.127 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120515 8.35 MB/sec execute 273 sec latency 143.437 ms 2023-12-18T13:31:10.130 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120855 8.34 MB/sec execute 274 sec latency 94.707 ms 2023-12-18T13:31:10.273 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:10 smithi027 ceph-mon[107749]: pgmap v158: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:31:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:10 smithi192 ceph-mon[110373]: pgmap v158: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:31:11.131 INFO:teuthology.orchestra.run.smithi027.stdout: 5 121107 8.33 MB/sec execute 275 sec latency 204.491 ms 2023-12-18T13:31:12.131 INFO:teuthology.orchestra.run.smithi027.stdout: 5 121365 8.33 MB/sec execute 276 sec latency 141.201 ms 2023-12-18T13:31:12.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:12 smithi027 ceph-mon[107749]: pgmap v159: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:31:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:12 smithi192 ceph-mon[110373]: pgmap v159: 97 pgs: 97 active+clean; 359 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-18T13:31:13.131 INFO:teuthology.orchestra.run.smithi027.stdout: 5 121717 8.33 MB/sec execute 277 sec latency 129.803 ms 2023-12-18T13:31:14.135 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122012 8.32 MB/sec execute 278 sec latency 125.838 ms 2023-12-18T13:31:14.374 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:14 smithi027 ceph-mon[107749]: pgmap v160: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-18T13:31:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:14 smithi192 ceph-mon[110373]: pgmap v160: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-12-18T13:31:15.135 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122245 8.31 MB/sec execute 279 sec latency 143.314 ms 2023-12-18T13:31:16.140 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122459 8.31 MB/sec execute 280 sec latency 126.499 ms 2023-12-18T13:31:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:16 smithi027 ceph-mon[107749]: pgmap v161: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T13:31:16.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:16 smithi192 ceph-mon[110373]: pgmap v161: 97 pgs: 97 active+clean; 349 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T13:31:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:17.143 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122687 8.30 MB/sec execute 281 sec latency 132.767 ms 2023-12-18T13:31:17.427 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:17 smithi027 ceph-mon[107749]: pgmap v162: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-18T13:31:17.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:17 smithi192 ceph-mon[110373]: pgmap v162: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-18T13:31:18.143 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122983 8.31 MB/sec execute 282 sec latency 121.316 ms 2023-12-18T13:31:19.147 INFO:teuthology.orchestra.run.smithi027.stdout: 5 123317 8.31 MB/sec execute 283 sec latency 120.378 ms 2023-12-18T13:31:20.157 INFO:teuthology.orchestra.run.smithi027.stdout: 5 123573 8.32 MB/sec execute 284 sec latency 123.844 ms 2023-12-18T13:31:20.278 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:20 smithi027 ceph-mon[107749]: pgmap v163: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:31:20.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:20 smithi192 ceph-mon[110373]: pgmap v163: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:31:21.160 INFO:teuthology.orchestra.run.smithi027.stdout: 5 123770 8.31 MB/sec execute 285 sec latency 135.201 ms 2023-12-18T13:31:22.158 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124023 8.30 MB/sec execute 286 sec latency 142.992 ms 2023-12-18T13:31:22.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:22 smithi027 ceph-mon[107749]: pgmap v164: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:31:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:22 smithi192 ceph-mon[110373]: pgmap v164: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:31:23.157 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124355 8.29 MB/sec execute 287 sec latency 131.590 ms 2023-12-18T13:31:24.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:24 smithi027 ceph-mon[107749]: pgmap v165: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-18T13:31:24.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124621 8.29 MB/sec execute 288 sec latency 123.835 ms 2023-12-18T13:31:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:24 smithi192 ceph-mon[110373]: pgmap v165: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-18T13:31:25.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124901 8.29 MB/sec execute 289 sec latency 132.980 ms 2023-12-18T13:31:26.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 125231 8.29 MB/sec execute 290 sec latency 120.928 ms 2023-12-18T13:31:26.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:26 smithi027 ceph-mon[107749]: pgmap v166: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-12-18T13:31:26.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:26 smithi192 ceph-mon[110373]: pgmap v166: 97 pgs: 97 active+clean; 356 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-12-18T13:31:27.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 125514 8.28 MB/sec execute 291 sec latency 123.487 ms 2023-12-18T13:31:27.241 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:27 smithi027 ceph-mon[107749]: pgmap v167: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-12-18T13:31:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:27 smithi192 ceph-mon[110373]: pgmap v167: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-12-18T13:31:28.171 INFO:teuthology.orchestra.run.smithi027.stdout: 5 125766 8.28 MB/sec execute 292 sec latency 129.611 ms 2023-12-18T13:31:29.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 126038 8.27 MB/sec execute 293 sec latency 130.248 ms 2023-12-18T13:31:30.172 INFO:teuthology.orchestra.run.smithi027.stdout: 5 126331 8.27 MB/sec execute 294 sec latency 136.463 ms 2023-12-18T13:31:30.345 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:30 smithi027 ceph-mon[107749]: pgmap v168: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-18T13:31:30.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:30 smithi192 ceph-mon[110373]: pgmap v168: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-18T13:31:31.171 INFO:teuthology.orchestra.run.smithi027.stdout: 5 126568 8.27 MB/sec execute 295 sec latency 127.705 ms 2023-12-18T13:31:31.372 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:31.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:32.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 126841 8.27 MB/sec execute 296 sec latency 141.934 ms 2023-12-18T13:31:32.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:32 smithi027 ceph-mon[107749]: pgmap v169: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-18T13:31:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:32 smithi192 ceph-mon[110373]: pgmap v169: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-18T13:31:33.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127101 8.27 MB/sec execute 297 sec latency 145.768 ms 2023-12-18T13:31:33.194 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:33 smithi027 ceph-mon[107749]: pgmap v170: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-12-18T13:31:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:33 smithi192 ceph-mon[110373]: pgmap v170: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-12-18T13:31:34.172 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127322 8.26 MB/sec execute 298 sec latency 142.305 ms 2023-12-18T13:31:35.171 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127545 8.26 MB/sec execute 299 sec latency 129.076 ms 2023-12-18T13:31:36.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127824 8.24 MB/sec execute 300 sec latency 134.376 ms 2023-12-18T13:31:36.278 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:36 smithi027 ceph-mon[107749]: pgmap v171: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-18T13:31:36.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:36 smithi192 ceph-mon[110373]: pgmap v171: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 337 op/s 2023-12-18T13:31:37.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 128098 8.24 MB/sec execute 301 sec latency 126.735 ms 2023-12-18T13:31:37.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:37 smithi027 ceph-mon[107749]: pgmap v172: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-18T13:31:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:37 smithi192 ceph-mon[110373]: pgmap v172: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-18T13:31:38.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 128354 8.23 MB/sec execute 302 sec latency 149.351 ms 2023-12-18T13:31:39.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 128600 8.23 MB/sec execute 303 sec latency 158.735 ms 2023-12-18T13:31:40.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 128910 8.23 MB/sec execute 304 sec latency 123.503 ms 2023-12-18T13:31:40.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:40 smithi027 ceph-mon[107749]: pgmap v173: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-18T13:31:40.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:40 smithi192 ceph-mon[110373]: pgmap v173: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-18T13:31:41.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129150 8.22 MB/sec execute 305 sec latency 142.941 ms 2023-12-18T13:31:42.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:42 smithi027 ceph-mon[107749]: pgmap v174: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-18T13:31:42.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129386 8.22 MB/sec execute 306 sec latency 144.328 ms 2023-12-18T13:31:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:42 smithi192 ceph-mon[110373]: pgmap v174: 97 pgs: 97 active+clean; 354 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 314 op/s 2023-12-18T13:31:43.181 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129604 8.21 MB/sec execute 307 sec latency 167.097 ms 2023-12-18T13:31:44.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129881 8.22 MB/sec execute 308 sec latency 123.329 ms 2023-12-18T13:31:44.205 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:44 smithi027 ceph-mon[107749]: pgmap v175: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-18T13:31:44.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:44 smithi192 ceph-mon[110373]: pgmap v175: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-18T13:31:45.182 INFO:teuthology.orchestra.run.smithi027.stdout: 5 130123 8.21 MB/sec execute 309 sec latency 132.608 ms 2023-12-18T13:31:45.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:45 smithi027 ceph-mon[107749]: pgmap v176: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-18T13:31:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:45 smithi192 ceph-mon[110373]: pgmap v176: 97 pgs: 97 active+clean; 353 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-18T13:31:46.181 INFO:teuthology.orchestra.run.smithi027.stdout: 5 130354 8.20 MB/sec execute 310 sec latency 137.389 ms 2023-12-18T13:31:46.272 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:31:47.187 INFO:teuthology.orchestra.run.smithi027.stdout: 5 130646 8.20 MB/sec execute 311 sec latency 132.947 ms 2023-12-18T13:31:47.294 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:47 smithi027 ceph-mon[107749]: pgmap v177: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-18T13:31:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:47 smithi192 ceph-mon[110373]: pgmap v177: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-18T13:31:48.187 INFO:teuthology.orchestra.run.smithi027.stdout: 5 130857 8.19 MB/sec execute 312 sec latency 134.925 ms 2023-12-18T13:31:49.187 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131120 8.18 MB/sec execute 313 sec latency 126.628 ms 2023-12-18T13:31:50.180 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:50 smithi027 ceph-mon[107749]: pgmap v178: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-12-18T13:31:50.194 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131417 8.19 MB/sec execute 314 sec latency 129.966 ms 2023-12-18T13:31:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:50 smithi192 ceph-mon[110373]: pgmap v178: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-12-18T13:31:51.194 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131613 8.18 MB/sec execute 315 sec latency 164.621 ms 2023-12-18T13:31:52.194 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131933 8.19 MB/sec execute 316 sec latency 125.878 ms 2023-12-18T13:31:52.242 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:52 smithi027 ceph-mon[107749]: pgmap v179: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-12-18T13:31:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:52 smithi192 ceph-mon[110373]: pgmap v179: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-12-18T13:31:53.202 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132215 8.18 MB/sec execute 317 sec latency 138.500 ms 2023-12-18T13:31:54.202 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132459 8.17 MB/sec execute 318 sec latency 129.160 ms 2023-12-18T13:31:54.275 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:54 smithi027 ceph-mon[107749]: pgmap v180: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2023-12-18T13:31:54.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:54 smithi192 ceph-mon[110373]: pgmap v180: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2023-12-18T13:31:55.207 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132688 8.17 MB/sec execute 319 sec latency 121.371 ms 2023-12-18T13:31:55.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:55 smithi027 ceph-mon[107749]: pgmap v181: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 303 op/s 2023-12-18T13:31:55.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:55 smithi192 ceph-mon[110373]: pgmap v181: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 303 op/s 2023-12-18T13:31:56.211 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132980 8.16 MB/sec execute 320 sec latency 130.194 ms 2023-12-18T13:31:57.220 INFO:teuthology.orchestra.run.smithi027.stdout: 5 133257 8.16 MB/sec execute 321 sec latency 133.936 ms 2023-12-18T13:31:57.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:31:57 smithi027 ceph-mon[107749]: pgmap v182: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T13:31:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:31:57 smithi192 ceph-mon[110373]: pgmap v182: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T13:31:58.221 INFO:teuthology.orchestra.run.smithi027.stdout: 5 133624 8.17 MB/sec execute 322 sec latency 134.649 ms 2023-12-18T13:31:59.225 INFO:teuthology.orchestra.run.smithi027.stdout: 5 133985 8.17 MB/sec execute 323 sec latency 118.658 ms 2023-12-18T13:32:00.223 INFO:teuthology.orchestra.run.smithi027.stdout: 5 134315 8.17 MB/sec execute 324 sec latency 127.197 ms 2023-12-18T13:32:00.367 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:00 smithi027 ceph-mon[107749]: pgmap v183: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2023-12-18T13:32:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:00 smithi192 ceph-mon[110373]: pgmap v183: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2023-12-18T13:32:01.222 INFO:teuthology.orchestra.run.smithi027.stdout: 5 134568 8.16 MB/sec execute 325 sec latency 126.199 ms 2023-12-18T13:32:01.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:02.198 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:02 smithi027 ceph-mon[107749]: pgmap v184: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2023-12-18T13:32:02.222 INFO:teuthology.orchestra.run.smithi027.stdout: 5 134850 8.17 MB/sec execute 326 sec latency 140.009 ms 2023-12-18T13:32:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:02 smithi192 ceph-mon[110373]: pgmap v184: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 318 op/s 2023-12-18T13:32:03.222 INFO:teuthology.orchestra.run.smithi027.stdout: 5 135091 8.16 MB/sec execute 327 sec latency 116.675 ms 2023-12-18T13:32:04.221 INFO:teuthology.orchestra.run.smithi027.stdout: 5 135466 8.18 MB/sec execute 328 sec latency 138.767 ms 2023-12-18T13:32:04.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:04 smithi027 ceph-mon[107749]: pgmap v185: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-12-18T13:32:04.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:04 smithi192 ceph-mon[110373]: pgmap v185: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 509 op/s 2023-12-18T13:32:05.225 INFO:teuthology.orchestra.run.smithi027.stdout: 5 135824 8.17 MB/sec execute 329 sec latency 124.024 ms 2023-12-18T13:32:05.270 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:05 smithi027 ceph-mon[107749]: pgmap v186: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-18T13:32:05.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:05 smithi192 ceph-mon[110373]: pgmap v186: 97 pgs: 97 active+clean; 357 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-18T13:32:06.232 INFO:teuthology.orchestra.run.smithi027.stdout: 5 136139 8.17 MB/sec execute 330 sec latency 138.881 ms 2023-12-18T13:32:07.232 INFO:teuthology.orchestra.run.smithi027.stdout: 5 136391 8.17 MB/sec execute 331 sec latency 144.933 ms 2023-12-18T13:32:07.326 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:07 smithi027 ceph-mon[107749]: pgmap v187: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-18T13:32:07.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:07 smithi192 ceph-mon[110373]: pgmap v187: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-18T13:32:08.232 INFO:teuthology.orchestra.run.smithi027.stdout: 5 136744 8.18 MB/sec execute 332 sec latency 121.971 ms 2023-12-18T13:32:09.232 INFO:teuthology.orchestra.run.smithi027.stdout: 5 137095 8.18 MB/sec execute 333 sec latency 126.722 ms 2023-12-18T13:32:10.233 INFO:teuthology.orchestra.run.smithi027.stdout: 5 137400 8.18 MB/sec execute 334 sec latency 138.801 ms 2023-12-18T13:32:10.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:10 smithi027 ceph-mon[107749]: pgmap v188: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T13:32:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:10 smithi192 ceph-mon[110373]: pgmap v188: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T13:32:11.242 INFO:teuthology.orchestra.run.smithi027.stdout: 5 137666 8.17 MB/sec execute 336 sec latency 130.489 ms 2023-12-18T13:32:12.247 INFO:teuthology.orchestra.run.smithi027.stdout: 5 137954 8.17 MB/sec execute 337 sec latency 131.012 ms 2023-12-18T13:32:12.426 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:12 smithi027 ceph-mon[107749]: pgmap v189: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T13:32:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:12 smithi192 ceph-mon[110373]: pgmap v189: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T13:32:13.242 INFO:teuthology.orchestra.run.smithi027.stdout: 5 138278 8.17 MB/sec execute 338 sec latency 118.802 ms 2023-12-18T13:32:13.480 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:13 smithi027 ceph-mon[107749]: pgmap v190: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 566 op/s 2023-12-18T13:32:13.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:13 smithi192 ceph-mon[110373]: pgmap v190: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 566 op/s 2023-12-18T13:32:14.242 INFO:teuthology.orchestra.run.smithi027.stdout: 5 138527 8.17 MB/sec execute 339 sec latency 132.249 ms 2023-12-18T13:32:15.245 INFO:teuthology.orchestra.run.smithi027.stdout: 5 138865 8.19 MB/sec execute 340 sec latency 129.370 ms 2023-12-18T13:32:16.254 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139198 8.18 MB/sec execute 341 sec latency 126.500 ms 2023-12-18T13:32:16.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:16 smithi027 ceph-mon[107749]: pgmap v191: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-18T13:32:16.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:16 smithi192 ceph-mon[110373]: pgmap v191: 97 pgs: 97 active+clean; 355 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-12-18T13:32:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:17.254 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139510 8.17 MB/sec execute 342 sec latency 109.952 ms 2023-12-18T13:32:17.322 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:17 smithi027 ceph-mon[107749]: pgmap v192: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-12-18T13:32:17.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:17 smithi192 ceph-mon[110373]: pgmap v192: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-12-18T13:32:18.254 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139686 8.16 MB/sec execute 343 sec latency 135.715 ms 2023-12-18T13:32:19.263 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139986 8.17 MB/sec execute 344 sec latency 137.590 ms 2023-12-18T13:32:20.269 INFO:teuthology.orchestra.run.smithi027.stdout: 5 140301 8.16 MB/sec execute 345 sec latency 128.664 ms 2023-12-18T13:32:20.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:20 smithi027 ceph-mon[107749]: pgmap v193: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-18T13:32:20.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:20 smithi192 ceph-mon[110373]: pgmap v193: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-18T13:32:21.269 INFO:teuthology.orchestra.run.smithi027.stdout: 5 140614 8.18 MB/sec execute 346 sec latency 127.130 ms 2023-12-18T13:32:22.181 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:22 smithi027 ceph-mon[107749]: pgmap v194: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-18T13:32:22.279 INFO:teuthology.orchestra.run.smithi027.stdout: 5 140929 8.18 MB/sec execute 347 sec latency 131.901 ms 2023-12-18T13:32:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:22 smithi192 ceph-mon[110373]: pgmap v194: 97 pgs: 97 active+clean; 358 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-18T13:32:23.279 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141123 8.16 MB/sec execute 348 sec latency 121.087 ms 2023-12-18T13:32:24.214 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:24 smithi027 ceph-mon[107749]: pgmap v195: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-12-18T13:32:24.279 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141346 8.14 MB/sec execute 349 sec latency 130.742 ms 2023-12-18T13:32:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:24 smithi192 ceph-mon[110373]: pgmap v195: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 540 op/s 2023-12-18T13:32:25.279 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141585 8.14 MB/sec execute 350 sec latency 143.299 ms 2023-12-18T13:32:26.273 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:26 smithi027 ceph-mon[107749]: pgmap v196: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-12-18T13:32:26.280 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141816 8.14 MB/sec execute 351 sec latency 123.665 ms 2023-12-18T13:32:26.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:26 smithi192 ceph-mon[110373]: pgmap v196: 97 pgs: 97 active+clean; 357 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 361 op/s 2023-12-18T13:32:27.280 INFO:teuthology.orchestra.run.smithi027.stdout: 5 142083 8.13 MB/sec execute 352 sec latency 129.187 ms 2023-12-18T13:32:27.285 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:27 smithi027 ceph-mon[107749]: pgmap v197: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-12-18T13:32:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:27 smithi192 ceph-mon[110373]: pgmap v197: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-12-18T13:32:28.281 INFO:teuthology.orchestra.run.smithi027.stdout: 5 142457 8.15 MB/sec execute 353 sec latency 117.194 ms 2023-12-18T13:32:29.280 INFO:teuthology.orchestra.run.smithi027.stdout: 5 142792 8.15 MB/sec execute 354 sec latency 129.219 ms 2023-12-18T13:32:30.280 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143088 8.15 MB/sec execute 355 sec latency 142.414 ms 2023-12-18T13:32:30.358 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:30 smithi027 ceph-mon[107749]: pgmap v198: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-18T13:32:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:30 smithi192 ceph-mon[110373]: pgmap v198: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-18T13:32:31.284 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143359 8.14 MB/sec execute 356 sec latency 129.963 ms 2023-12-18T13:32:31.392 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:31.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:32.286 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143602 8.14 MB/sec execute 357 sec latency 210.091 ms 2023-12-18T13:32:32.417 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:32 smithi027 ceph-mon[107749]: pgmap v199: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-18T13:32:32.557 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:32 smithi192 ceph-mon[110373]: pgmap v199: 97 pgs: 97 active+clean; 356 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-18T13:32:33.284 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143935 8.15 MB/sec execute 358 sec latency 129.843 ms 2023-12-18T13:32:33.437 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:33 smithi027 ceph-mon[107749]: pgmap v200: 97 pgs: 97 active+clean; 362 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 507 op/s 2023-12-18T13:32:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:33 smithi192 ceph-mon[110373]: pgmap v200: 97 pgs: 97 active+clean; 362 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 507 op/s 2023-12-18T13:32:34.288 INFO:teuthology.orchestra.run.smithi027.stdout: 5 144206 8.14 MB/sec execute 359 sec latency 127.494 ms 2023-12-18T13:32:35.289 INFO:teuthology.orchestra.run.smithi027.stdout: 5 144475 8.14 MB/sec execute 360 sec latency 129.814 ms 2023-12-18T13:32:36.288 INFO:teuthology.orchestra.run.smithi027.stdout: 5 144667 8.12 MB/sec execute 361 sec latency 123.913 ms 2023-12-18T13:32:36.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:36 smithi027 ceph-mon[107749]: pgmap v201: 97 pgs: 97 active+clean; 362 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T13:32:36.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:36 smithi192 ceph-mon[110373]: pgmap v201: 97 pgs: 97 active+clean; 362 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T13:32:37.288 INFO:teuthology.orchestra.run.smithi027.stdout: 5 144866 8.12 MB/sec execute 362 sec latency 142.529 ms 2023-12-18T13:32:37.344 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:37 smithi027 ceph-mon[107749]: pgmap v202: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-12-18T13:32:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:37 smithi192 ceph-mon[110373]: pgmap v202: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 485 op/s 2023-12-18T13:32:38.288 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145031 8.11 MB/sec execute 363 sec latency 147.082 ms 2023-12-18T13:32:39.294 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145268 8.11 MB/sec execute 364 sec latency 139.567 ms 2023-12-18T13:32:40.201 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:40 smithi027 ceph-mon[107749]: pgmap v203: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T13:32:40.294 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145604 8.11 MB/sec execute 365 sec latency 122.926 ms 2023-12-18T13:32:40.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:40 smithi192 ceph-mon[110373]: pgmap v203: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T13:32:41.294 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145831 8.11 MB/sec execute 366 sec latency 132.278 ms 2023-12-18T13:32:42.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:42 smithi027 ceph-mon[107749]: pgmap v204: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T13:32:42.295 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146031 8.09 MB/sec execute 367 sec latency 146.409 ms 2023-12-18T13:32:42.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:42 smithi192 ceph-mon[110373]: pgmap v204: 97 pgs: 97 active+clean; 360 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T13:32:43.306 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146264 8.09 MB/sec execute 368 sec latency 139.621 ms 2023-12-18T13:32:44.306 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146555 8.10 MB/sec execute 369 sec latency 128.642 ms 2023-12-18T13:32:44.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:44 smithi027 ceph-mon[107749]: pgmap v205: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-18T13:32:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:44 smithi192 ceph-mon[110373]: pgmap v205: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-18T13:32:45.306 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146852 8.10 MB/sec execute 370 sec latency 128.626 ms 2023-12-18T13:32:46.315 INFO:teuthology.orchestra.run.smithi027.stdout: 5 147195 8.10 MB/sec execute 371 sec latency 141.366 ms 2023-12-18T13:32:46.359 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:46 smithi027 ceph-mon[107749]: pgmap v206: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 297 op/s 2023-12-18T13:32:46.360 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:46 smithi192 ceph-mon[110373]: pgmap v206: 97 pgs: 97 active+clean; 359 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 297 op/s 2023-12-18T13:32:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:32:47.315 INFO:teuthology.orchestra.run.smithi027.stdout: 5 147490 8.09 MB/sec execute 372 sec latency 121.056 ms 2023-12-18T13:32:47.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:47 smithi027 ceph-mon[107749]: pgmap v207: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 470 op/s 2023-12-18T13:32:47.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:47 smithi192 ceph-mon[110373]: pgmap v207: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 470 op/s 2023-12-18T13:32:48.315 INFO:teuthology.orchestra.run.smithi027.stdout: 5 147815 8.08 MB/sec execute 373 sec latency 90.276 ms 2023-12-18T13:32:49.317 INFO:teuthology.orchestra.run.smithi027.stdout: 5 148171 8.09 MB/sec execute 374 sec latency 80.814 ms 2023-12-18T13:32:50.187 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:50 smithi027 ceph-mon[107749]: pgmap v208: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-18T13:32:50.317 INFO:teuthology.orchestra.run.smithi027.stdout: 5 148498 8.10 MB/sec execute 375 sec latency 137.506 ms 2023-12-18T13:32:50.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:50 smithi192 ceph-mon[110373]: pgmap v208: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-18T13:32:51.321 INFO:teuthology.orchestra.run.smithi027.stdout: 5 148830 8.11 MB/sec execute 376 sec latency 144.454 ms 2023-12-18T13:32:52.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:52 smithi027 ceph-mon[107749]: pgmap v209: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-18T13:32:52.317 INFO:teuthology.orchestra.run.smithi027.stdout: 5 149165 8.10 MB/sec execute 377 sec latency 135.823 ms 2023-12-18T13:32:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:52 smithi192 ceph-mon[110373]: pgmap v209: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 312 op/s 2023-12-18T13:32:53.317 INFO:teuthology.orchestra.run.smithi027.stdout: 5 149431 8.10 MB/sec execute 378 sec latency 195.784 ms 2023-12-18T13:32:54.242 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:54 smithi027 ceph-mon[107749]: pgmap v210: 97 pgs: 97 active+clean; 364 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-12-18T13:32:54.325 INFO:teuthology.orchestra.run.smithi027.stdout: 5 149679 8.10 MB/sec execute 379 sec latency 126.885 ms 2023-12-18T13:32:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:54 smithi192 ceph-mon[110373]: pgmap v210: 97 pgs: 97 active+clean; 364 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-12-18T13:32:55.324 INFO:teuthology.orchestra.run.smithi027.stdout: 5 149898 8.09 MB/sec execute 380 sec latency 137.023 ms 2023-12-18T13:32:56.287 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:56 smithi027 ceph-mon[107749]: pgmap v211: 97 pgs: 97 active+clean; 364 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-18T13:32:56.324 INFO:teuthology.orchestra.run.smithi027.stdout: 5 150176 8.10 MB/sec execute 381 sec latency 135.820 ms 2023-12-18T13:32:56.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:56 smithi192 ceph-mon[110373]: pgmap v211: 97 pgs: 97 active+clean; 364 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-18T13:32:57.308 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:32:57 smithi027 ceph-mon[107749]: pgmap v212: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-18T13:32:57.330 INFO:teuthology.orchestra.run.smithi027.stdout: 5 150542 8.10 MB/sec execute 382 sec latency 138.021 ms 2023-12-18T13:32:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:32:57 smithi192 ceph-mon[110373]: pgmap v212: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-12-18T13:32:58.333 INFO:teuthology.orchestra.run.smithi027.stdout: 5 150815 8.10 MB/sec execute 383 sec latency 198.407 ms 2023-12-18T13:32:59.333 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151039 8.08 MB/sec execute 384 sec latency 147.827 ms 2023-12-18T13:33:00.333 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151281 8.08 MB/sec execute 385 sec latency 124.579 ms 2023-12-18T13:33:00.380 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:00 smithi027 ceph-mon[107749]: pgmap v213: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T13:33:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:00 smithi192 ceph-mon[110373]: pgmap v213: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T13:33:01.169 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:01.334 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151460 8.07 MB/sec execute 386 sec latency 123.777 ms 2023-12-18T13:33:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:02.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:02 smithi027 ceph-mon[107749]: pgmap v214: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T13:33:02.337 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151741 8.07 MB/sec execute 387 sec latency 123.691 ms 2023-12-18T13:33:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:02 smithi192 ceph-mon[110373]: pgmap v214: 97 pgs: 97 active+clean; 361 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T13:33:03.333 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151970 8.07 MB/sec execute 388 sec latency 206.206 ms 2023-12-18T13:33:04.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:04 smithi027 ceph-mon[107749]: pgmap v215: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-18T13:33:04.337 INFO:teuthology.orchestra.run.smithi027.stdout: 5 152225 8.07 MB/sec execute 389 sec latency 210.895 ms 2023-12-18T13:33:04.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:04 smithi192 ceph-mon[110373]: pgmap v215: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-18T13:33:05.338 INFO:teuthology.orchestra.run.smithi027.stdout: 5 152499 8.07 MB/sec execute 390 sec latency 204.757 ms 2023-12-18T13:33:06.336 INFO:teuthology.orchestra.run.smithi027.stdout: 5 152726 8.06 MB/sec execute 391 sec latency 126.639 ms 2023-12-18T13:33:06.362 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:06 smithi027 ceph-mon[107749]: pgmap v216: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-18T13:33:06.557 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:06 smithi192 ceph-mon[110373]: pgmap v216: 97 pgs: 97 active+clean; 360 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-18T13:33:07.336 INFO:teuthology.orchestra.run.smithi027.stdout: 5 153073 8.06 MB/sec execute 392 sec latency 90.955 ms 2023-12-18T13:33:07.383 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:07 smithi027 ceph-mon[107749]: pgmap v217: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T13:33:07.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:07 smithi192 ceph-mon[110373]: pgmap v217: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T13:33:08.337 INFO:teuthology.orchestra.run.smithi027.stdout: 5 153361 8.06 MB/sec execute 393 sec latency 129.734 ms 2023-12-18T13:33:09.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 153597 8.06 MB/sec execute 394 sec latency 135.666 ms 2023-12-18T13:33:10.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:10 smithi027 ceph-mon[107749]: pgmap v218: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-12-18T13:33:10.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 153921 8.07 MB/sec execute 395 sec latency 126.574 ms 2023-12-18T13:33:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:10 smithi192 ceph-mon[110373]: pgmap v218: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-12-18T13:33:11.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 154188 8.06 MB/sec execute 396 sec latency 151.560 ms 2023-12-18T13:33:12.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:12 smithi027 ceph-mon[107749]: pgmap v219: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-12-18T13:33:12.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 154453 8.05 MB/sec execute 397 sec latency 117.687 ms 2023-12-18T13:33:12.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:12 smithi192 ceph-mon[110373]: pgmap v219: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 306 op/s 2023-12-18T13:33:13.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 154827 8.06 MB/sec execute 398 sec latency 143.718 ms 2023-12-18T13:33:13.344 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:13 smithi027 ceph-mon[107749]: pgmap v220: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-12-18T13:33:13.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:13 smithi192 ceph-mon[110373]: pgmap v220: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 483 op/s 2023-12-18T13:33:14.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155055 8.05 MB/sec execute 399 sec latency 126.364 ms 2023-12-18T13:33:15.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155316 8.06 MB/sec execute 400 sec latency 125.898 ms 2023-12-18T13:33:16.342 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155616 8.05 MB/sec execute 401 sec latency 123.969 ms 2023-12-18T13:33:16.402 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:16 smithi027 ceph-mon[107749]: pgmap v221: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T13:33:16.402 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:16 smithi192 ceph-mon[110373]: pgmap v221: 97 pgs: 97 active+clean; 360 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T13:33:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:17.344 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155875 8.05 MB/sec execute 402 sec latency 137.816 ms 2023-12-18T13:33:17.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:17 smithi027 ceph-mon[107749]: pgmap v222: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-12-18T13:33:17.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:17 smithi192 ceph-mon[110373]: pgmap v222: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-12-18T13:33:18.346 INFO:teuthology.orchestra.run.smithi027.stdout: 5 156117 8.05 MB/sec execute 403 sec latency 124.133 ms 2023-12-18T13:33:19.346 INFO:teuthology.orchestra.run.smithi027.stdout: 5 156356 8.04 MB/sec execute 404 sec latency 135.579 ms 2023-12-18T13:33:20.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:20 smithi027 ceph-mon[107749]: pgmap v223: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T13:33:20.346 INFO:teuthology.orchestra.run.smithi027.stdout: 5 156590 8.04 MB/sec execute 405 sec latency 127.532 ms 2023-12-18T13:33:20.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:20 smithi192 ceph-mon[110373]: pgmap v223: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T13:33:21.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:21 smithi027 ceph-mon[107749]: pgmap v224: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T13:33:21.346 INFO:teuthology.orchestra.run.smithi027.stdout: 5 156910 8.04 MB/sec execute 406 sec latency 201.010 ms 2023-12-18T13:33:21.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:21 smithi192 ceph-mon[110373]: pgmap v224: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T13:33:22.347 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157180 8.04 MB/sec execute 407 sec latency 141.030 ms 2023-12-18T13:33:23.348 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157394 8.03 MB/sec execute 408 sec latency 126.512 ms 2023-12-18T13:33:24.348 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157662 8.03 MB/sec execute 409 sec latency 158.494 ms 2023-12-18T13:33:24.375 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:24 smithi027 ceph-mon[107749]: pgmap v225: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T13:33:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:24 smithi192 ceph-mon[110373]: pgmap v225: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T13:33:25.356 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157968 8.02 MB/sec execute 410 sec latency 207.527 ms 2023-12-18T13:33:26.191 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:26 smithi027 ceph-mon[107749]: pgmap v226: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T13:33:26.357 INFO:teuthology.orchestra.run.smithi027.stdout: 5 158272 8.03 MB/sec execute 411 sec latency 123.844 ms 2023-12-18T13:33:26.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:26 smithi192 ceph-mon[110373]: pgmap v226: 97 pgs: 97 active+clean; 361 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T13:33:27.365 INFO:teuthology.orchestra.run.smithi027.stdout: 5 158545 8.03 MB/sec execute 412 sec latency 201.583 ms 2023-12-18T13:33:27.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:27 smithi027 ceph-mon[107749]: pgmap v227: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-12-18T13:33:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:27 smithi192 ceph-mon[110373]: pgmap v227: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-12-18T13:33:28.367 INFO:teuthology.orchestra.run.smithi027.stdout: 5 158817 8.03 MB/sec execute 413 sec latency 146.162 ms 2023-12-18T13:33:29.368 INFO:teuthology.orchestra.run.smithi027.stdout: 5 159111 8.03 MB/sec execute 414 sec latency 134.445 ms 2023-12-18T13:33:30.280 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:30 smithi027 ceph-mon[107749]: pgmap v228: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-18T13:33:30.368 INFO:teuthology.orchestra.run.smithi027.stdout: 5 159406 8.03 MB/sec execute 415 sec latency 126.412 ms 2023-12-18T13:33:30.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:30 smithi192 ceph-mon[110373]: pgmap v228: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-18T13:33:31.314 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:31.368 INFO:teuthology.orchestra.run.smithi027.stdout: 5 159743 8.03 MB/sec execute 416 sec latency 130.149 ms 2023-12-18T13:33:31.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:32.343 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:32 smithi027 ceph-mon[107749]: pgmap v229: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-18T13:33:32.368 INFO:teuthology.orchestra.run.smithi027.stdout: 5 160011 8.04 MB/sec execute 417 sec latency 132.210 ms 2023-12-18T13:33:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:32 smithi192 ceph-mon[110373]: pgmap v229: 97 pgs: 97 active+clean; 362 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 320 op/s 2023-12-18T13:33:33.368 INFO:teuthology.orchestra.run.smithi027.stdout: 5 160250 8.04 MB/sec execute 418 sec latency 121.224 ms 2023-12-18T13:33:33.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:33 smithi027 ceph-mon[107749]: pgmap v230: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T13:33:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:33 smithi192 ceph-mon[110373]: pgmap v230: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T13:33:34.368 INFO:teuthology.orchestra.run.smithi027.stdout: 5 160525 8.04 MB/sec execute 419 sec latency 129.562 ms 2023-12-18T13:33:35.368 INFO:teuthology.orchestra.run.smithi027.stdout: 5 160845 8.02 MB/sec execute 420 sec latency 129.457 ms 2023-12-18T13:33:36.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:36 smithi027 ceph-mon[107749]: pgmap v231: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T13:33:36.378 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161065 8.01 MB/sec execute 421 sec latency 128.653 ms 2023-12-18T13:33:36.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:36 smithi192 ceph-mon[110373]: pgmap v231: 97 pgs: 97 active+clean; 364 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T13:33:37.378 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161240 8.00 MB/sec execute 422 sec latency 210.270 ms 2023-12-18T13:33:37.484 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:37 smithi027 ceph-mon[107749]: pgmap v232: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T13:33:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:37 smithi192 ceph-mon[110373]: pgmap v232: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T13:33:38.378 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161523 8.01 MB/sec execute 423 sec latency 117.564 ms 2023-12-18T13:33:39.378 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161781 8.01 MB/sec execute 424 sec latency 126.554 ms 2023-12-18T13:33:40.309 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:40 smithi027 ceph-mon[107749]: pgmap v233: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-18T13:33:40.378 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162041 8.00 MB/sec execute 425 sec latency 144.268 ms 2023-12-18T13:33:40.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:40 smithi192 ceph-mon[110373]: pgmap v233: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-18T13:33:41.381 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162333 8.01 MB/sec execute 426 sec latency 105.948 ms 2023-12-18T13:33:42.350 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:42 smithi027 ceph-mon[107749]: pgmap v234: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-18T13:33:42.386 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162536 8.00 MB/sec execute 427 sec latency 126.584 ms 2023-12-18T13:33:42.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:42 smithi192 ceph-mon[110373]: pgmap v234: 97 pgs: 97 active+clean; 360 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-12-18T13:33:43.381 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162791 8.00 MB/sec execute 428 sec latency 126.806 ms 2023-12-18T13:33:44.381 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163037 7.99 MB/sec execute 429 sec latency 130.613 ms 2023-12-18T13:33:44.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:44 smithi027 ceph-mon[107749]: pgmap v235: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-12-18T13:33:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:44 smithi192 ceph-mon[110373]: pgmap v235: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 495 op/s 2023-12-18T13:33:45.386 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163260 7.99 MB/sec execute 430 sec latency 123.686 ms 2023-12-18T13:33:46.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:46 smithi027 ceph-mon[107749]: pgmap v236: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 318 op/s 2023-12-18T13:33:46.237 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:46.381 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163520 7.99 MB/sec execute 431 sec latency 188.994 ms 2023-12-18T13:33:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:46 smithi192 ceph-mon[110373]: pgmap v236: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 318 op/s 2023-12-18T13:33:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:33:47.285 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:47 smithi027 ceph-mon[107749]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-18T13:33:47.381 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163704 7.99 MB/sec execute 432 sec latency 199.196 ms 2023-12-18T13:33:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:47 smithi192 ceph-mon[110373]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-12-18T13:33:48.386 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163912 7.99 MB/sec execute 433 sec latency 128.323 ms 2023-12-18T13:33:49.386 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164140 7.98 MB/sec execute 434 sec latency 127.770 ms 2023-12-18T13:33:50.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164336 7.96 MB/sec execute 435 sec latency 121.463 ms 2023-12-18T13:33:50.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:50 smithi027 ceph-mon[107749]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:33:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:50 smithi192 ceph-mon[110373]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:33:51.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164520 7.95 MB/sec execute 436 sec latency 125.376 ms 2023-12-18T13:33:52.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164738 7.94 MB/sec execute 437 sec latency 121.126 ms 2023-12-18T13:33:52.433 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:52 smithi027 ceph-mon[107749]: pgmap v239: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:33:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:52 smithi192 ceph-mon[110373]: pgmap v239: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-12-18T13:33:53.217 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:53 smithi027 ceph-mon[107749]: pgmap v240: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-12-18T13:33:53.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164940 7.94 MB/sec execute 438 sec latency 140.195 ms 2023-12-18T13:33:53.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:53 smithi192 ceph-mon[110373]: pgmap v240: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-12-18T13:33:54.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165118 7.93 MB/sec execute 439 sec latency 138.531 ms 2023-12-18T13:33:55.399 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165373 7.93 MB/sec execute 440 sec latency 139.944 ms 2023-12-18T13:33:56.282 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:56 smithi027 ceph-mon[107749]: pgmap v241: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 275 op/s 2023-12-18T13:33:56.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165638 7.93 MB/sec execute 441 sec latency 148.341 ms 2023-12-18T13:33:56.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:56 smithi192 ceph-mon[110373]: pgmap v241: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 275 op/s 2023-12-18T13:33:57.311 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:33:57 smithi027 ceph-mon[107749]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T13:33:57.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165871 7.93 MB/sec execute 442 sec latency 134.717 ms 2023-12-18T13:33:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:33:57 smithi192 ceph-mon[110373]: pgmap v242: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T13:33:58.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166027 7.92 MB/sec execute 443 sec latency 141.974 ms 2023-12-18T13:33:59.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166229 7.92 MB/sec execute 444 sec latency 145.150 ms 2023-12-18T13:34:00.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166453 7.92 MB/sec execute 445 sec latency 137.313 ms 2023-12-18T13:34:00.427 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:00 smithi027 ceph-mon[107749]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.4 MiB/s wr, 259 op/s 2023-12-18T13:34:00.557 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:00 smithi192 ceph-mon[110373]: pgmap v243: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.4 MiB/s wr, 259 op/s 2023-12-18T13:34:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:01.228 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:01 smithi027 ceph-mon[107749]: pgmap v244: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.4 MiB/s wr, 259 op/s 2023-12-18T13:34:01.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166658 7.91 MB/sec execute 446 sec latency 129.478 ms 2023-12-18T13:34:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:01 smithi192 ceph-mon[110373]: pgmap v244: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.4 MiB/s wr, 259 op/s 2023-12-18T13:34:02.399 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166961 7.92 MB/sec execute 447 sec latency 130.822 ms 2023-12-18T13:34:03.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 167181 7.91 MB/sec execute 448 sec latency 144.256 ms 2023-12-18T13:34:04.326 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:04 smithi027 ceph-mon[107749]: pgmap v245: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:34:04.398 INFO:teuthology.orchestra.run.smithi027.stdout: 5 167386 7.91 MB/sec execute 449 sec latency 118.958 ms 2023-12-18T13:34:04.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:04 smithi192 ceph-mon[110373]: pgmap v245: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:34:05.334 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:05 smithi027 ceph-mon[107749]: pgmap v246: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.7 MiB/s wr, 257 op/s 2023-12-18T13:34:05.400 INFO:teuthology.orchestra.run.smithi027.stdout: 5 167660 7.91 MB/sec execute 450 sec latency 143.936 ms 2023-12-18T13:34:05.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:05 smithi192 ceph-mon[110373]: pgmap v246: 97 pgs: 97 active+clean; 360 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.7 MiB/s wr, 257 op/s 2023-12-18T13:34:06.400 INFO:teuthology.orchestra.run.smithi027.stdout: 5 167890 7.89 MB/sec execute 451 sec latency 121.122 ms 2023-12-18T13:34:07.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:07 smithi027 ceph-mon[107749]: pgmap v247: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T13:34:07.404 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168115 7.88 MB/sec execute 452 sec latency 131.948 ms 2023-12-18T13:34:07.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:07 smithi192 ceph-mon[110373]: pgmap v247: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T13:34:08.404 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168362 7.88 MB/sec execute 453 sec latency 146.558 ms 2023-12-18T13:34:09.407 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168613 7.88 MB/sec execute 454 sec latency 138.951 ms 2023-12-18T13:34:10.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:10 smithi027 ceph-mon[107749]: pgmap v248: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:34:10.408 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168863 7.88 MB/sec execute 455 sec latency 138.582 ms 2023-12-18T13:34:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:10 smithi192 ceph-mon[110373]: pgmap v248: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:34:11.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:11 smithi027 ceph-mon[107749]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:34:11.407 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169187 7.88 MB/sec execute 456 sec latency 164.932 ms 2023-12-18T13:34:11.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:11 smithi192 ceph-mon[110373]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:34:12.407 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169481 7.88 MB/sec execute 457 sec latency 120.471 ms 2023-12-18T13:34:13.407 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169725 7.88 MB/sec execute 458 sec latency 126.184 ms 2023-12-18T13:34:14.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:14 smithi027 ceph-mon[107749]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-18T13:34:14.407 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169919 7.88 MB/sec execute 459 sec latency 140.254 ms 2023-12-18T13:34:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:14 smithi192 ceph-mon[110373]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-18T13:34:15.350 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:15 smithi027 ceph-mon[107749]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 313 op/s 2023-12-18T13:34:15.408 INFO:teuthology.orchestra.run.smithi027.stdout: 5 170207 7.89 MB/sec execute 460 sec latency 132.743 ms 2023-12-18T13:34:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:15 smithi192 ceph-mon[110373]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 313 op/s 2023-12-18T13:34:16.383 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:16.418 INFO:teuthology.orchestra.run.smithi027.stdout: 5 170530 7.89 MB/sec execute 461 sec latency 126.877 ms 2023-12-18T13:34:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:17.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:17 smithi027 ceph-mon[107749]: pgmap v252: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-12-18T13:34:17.418 INFO:teuthology.orchestra.run.smithi027.stdout: 5 170776 7.88 MB/sec execute 462 sec latency 129.811 ms 2023-12-18T13:34:17.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:17 smithi192 ceph-mon[110373]: pgmap v252: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-12-18T13:34:18.435 INFO:teuthology.orchestra.run.smithi027.stdout: 5 170998 7.88 MB/sec execute 463 sec latency 134.057 ms 2023-12-18T13:34:19.436 INFO:teuthology.orchestra.run.smithi027.stdout: 5 171322 7.88 MB/sec execute 464 sec latency 88.984 ms 2023-12-18T13:34:20.185 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:20 smithi027 ceph-mon[107749]: pgmap v253: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.4 MiB/s wr, 309 op/s 2023-12-18T13:34:20.440 INFO:teuthology.orchestra.run.smithi027.stdout: 5 171589 7.86 MB/sec execute 465 sec latency 137.107 ms 2023-12-18T13:34:20.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:20 smithi192 ceph-mon[110373]: pgmap v253: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.4 MiB/s wr, 309 op/s 2023-12-18T13:34:21.442 INFO:teuthology.orchestra.run.smithi027.stdout: 5 171884 7.87 MB/sec execute 466 sec latency 126.869 ms 2023-12-18T13:34:22.226 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:22 smithi027 ceph-mon[107749]: pgmap v254: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.4 MiB/s wr, 309 op/s 2023-12-18T13:34:22.442 INFO:teuthology.orchestra.run.smithi027.stdout: 5 172120 7.86 MB/sec execute 467 sec latency 132.617 ms 2023-12-18T13:34:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:22 smithi192 ceph-mon[110373]: pgmap v254: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.4 MiB/s wr, 309 op/s 2023-12-18T13:34:23.445 INFO:teuthology.orchestra.run.smithi027.stdout: 5 172499 7.87 MB/sec execute 468 sec latency 123.673 ms 2023-12-18T13:34:24.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:24 smithi027 ceph-mon[107749]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-18T13:34:24.454 INFO:teuthology.orchestra.run.smithi027.stdout: 5 172851 7.86 MB/sec execute 469 sec latency 116.587 ms 2023-12-18T13:34:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:24 smithi192 ceph-mon[110373]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-18T13:34:25.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:25 smithi027 ceph-mon[107749]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-18T13:34:25.453 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173172 7.87 MB/sec execute 470 sec latency 133.099 ms 2023-12-18T13:34:25.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:25 smithi192 ceph-mon[110373]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-18T13:34:26.453 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173479 7.88 MB/sec execute 471 sec latency 143.649 ms 2023-12-18T13:34:27.356 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:27 smithi027 ceph-mon[107749]: pgmap v257: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.6 MiB/s wr, 520 op/s 2023-12-18T13:34:27.453 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173755 7.89 MB/sec execute 472 sec latency 125.953 ms 2023-12-18T13:34:27.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:27 smithi192 ceph-mon[110373]: pgmap v257: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.6 MiB/s wr, 520 op/s 2023-12-18T13:34:28.461 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174038 7.89 MB/sec execute 473 sec latency 144.865 ms 2023-12-18T13:34:29.373 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:29 smithi027 ceph-mon[107749]: pgmap v258: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-12-18T13:34:29.461 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174275 7.88 MB/sec execute 474 sec latency 136.993 ms 2023-12-18T13:34:29.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:29 smithi192 ceph-mon[110373]: pgmap v258: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-12-18T13:34:30.462 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174449 7.88 MB/sec execute 475 sec latency 141.502 ms 2023-12-18T13:34:30.944 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:30 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:31.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:30 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:31.461 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174686 7.87 MB/sec execute 476 sec latency 145.342 ms 2023-12-18T13:34:31.965 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:31 smithi027 ceph-mon[107749]: pgmap v259: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-12-18T13:34:32.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:31 smithi192 ceph-mon[110373]: pgmap v259: 97 pgs: 97 active+clean; 358 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-12-18T13:34:32.466 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174973 7.86 MB/sec execute 477 sec latency 129.286 ms 2023-12-18T13:34:33.463 INFO:teuthology.orchestra.run.smithi027.stdout: 5 175240 7.85 MB/sec execute 478 sec latency 133.038 ms 2023-12-18T13:34:33.481 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:33 smithi027 ceph-mon[107749]: pgmap v260: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2023-12-18T13:34:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:33 smithi192 ceph-mon[110373]: pgmap v260: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 516 op/s 2023-12-18T13:34:34.462 INFO:teuthology.orchestra.run.smithi027.stdout: 5 175504 7.85 MB/sec execute 479 sec latency 149.417 ms 2023-12-18T13:34:35.463 INFO:teuthology.orchestra.run.smithi027.stdout: 5 175736 7.85 MB/sec execute 480 sec latency 120.549 ms 2023-12-18T13:34:36.324 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:36 smithi027 ceph-mon[107749]: pgmap v261: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 338 op/s 2023-12-18T13:34:36.462 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176022 7.85 MB/sec execute 481 sec latency 131.817 ms 2023-12-18T13:34:36.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:36 smithi192 ceph-mon[110373]: pgmap v261: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 338 op/s 2023-12-18T13:34:37.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:37 smithi027 ceph-mon[107749]: pgmap v262: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-18T13:34:37.464 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176368 7.85 MB/sec execute 482 sec latency 121.044 ms 2023-12-18T13:34:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:37 smithi192 ceph-mon[110373]: pgmap v262: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-18T13:34:38.463 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176630 7.85 MB/sec execute 483 sec latency 120.717 ms 2023-12-18T13:34:39.468 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176794 7.85 MB/sec execute 484 sec latency 210.569 ms 2023-12-18T13:34:40.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:40 smithi027 ceph-mon[107749]: pgmap v263: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 319 op/s 2023-12-18T13:34:40.462 INFO:teuthology.orchestra.run.smithi027.stdout: 5 177128 7.86 MB/sec execute 485 sec latency 148.437 ms 2023-12-18T13:34:40.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:40 smithi192 ceph-mon[110373]: pgmap v263: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 319 op/s 2023-12-18T13:34:41.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:41 smithi027 ceph-mon[107749]: pgmap v264: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 319 op/s 2023-12-18T13:34:41.462 INFO:teuthology.orchestra.run.smithi027.stdout: 5 177431 7.86 MB/sec execute 486 sec latency 130.040 ms 2023-12-18T13:34:41.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:41 smithi192 ceph-mon[110373]: pgmap v264: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 319 op/s 2023-12-18T13:34:42.463 INFO:teuthology.orchestra.run.smithi027.stdout: 5 177742 7.87 MB/sec execute 487 sec latency 126.686 ms 2023-12-18T13:34:43.463 INFO:teuthology.orchestra.run.smithi027.stdout: 5 177918 7.86 MB/sec execute 488 sec latency 131.522 ms 2023-12-18T13:34:44.331 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:44 smithi027 ceph-mon[107749]: pgmap v265: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-18T13:34:44.463 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178057 7.85 MB/sec execute 489 sec latency 136.884 ms 2023-12-18T13:34:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:44 smithi192 ceph-mon[110373]: pgmap v265: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-18T13:34:45.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:45 smithi027 ceph-mon[107749]: pgmap v266: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-12-18T13:34:45.465 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178304 7.85 MB/sec execute 490 sec latency 127.697 ms 2023-12-18T13:34:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:45 smithi192 ceph-mon[110373]: pgmap v266: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 324 op/s 2023-12-18T13:34:46.367 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:46.466 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178515 7.83 MB/sec execute 491 sec latency 132.580 ms 2023-12-18T13:34:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:34:47.378 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:47 smithi027 ceph-mon[107749]: pgmap v267: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2023-12-18T13:34:47.465 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178732 7.82 MB/sec execute 492 sec latency 123.018 ms 2023-12-18T13:34:47.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:47 smithi192 ceph-mon[110373]: pgmap v267: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2023-12-18T13:34:48.465 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179016 7.83 MB/sec execute 493 sec latency 129.947 ms 2023-12-18T13:34:49.465 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179283 7.82 MB/sec execute 494 sec latency 204.999 ms 2023-12-18T13:34:50.193 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:50 smithi027 ceph-mon[107749]: pgmap v268: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-18T13:34:50.465 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179640 7.82 MB/sec execute 495 sec latency 125.576 ms 2023-12-18T13:34:50.556 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:50 smithi192 ceph-mon[110373]: pgmap v268: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-18T13:34:51.472 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179945 7.82 MB/sec execute 496 sec latency 144.843 ms 2023-12-18T13:34:52.245 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:52 smithi027 ceph-mon[107749]: pgmap v269: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-18T13:34:52.475 INFO:teuthology.orchestra.run.smithi027.stdout: 5 180272 7.83 MB/sec execute 497 sec latency 120.755 ms 2023-12-18T13:34:52.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:52 smithi192 ceph-mon[110373]: pgmap v269: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 299 op/s 2023-12-18T13:34:53.475 INFO:teuthology.orchestra.run.smithi027.stdout: 5 180565 7.84 MB/sec execute 498 sec latency 149.146 ms 2023-12-18T13:34:53.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:53 smithi027 ceph-mon[107749]: pgmap v270: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-18T13:34:53.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:53 smithi192 ceph-mon[110373]: pgmap v270: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-18T13:34:54.475 INFO:teuthology.orchestra.run.smithi027.stdout: 5 180758 7.83 MB/sec execute 499 sec latency 152.060 ms 2023-12-18T13:34:55.475 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181027 7.84 MB/sec execute 500 sec latency 136.380 ms 2023-12-18T13:34:56.342 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:56 smithi027 ceph-mon[107749]: pgmap v271: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 318 op/s 2023-12-18T13:34:56.475 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181234 7.83 MB/sec execute 501 sec latency 115.131 ms 2023-12-18T13:34:56.557 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:56 smithi192 ceph-mon[110373]: pgmap v271: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 318 op/s 2023-12-18T13:34:57.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:34:57 smithi027 ceph-mon[107749]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-12-18T13:34:57.475 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181496 7.83 MB/sec execute 502 sec latency 129.880 ms 2023-12-18T13:34:57.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:34:57 smithi192 ceph-mon[110373]: pgmap v272: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2023-12-18T13:34:58.481 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181696 7.82 MB/sec execute 503 sec latency 151.136 ms 2023-12-18T13:34:59.481 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181996 7.82 MB/sec execute 504 sec latency 134.221 ms 2023-12-18T13:35:00.221 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:00 smithi027 ceph-mon[107749]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-18T13:35:00.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 182300 7.82 MB/sec execute 505 sec latency 128.866 ms 2023-12-18T13:35:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:00 smithi192 ceph-mon[110373]: pgmap v273: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-18T13:35:01.273 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:01.493 INFO:teuthology.orchestra.run.smithi027.stdout: 5 182597 7.81 MB/sec execute 506 sec latency 126.980 ms 2023-12-18T13:35:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:02.286 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:02 smithi027 ceph-mon[107749]: pgmap v274: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-18T13:35:02.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 182862 7.80 MB/sec execute 507 sec latency 123.849 ms 2023-12-18T13:35:02.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:02 smithi192 ceph-mon[110373]: pgmap v274: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-18T13:35:03.323 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:03 smithi027 ceph-mon[107749]: pgmap v275: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-12-18T13:35:03.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 183174 7.81 MB/sec execute 508 sec latency 125.616 ms 2023-12-18T13:35:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:03 smithi192 ceph-mon[110373]: pgmap v275: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-12-18T13:35:04.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 183523 7.81 MB/sec execute 509 sec latency 129.570 ms 2023-12-18T13:35:05.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 183840 7.82 MB/sec execute 510 sec latency 123.734 ms 2023-12-18T13:35:06.403 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:06 smithi027 ceph-mon[107749]: pgmap v276: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-18T13:35:06.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184163 7.83 MB/sec execute 511 sec latency 137.096 ms 2023-12-18T13:35:06.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:06 smithi192 ceph-mon[110373]: pgmap v276: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 326 op/s 2023-12-18T13:35:07.432 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:07 smithi027 ceph-mon[107749]: pgmap v277: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-12-18T13:35:07.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184414 7.83 MB/sec execute 512 sec latency 149.159 ms 2023-12-18T13:35:07.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:07 smithi192 ceph-mon[110373]: pgmap v277: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 504 op/s 2023-12-18T13:35:08.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184651 7.83 MB/sec execute 513 sec latency 131.103 ms 2023-12-18T13:35:09.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184807 7.82 MB/sec execute 514 sec latency 126.625 ms 2023-12-18T13:35:10.238 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:10 smithi027 ceph-mon[107749]: pgmap v278: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:35:10.488 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185001 7.81 MB/sec execute 515 sec latency 139.505 ms 2023-12-18T13:35:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:10 smithi192 ceph-mon[110373]: pgmap v278: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:35:11.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:11 smithi027 ceph-mon[107749]: pgmap v279: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:35:11.489 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185130 7.81 MB/sec execute 516 sec latency 133.499 ms 2023-12-18T13:35:11.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:11 smithi192 ceph-mon[110373]: pgmap v279: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-12-18T13:35:12.491 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185277 7.79 MB/sec execute 517 sec latency 159.038 ms 2023-12-18T13:35:13.491 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185499 7.79 MB/sec execute 518 sec latency 140.448 ms 2023-12-18T13:35:14.383 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:14 smithi027 ceph-mon[107749]: pgmap v280: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-18T13:35:14.491 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185748 7.79 MB/sec execute 519 sec latency 129.532 ms 2023-12-18T13:35:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:14 smithi192 ceph-mon[110373]: pgmap v280: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-18T13:35:15.492 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185990 7.78 MB/sec execute 520 sec latency 99.761 ms 2023-12-18T13:35:16.362 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:16 smithi027 ceph-mon[107749]: pgmap v281: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 304 op/s 2023-12-18T13:35:16.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:16.496 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186214 7.77 MB/sec execute 521 sec latency 117.215 ms 2023-12-18T13:35:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:16 smithi192 ceph-mon[110373]: pgmap v281: 97 pgs: 97 active+clean; 349 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 304 op/s 2023-12-18T13:35:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:17.460 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:17 smithi027 ceph-mon[107749]: pgmap v282: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-18T13:35:17.495 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186496 7.77 MB/sec execute 522 sec latency 135.851 ms 2023-12-18T13:35:17.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:17 smithi192 ceph-mon[110373]: pgmap v282: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-18T13:35:18.496 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186699 7.77 MB/sec execute 523 sec latency 144.654 ms 2023-12-18T13:35:19.496 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186996 7.77 MB/sec execute 524 sec latency 209.531 ms 2023-12-18T13:35:20.292 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:20 smithi027 ceph-mon[107749]: pgmap v283: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2023-12-18T13:35:20.496 INFO:teuthology.orchestra.run.smithi027.stdout: 5 187346 7.78 MB/sec execute 525 sec latency 133.645 ms 2023-12-18T13:35:20.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:20 smithi192 ceph-mon[110373]: pgmap v283: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2023-12-18T13:35:21.304 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:21 smithi027 ceph-mon[107749]: pgmap v284: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2023-12-18T13:35:21.498 INFO:teuthology.orchestra.run.smithi027.stdout: 5 187709 7.79 MB/sec execute 526 sec latency 130.253 ms 2023-12-18T13:35:21.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:21 smithi192 ceph-mon[110373]: pgmap v284: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.5 MiB/s wr, 268 op/s 2023-12-18T13:35:22.496 INFO:teuthology.orchestra.run.smithi027.stdout: 5 187930 7.79 MB/sec execute 527 sec latency 94.556 ms 2023-12-18T13:35:23.496 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188183 7.79 MB/sec execute 528 sec latency 138.172 ms 2023-12-18T13:35:24.356 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:24 smithi027 ceph-mon[107749]: pgmap v285: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-18T13:35:24.496 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188389 7.78 MB/sec execute 529 sec latency 120.489 ms 2023-12-18T13:35:24.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:24 smithi192 ceph-mon[110373]: pgmap v285: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-12-18T13:35:25.503 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188656 7.78 MB/sec execute 530 sec latency 89.195 ms 2023-12-18T13:35:26.444 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:26 smithi027 ceph-mon[107749]: pgmap v286: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-18T13:35:26.504 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188902 7.77 MB/sec execute 531 sec latency 120.840 ms 2023-12-18T13:35:26.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:26 smithi192 ceph-mon[110373]: pgmap v286: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-18T13:35:27.459 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:27 smithi027 ceph-mon[107749]: pgmap v287: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-18T13:35:27.504 INFO:teuthology.orchestra.run.smithi027.stdout: 5 189145 7.77 MB/sec execute 532 sec latency 129.766 ms 2023-12-18T13:35:27.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:27 smithi192 ceph-mon[110373]: pgmap v287: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-18T13:35:28.510 INFO:teuthology.orchestra.run.smithi027.stdout: 5 189401 7.76 MB/sec execute 533 sec latency 123.737 ms 2023-12-18T13:35:29.510 INFO:teuthology.orchestra.run.smithi027.stdout: 5 189687 7.76 MB/sec execute 534 sec latency 123.641 ms 2023-12-18T13:35:30.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:30 smithi027 ceph-mon[107749]: pgmap v288: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-18T13:35:30.510 INFO:teuthology.orchestra.run.smithi027.stdout: 5 189981 7.76 MB/sec execute 535 sec latency 148.589 ms 2023-12-18T13:35:30.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:30 smithi192 ceph-mon[110373]: pgmap v288: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-18T13:35:31.323 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:31.510 INFO:teuthology.orchestra.run.smithi027.stdout: 5 190283 7.76 MB/sec execute 536 sec latency 123.775 ms 2023-12-18T13:35:31.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:32.338 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:32 smithi027 ceph-mon[107749]: pgmap v289: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-18T13:35:32.513 INFO:teuthology.orchestra.run.smithi027.stdout: 5 190617 7.77 MB/sec execute 537 sec latency 127.100 ms 2023-12-18T13:35:32.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:32 smithi192 ceph-mon[110373]: pgmap v289: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 316 op/s 2023-12-18T13:35:33.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:33 smithi027 ceph-mon[107749]: pgmap v290: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-18T13:35:33.513 INFO:teuthology.orchestra.run.smithi027.stdout: 5 190849 7.76 MB/sec execute 538 sec latency 127.448 ms 2023-12-18T13:35:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:33 smithi192 ceph-mon[110373]: pgmap v290: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-18T13:35:34.513 INFO:teuthology.orchestra.run.smithi027.stdout: 5 191197 7.77 MB/sec execute 539 sec latency 129.991 ms 2023-12-18T13:35:35.513 INFO:teuthology.orchestra.run.smithi027.stdout: 5 191448 7.77 MB/sec execute 540 sec latency 149.016 ms 2023-12-18T13:35:36.242 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:36 smithi027 ceph-mon[107749]: pgmap v291: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 332 op/s 2023-12-18T13:35:36.513 INFO:teuthology.orchestra.run.smithi027.stdout: 5 191706 7.77 MB/sec execute 541 sec latency 126.760 ms 2023-12-18T13:35:36.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:36 smithi192 ceph-mon[110373]: pgmap v291: 97 pgs: 97 active+clean; 349 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.1 MiB/s wr, 332 op/s 2023-12-18T13:35:37.513 INFO:teuthology.orchestra.run.smithi027.stdout: 5 191940 7.77 MB/sec execute 542 sec latency 189.060 ms 2023-12-18T13:35:37.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:37 smithi027 ceph-mon[107749]: pgmap v292: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-18T13:35:37.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:37 smithi192 ceph-mon[110373]: pgmap v292: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-18T13:35:38.515 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192165 7.77 MB/sec execute 543 sec latency 141.204 ms 2023-12-18T13:35:39.313 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:39 smithi027 ceph-mon[107749]: pgmap v293: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T13:35:39.516 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192381 7.76 MB/sec execute 544 sec latency 161.042 ms 2023-12-18T13:35:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:39 smithi192 ceph-mon[110373]: pgmap v293: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T13:35:40.515 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192605 7.76 MB/sec execute 545 sec latency 155.971 ms 2023-12-18T13:35:41.395 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:41 smithi027 ceph-mon[107749]: pgmap v294: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T13:35:41.516 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192820 7.75 MB/sec execute 546 sec latency 145.223 ms 2023-12-18T13:35:41.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:41 smithi192 ceph-mon[110373]: pgmap v294: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T13:35:42.522 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193038 7.74 MB/sec execute 547 sec latency 129.623 ms 2023-12-18T13:35:43.522 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193305 7.74 MB/sec execute 548 sec latency 168.532 ms 2023-12-18T13:35:44.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:44 smithi027 ceph-mon[107749]: pgmap v295: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 485 op/s 2023-12-18T13:35:44.522 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193479 7.73 MB/sec execute 549 sec latency 121.759 ms 2023-12-18T13:35:44.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:44 smithi192 ceph-mon[110373]: pgmap v295: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 485 op/s 2023-12-18T13:35:45.248 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:45 smithi027 ceph-mon[107749]: pgmap v296: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-12-18T13:35:45.522 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193722 7.73 MB/sec execute 550 sec latency 134.679 ms 2023-12-18T13:35:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:45 smithi192 ceph-mon[110373]: pgmap v296: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 306 op/s 2023-12-18T13:35:46.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:46.522 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193997 7.73 MB/sec execute 551 sec latency 129.547 ms 2023-12-18T13:35:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:35:47.522 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194227 7.72 MB/sec execute 552 sec latency 121.387 ms 2023-12-18T13:35:47.545 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:47 smithi027 ceph-mon[107749]: pgmap v297: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-18T13:35:47.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:47 smithi192 ceph-mon[110373]: pgmap v297: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-18T13:35:48.522 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194422 7.72 MB/sec execute 553 sec latency 157.007 ms 2023-12-18T13:35:49.523 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194636 7.73 MB/sec execute 554 sec latency 129.881 ms 2023-12-18T13:35:50.401 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:50 smithi027 ceph-mon[107749]: pgmap v298: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.5 MiB/s wr, 282 op/s 2023-12-18T13:35:50.527 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194804 7.72 MB/sec execute 555 sec latency 138.080 ms 2023-12-18T13:35:50.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:50 smithi192 ceph-mon[110373]: pgmap v298: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.5 MiB/s wr, 282 op/s 2023-12-18T13:35:51.425 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:51 smithi027 ceph-mon[107749]: pgmap v299: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.5 MiB/s wr, 282 op/s 2023-12-18T13:35:51.527 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195088 7.73 MB/sec execute 556 sec latency 136.813 ms 2023-12-18T13:35:51.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:51 smithi192 ceph-mon[110373]: pgmap v299: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.5 MiB/s wr, 282 op/s 2023-12-18T13:35:52.531 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195339 7.73 MB/sec execute 557 sec latency 123.821 ms 2023-12-18T13:35:53.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195504 7.72 MB/sec execute 558 sec latency 116.861 ms 2023-12-18T13:35:54.290 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:54 smithi027 ceph-mon[107749]: pgmap v300: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-18T13:35:54.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195684 7.72 MB/sec execute 559 sec latency 135.419 ms 2023-12-18T13:35:54.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:54 smithi192 ceph-mon[110373]: pgmap v300: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-18T13:35:55.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195953 7.71 MB/sec execute 560 sec latency 151.968 ms 2023-12-18T13:35:56.312 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:56 smithi027 ceph-mon[107749]: pgmap v301: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.0 MiB/s wr, 266 op/s 2023-12-18T13:35:56.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 196200 7.71 MB/sec execute 561 sec latency 140.690 ms 2023-12-18T13:35:56.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:56 smithi192 ceph-mon[110373]: pgmap v301: 97 pgs: 97 active+clean; 354 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.0 MiB/s wr, 266 op/s 2023-12-18T13:35:57.323 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:35:57 smithi027 ceph-mon[107749]: pgmap v302: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-18T13:35:57.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 196503 7.70 MB/sec execute 562 sec latency 127.311 ms 2023-12-18T13:35:57.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:35:57 smithi192 ceph-mon[110373]: pgmap v302: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-18T13:35:58.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 196824 7.70 MB/sec execute 563 sec latency 126.961 ms 2023-12-18T13:35:59.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 197066 7.70 MB/sec execute 564 sec latency 124.854 ms 2023-12-18T13:36:00.400 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:00 smithi027 ceph-mon[107749]: pgmap v303: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 280 op/s 2023-12-18T13:36:00.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 197511 7.71 MB/sec execute 565 sec latency 102.352 ms 2023-12-18T13:36:00.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:00 smithi192 ceph-mon[110373]: pgmap v303: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 280 op/s 2023-12-18T13:36:01.453 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:01.453 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:01 smithi027 ceph-mon[107749]: pgmap v304: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 280 op/s 2023-12-18T13:36:01.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 197873 7.71 MB/sec execute 566 sec latency 123.192 ms 2023-12-18T13:36:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:01.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:01 smithi192 ceph-mon[110373]: pgmap v304: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 280 op/s 2023-12-18T13:36:02.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198055 7.71 MB/sec execute 567 sec latency 137.439 ms 2023-12-18T13:36:03.534 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198278 7.71 MB/sec execute 568 sec latency 126.855 ms 2023-12-18T13:36:04.272 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:04 smithi027 ceph-mon[107749]: pgmap v305: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-12-18T13:36:04.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198579 7.71 MB/sec execute 569 sec latency 192.475 ms 2023-12-18T13:36:04.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:04 smithi192 ceph-mon[110373]: pgmap v305: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-12-18T13:36:05.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198852 7.71 MB/sec execute 570 sec latency 128.496 ms 2023-12-18T13:36:06.324 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:06 smithi027 ceph-mon[107749]: pgmap v306: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 341 op/s 2023-12-18T13:36:06.534 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199119 7.72 MB/sec execute 571 sec latency 136.215 ms 2023-12-18T13:36:06.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:06 smithi192 ceph-mon[110373]: pgmap v306: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 341 op/s 2023-12-18T13:36:07.359 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:07 smithi027 ceph-mon[107749]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-18T13:36:07.534 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199340 7.72 MB/sec execute 572 sec latency 135.160 ms 2023-12-18T13:36:07.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:07 smithi192 ceph-mon[110373]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-12-18T13:36:08.536 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199560 7.71 MB/sec execute 573 sec latency 152.063 ms 2023-12-18T13:36:09.538 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199872 7.70 MB/sec execute 574 sec latency 131.053 ms 2023-12-18T13:36:10.332 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:10 smithi027 ceph-mon[107749]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-18T13:36:10.536 INFO:teuthology.orchestra.run.smithi027.stdout: 5 200112 7.69 MB/sec execute 575 sec latency 206.476 ms 2023-12-18T13:36:10.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:10 smithi192 ceph-mon[110373]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-18T13:36:11.360 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:11 smithi027 ceph-mon[107749]: pgmap v309: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-18T13:36:11.536 INFO:teuthology.orchestra.run.smithi027.stdout: 5 200293 7.69 MB/sec execute 576 sec latency 171.606 ms 2023-12-18T13:36:11.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:11 smithi192 ceph-mon[110373]: pgmap v309: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 346 op/s 2023-12-18T13:36:12.536 INFO:teuthology.orchestra.run.smithi027.stdout: 5 200627 7.70 MB/sec execute 577 sec latency 120.557 ms 2023-12-18T13:36:13.538 INFO:teuthology.orchestra.run.smithi027.stdout: 5 200921 7.70 MB/sec execute 578 sec latency 126.717 ms 2023-12-18T13:36:14.438 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:14 smithi027 ceph-mon[107749]: pgmap v310: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-12-18T13:36:14.538 INFO:teuthology.orchestra.run.smithi027.stdout: 5 201244 7.70 MB/sec execute 579 sec latency 120.591 ms 2023-12-18T13:36:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:14 smithi192 ceph-mon[110373]: pgmap v310: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-12-18T13:36:15.460 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:15 smithi027 ceph-mon[107749]: pgmap v311: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-18T13:36:15.538 INFO:teuthology.orchestra.run.smithi027.stdout: 5 201481 7.70 MB/sec execute 580 sec latency 122.209 ms 2023-12-18T13:36:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:15 smithi192 ceph-mon[110373]: pgmap v311: 97 pgs: 97 active+clean; 344 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-18T13:36:16.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:16.545 INFO:teuthology.orchestra.run.smithi027.stdout: 5 201726 7.70 MB/sec execute 581 sec latency 129.206 ms 2023-12-18T13:36:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:17.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:17 smithi027 ceph-mon[107749]: pgmap v312: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-18T13:36:17.545 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202022 7.70 MB/sec execute 582 sec latency 148.853 ms 2023-12-18T13:36:17.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:17 smithi192 ceph-mon[110373]: pgmap v312: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-12-18T13:36:18.545 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202296 7.70 MB/sec execute 583 sec latency 147.410 ms 2023-12-18T13:36:19.340 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:19 smithi027 ceph-mon[107749]: pgmap v313: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-18T13:36:19.545 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202526 7.70 MB/sec execute 584 sec latency 129.917 ms 2023-12-18T13:36:19.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:19 smithi192 ceph-mon[110373]: pgmap v313: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-18T13:36:20.546 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202739 7.70 MB/sec execute 585 sec latency 149.949 ms 2023-12-18T13:36:21.546 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202942 7.69 MB/sec execute 586 sec latency 137.078 ms 2023-12-18T13:36:22.453 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:22 smithi027 ceph-mon[107749]: pgmap v314: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-18T13:36:22.546 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203188 7.69 MB/sec execute 587 sec latency 130.142 ms 2023-12-18T13:36:22.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:22 smithi192 ceph-mon[110373]: pgmap v314: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 322 op/s 2023-12-18T13:36:23.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:23 smithi027 ceph-mon[107749]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-18T13:36:23.550 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203395 7.68 MB/sec execute 588 sec latency 129.349 ms 2023-12-18T13:36:23.553 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:23 smithi192 ceph-mon[110373]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-12-18T13:36:24.546 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203566 7.67 MB/sec execute 589 sec latency 126.620 ms 2023-12-18T13:36:25.304 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:25 smithi027 ceph-mon[107749]: pgmap v316: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 306 op/s 2023-12-18T13:36:25.546 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203784 7.67 MB/sec execute 590 sec latency 129.782 ms 2023-12-18T13:36:25.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:25 smithi192 ceph-mon[110373]: pgmap v316: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 306 op/s 2023-12-18T13:36:26.557 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203969 7.66 MB/sec execute 591 sec latency 129.643 ms 2023-12-18T13:36:27.379 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:27 smithi027 ceph-mon[107749]: pgmap v317: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T13:36:27.556 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204223 7.66 MB/sec execute 592 sec latency 131.430 ms 2023-12-18T13:36:27.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:27 smithi192 ceph-mon[110373]: pgmap v317: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T13:36:28.563 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204515 7.67 MB/sec execute 593 sec latency 130.798 ms 2023-12-18T13:36:29.455 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:29 smithi027 ceph-mon[107749]: pgmap v318: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-18T13:36:29.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:29 smithi192 ceph-mon[110373]: pgmap v318: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-18T13:36:29.564 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204708 7.67 MB/sec execute 594 sec latency 122.299 ms 2023-12-18T13:36:30.564 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204955 7.66 MB/sec execute 595 sec latency 138.068 ms 2023-12-18T13:36:30.971 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:30 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:31.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:30 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:31.564 INFO:teuthology.orchestra.run.smithi027.stdout: 5 205259 7.66 MB/sec execute 596 sec latency 135.165 ms 2023-12-18T13:36:31.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:31 smithi027 ceph-mon[107749]: pgmap v319: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-18T13:36:32.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:31 smithi192 ceph-mon[110373]: pgmap v319: 97 pgs: 97 active+clean; 349 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-18T13:36:32.574 INFO:teuthology.orchestra.run.smithi027.stdout: 5 205502 7.66 MB/sec execute 597 sec latency 136.709 ms 2023-12-18T13:36:33.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:33 smithi027 ceph-mon[107749]: pgmap v320: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-18T13:36:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:33 smithi192 ceph-mon[110373]: pgmap v320: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-18T13:36:33.574 INFO:teuthology.orchestra.run.smithi027.stdout: 5 205743 7.66 MB/sec execute 598 sec latency 128.305 ms 2023-12-18T13:36:34.574 INFO:teuthology.orchestra.run.smithi027.stdout: 5 205884 7.65 MB/sec execute 599 sec latency 135.498 ms 2023-12-18T13:36:35.358 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:35 smithi027 ceph-mon[107749]: pgmap v321: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-12-18T13:36:35.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:35 smithi192 ceph-mon[110373]: pgmap v321: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-12-18T13:36:35.574 INFO:teuthology.orchestra.run.smithi027.stdout: 5 206108 7.65 MB/sec execute 600 sec latency 161.468 ms 2023-12-18T13:36:36.574 INFO:teuthology.orchestra.run.smithi027.stdout: 5 cleanup 601 sec 2023-12-18T13:36:37.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:37 smithi027 ceph-mon[107749]: pgmap v322: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T13:36:37.574 INFO:teuthology.orchestra.run.smithi027.stdout: 2 cleanup 602 sec 2023-12-18T13:36:37.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:37 smithi192 ceph-mon[110373]: pgmap v322: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T13:36:38.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 603 sec 2023-12-18T13:36:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:39 smithi192 ceph-mon[110373]: pgmap v323: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:36:39.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 604 sec 2023-12-18T13:36:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:39 smithi027 ceph-mon[107749]: pgmap v323: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:36:40.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 605 sec 2023-12-18T13:36:41.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:41 smithi192 ceph-mon[110373]: pgmap v324: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:36:41.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 606 sec 2023-12-18T13:36:41.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:41 smithi027 ceph-mon[107749]: pgmap v324: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 274 op/s 2023-12-18T13:36:42.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 607 sec 2023-12-18T13:36:43.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:43 smithi192 ceph-mon[110373]: pgmap v325: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-12-18T13:36:43.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 608 sec 2023-12-18T13:36:43.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:43 smithi027 ceph-mon[107749]: pgmap v325: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 3.1 MiB/s wr, 309 op/s 2023-12-18T13:36:44.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 609 sec 2023-12-18T13:36:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:45 smithi192 ceph-mon[110373]: pgmap v326: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.6 MiB/s wr, 166 op/s 2023-12-18T13:36:45.574 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 610 sec 2023-12-18T13:36:45.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:45 smithi027 ceph-mon[107749]: pgmap v326: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.6 MiB/s wr, 166 op/s 2023-12-18T13:36:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:46.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 611 sec 2023-12-18T13:36:46.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:36:47.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 612 sec 2023-12-18T13:36:47.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:47 smithi027 ceph-mon[107749]: pgmap v327: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.6 MiB/s wr, 167 op/s 2023-12-18T13:36:47.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:47 smithi192 ceph-mon[110373]: pgmap v327: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.6 MiB/s wr, 167 op/s 2023-12-18T13:36:48.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 613 sec 2023-12-18T13:36:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:49 smithi192 ceph-mon[110373]: pgmap v328: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 108 KiB/s wr, 36 op/s 2023-12-18T13:36:49.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 614 sec 2023-12-18T13:36:49.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:49 smithi027 ceph-mon[107749]: pgmap v328: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 108 KiB/s wr, 36 op/s 2023-12-18T13:36:50.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 615 sec 2023-12-18T13:36:51.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:51 smithi192 ceph-mon[110373]: pgmap v329: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 108 KiB/s wr, 36 op/s 2023-12-18T13:36:51.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 616 sec 2023-12-18T13:36:51.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:51 smithi027 ceph-mon[107749]: pgmap v329: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 108 KiB/s wr, 36 op/s 2023-12-18T13:36:52.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 617 sec 2023-12-18T13:36:53.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:53 smithi192 ceph-mon[110373]: pgmap v330: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 108 KiB/s wr, 36 op/s 2023-12-18T13:36:53.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 618 sec 2023-12-18T13:36:53.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:53 smithi027 ceph-mon[107749]: pgmap v330: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 108 KiB/s wr, 36 op/s 2023-12-18T13:36:54.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 619 sec 2023-12-18T13:36:55.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:55 smithi192 ceph-mon[110373]: pgmap v331: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-12-18T13:36:55.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 620 sec 2023-12-18T13:36:55.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:55 smithi027 ceph-mon[107749]: pgmap v331: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-12-18T13:36:56.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 621 sec 2023-12-18T13:36:57.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 622 sec 2023-12-18T13:36:57.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:57 smithi027 ceph-mon[107749]: pgmap v332: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-12-18T13:36:57.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:57 smithi192 ceph-mon[110373]: pgmap v332: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 4.0 KiB/s wr, 1 op/s 2023-12-18T13:36:58.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 623 sec 2023-12-18T13:36:59.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:36:59 smithi192 ceph-mon[110373]: pgmap v333: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:36:59.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 624 sec 2023-12-18T13:36:59.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:36:59 smithi027 ceph-mon[107749]: pgmap v333: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:37:00.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 625 sec 2023-12-18T13:37:01.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:00 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:01.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:00 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:01.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 626 sec 2023-12-18T13:37:02.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:01 smithi192 ceph-mon[110373]: pgmap v334: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:37:02.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:01 smithi027 ceph-mon[107749]: pgmap v334: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:37:02.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 627 sec 2023-12-18T13:37:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:03 smithi192 ceph-mon[110373]: pgmap v335: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:37:03.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 628 sec 2023-12-18T13:37:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:03 smithi027 ceph-mon[107749]: pgmap v335: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-12-18T13:37:04.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 629 sec 2023-12-18T13:37:05.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:05 smithi192 ceph-mon[110373]: pgmap v336: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:05.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 630 sec 2023-12-18T13:37:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:05 smithi027 ceph-mon[107749]: pgmap v336: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:06.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 631 sec 2023-12-18T13:37:07.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 632 sec 2023-12-18T13:37:07.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:07 smithi027 ceph-mon[107749]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:07.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:07 smithi192 ceph-mon[110373]: pgmap v337: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:08.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 633 sec 2023-12-18T13:37:09.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:09 smithi192 ceph-mon[110373]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:09.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 634 sec 2023-12-18T13:37:09.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:09 smithi027 ceph-mon[107749]: pgmap v338: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:10.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 635 sec 2023-12-18T13:37:11.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:11 smithi192 ceph-mon[110373]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:11.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 636 sec 2023-12-18T13:37:11.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:11 smithi027 ceph-mon[107749]: pgmap v339: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:12.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 637 sec 2023-12-18T13:37:13.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:13 smithi192 ceph-mon[110373]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:37:13.575 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 638 sec 2023-12-18T13:37:13.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:13 smithi027 ceph-mon[107749]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:37:14.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 639 sec 2023-12-18T13:37:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:15 smithi192 ceph-mon[110373]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:15.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 640 sec 2023-12-18T13:37:15.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:15 smithi027 ceph-mon[107749]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:16.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 641 sec 2023-12-18T13:37:16.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:17.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 642 sec 2023-12-18T13:37:17.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:17 smithi027 ceph-mon[107749]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:17.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:17 smithi192 ceph-mon[110373]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:18.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 643 sec 2023-12-18T13:37:19.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:19 smithi192 ceph-mon[110373]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:19.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 644 sec 2023-12-18T13:37:19.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:19 smithi027 ceph-mon[107749]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:20.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 645 sec 2023-12-18T13:37:21.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:21 smithi192 ceph-mon[110373]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:21.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 646 sec 2023-12-18T13:37:21.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:21 smithi027 ceph-mon[107749]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:22.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 647 sec 2023-12-18T13:37:23.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:23 smithi192 ceph-mon[110373]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:37:23.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 648 sec 2023-12-18T13:37:23.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:23 smithi027 ceph-mon[107749]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:37:24.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 649 sec 2023-12-18T13:37:25.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:25 smithi192 ceph-mon[110373]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:25.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 650 sec 2023-12-18T13:37:25.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:25 smithi027 ceph-mon[107749]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:26.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 651 sec 2023-12-18T13:37:27.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 652 sec 2023-12-18T13:37:27.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:27 smithi027 ceph-mon[107749]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:27.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:27 smithi192 ceph-mon[110373]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:28.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 653 sec 2023-12-18T13:37:29.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:29 smithi192 ceph-mon[110373]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:29.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 654 sec 2023-12-18T13:37:29.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:29 smithi027 ceph-mon[107749]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:30.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 655 sec 2023-12-18T13:37:31.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:30 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:31.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:30 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:31.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 656 sec 2023-12-18T13:37:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:31 smithi027 ceph-mon[107749]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:32.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:31 smithi192 ceph-mon[110373]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:32.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 657 sec 2023-12-18T13:37:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:33 smithi192 ceph-mon[110373]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:37:33.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 658 sec 2023-12-18T13:37:33.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:33 smithi027 ceph-mon[107749]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:37:34.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 659 sec 2023-12-18T13:37:35.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:35 smithi192 ceph-mon[110373]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:35.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 660 sec 2023-12-18T13:37:35.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:35 smithi027 ceph-mon[107749]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:36.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 661 sec 2023-12-18T13:37:37.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 662 sec 2023-12-18T13:37:37.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:37 smithi027 ceph-mon[107749]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:37.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:37 smithi192 ceph-mon[110373]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:38.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 663 sec 2023-12-18T13:37:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:39 smithi192 ceph-mon[110373]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:39.576 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 664 sec 2023-12-18T13:37:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:39 smithi027 ceph-mon[107749]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:40.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 665 sec 2023-12-18T13:37:41.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:41 smithi192 ceph-mon[110373]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:41.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 666 sec 2023-12-18T13:37:41.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:41 smithi027 ceph-mon[107749]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:42.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 667 sec 2023-12-18T13:37:43.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:43 smithi192 ceph-mon[110373]: pgmap v355: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T13:37:43.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 668 sec 2023-12-18T13:37:43.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:43 smithi027 ceph-mon[107749]: pgmap v355: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T13:37:44.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 669 sec 2023-12-18T13:37:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:45 smithi192 ceph-mon[110373]: pgmap v356: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T13:37:45.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 670 sec 2023-12-18T13:37:45.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:45 smithi027 ceph-mon[107749]: pgmap v356: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-12-18T13:37:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:46.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 671 sec 2023-12-18T13:37:46.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:37:47.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 672 sec 2023-12-18T13:37:47.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:47 smithi027 ceph-mon[107749]: pgmap v357: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:47.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:47 smithi192 ceph-mon[110373]: pgmap v357: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:48.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 673 sec 2023-12-18T13:37:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:49 smithi192 ceph-mon[110373]: pgmap v358: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:49.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 674 sec 2023-12-18T13:37:49.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:49 smithi027 ceph-mon[107749]: pgmap v358: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:50.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 675 sec 2023-12-18T13:37:51.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:51 smithi192 ceph-mon[110373]: pgmap v359: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:51.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 676 sec 2023-12-18T13:37:51.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:51 smithi027 ceph-mon[107749]: pgmap v359: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:52.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 677 sec 2023-12-18T13:37:53.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:53 smithi192 ceph-mon[110373]: pgmap v360: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:53.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 678 sec 2023-12-18T13:37:53.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:53 smithi027 ceph-mon[107749]: pgmap v360: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-18T13:37:54.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 679 sec 2023-12-18T13:37:55.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:55 smithi192 ceph-mon[110373]: pgmap v361: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-12-18T13:37:55.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 680 sec 2023-12-18T13:37:55.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:55 smithi027 ceph-mon[107749]: pgmap v361: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-12-18T13:37:56.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 681 sec 2023-12-18T13:37:57.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 682 sec 2023-12-18T13:37:57.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:57 smithi027 ceph-mon[107749]: pgmap v362: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-12-18T13:37:57.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:57 smithi192 ceph-mon[110373]: pgmap v362: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-12-18T13:37:58.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 683 sec 2023-12-18T13:37:59.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:37:59 smithi192 ceph-mon[110373]: pgmap v363: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:37:59.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 684 sec 2023-12-18T13:37:59.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:37:59 smithi027 ceph-mon[107749]: pgmap v363: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:00.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 685 sec 2023-12-18T13:38:01.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:00 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:01.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:00 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:01.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 686 sec 2023-12-18T13:38:02.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:01 smithi027 ceph-mon[107749]: pgmap v364: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:02.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:01 smithi192 ceph-mon[110373]: pgmap v364: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:02.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 687 sec 2023-12-18T13:38:03.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:03 smithi192 ceph-mon[110373]: pgmap v365: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:38:03.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 688 sec 2023-12-18T13:38:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:03 smithi027 ceph-mon[107749]: pgmap v365: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:38:04.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 689 sec 2023-12-18T13:38:05.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:05 smithi192 ceph-mon[110373]: pgmap v366: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:05.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 690 sec 2023-12-18T13:38:05.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:05 smithi027 ceph-mon[107749]: pgmap v366: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:06.577 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 691 sec 2023-12-18T13:38:07.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 692 sec 2023-12-18T13:38:07.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:07 smithi027 ceph-mon[107749]: pgmap v367: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:07.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:07 smithi192 ceph-mon[110373]: pgmap v367: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:08.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 693 sec 2023-12-18T13:38:09.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:09 smithi192 ceph-mon[110373]: pgmap v368: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:09.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 694 sec 2023-12-18T13:38:09.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:09 smithi027 ceph-mon[107749]: pgmap v368: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:10.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 695 sec 2023-12-18T13:38:11.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:11 smithi192 ceph-mon[110373]: pgmap v369: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:11.578 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 696 sec 2023-12-18T13:38:11.600 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:11 smithi027 ceph-mon[107749]: pgmap v369: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: 0 cleanup 696 sec 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: Operation Count AvgLat MaxLat 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: ---------------------------------------- 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: NTCreateX 147293 7.181 164.010 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: Close 108168 0.132 21.135 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: Rename 6258 11.535 211.117 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: Unlink 29757 7.080 127.760 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: Qpathinfo 133616 2.951 123.214 2023-12-18T13:38:11.608 INFO:teuthology.orchestra.run.smithi027.stdout: Qfileinfo 23311 0.092 14.508 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: Qfsinfo 24515 1.549 37.567 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: Sfileinfo 12024 10.833 87.890 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: Find 51629 5.409 151.965 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: WriteX 72842 10.980 71.543 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: ReadX 231445 0.010 5.902 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: LockX 482 0.422 11.927 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: UnlockX 482 0.311 4.963 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: Flush 10334 0.002 0.047 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:38:11.609 INFO:teuthology.orchestra.run.smithi027.stdout:Throughput 7.65031 MB/sec 5 clients 5 procs max_latency=211.126 ms 2023-12-18T13:38:11.611 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-18T13:38:11.684 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-18T13:38:11.756 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-18T13:38:11.817 INFO:teuthology.orchestra.run.smithi027.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T13:38:11.817 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:38:11.817 INFO:teuthology.orchestra.run.smithi027.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-18T13:38:11.817 INFO:teuthology.orchestra.run.smithi027.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T13:38:11.910 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch ps' 2023-12-18T13:38:11.918 INFO:teuthology.orchestra.run.smithi027.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T13:38:11.918 INFO:teuthology.orchestra.run.smithi027.stdout:releasing clients 2023-12-18T13:38:12.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:38:12.933 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:12 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:38:13.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:38:13.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:12 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:38:13.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 282 18.99 MB/sec execute 1 sec latency 130.655 ms 2023-12-18T13:38:13.963 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:13 smithi027 ceph-mon[107749]: pgmap v370: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:38:14.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:13 smithi192 ceph-mon[110373]: pgmap v370: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:38:14.463 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:38:14.463 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-18T13:38:14.463 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (18m) 12m ago 18m 6995k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (17m) 8m ago 17m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (14m) 12m ago 14m 34.7M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (13m) 8m ago 13m 16.4M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:9283 running (19m) 12m ago 19m 423M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (12m) 8m ago 17m 513M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (19m) 12m ago 19m 88.7M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (17m) 8m ago 17m 65.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (13m) 12m ago 13m 256M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (13m) 8m ago 13m 89.8M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 running (11m) 8m ago 17m 25.8M - 1.3.1 1dbe0e931976 f7421626d55d 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (16m) 12m ago 16m 495M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:38:14.464 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (16m) 12m ago 16m 359M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:38:14.465 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (16m) 12m ago 16m 184M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:38:14.465 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (16m) 12m ago 16m 441M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:38:14.465 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (15m) 8m ago 15m 1358M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:38:14.465 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (15m) 8m ago 15m 1604M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:38:14.465 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (15m) 8m ago 15m 1255M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:38:14.465 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (14m) 8m ago 14m 1967M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:38:14.465 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-18T13:38:14.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 399 18.73 MB/sec execute 2 sec latency 147.092 ms 2023-12-18T13:38:15.126 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions' 2023-12-18T13:38:15.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:15 smithi027 ceph-mon[107749]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:15.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:15 smithi027 ceph-mon[107749]: pgmap v371: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:15 smithi192 ceph-mon[110373]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:38:15.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:15 smithi192 ceph-mon[110373]: pgmap v371: 97 pgs: 97 active+clean; 240 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:15.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 530 19.27 MB/sec execute 3 sec latency 131.899 ms 2023-12-18T13:38:16.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:16.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:16.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 732 18.22 MB/sec execute 4 sec latency 118.743 ms 2023-12-18T13:38:17.602 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:17 smithi027 ceph-mon[107749]: pgmap v372: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 146 op/s 2023-12-18T13:38:17.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:17 smithi192 ceph-mon[110373]: pgmap v372: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 146 op/s 2023-12-18T13:38:17.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 cleanup 5 sec 2023-12-18T13:38:18.066 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:38:18.066 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:38:18.066 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:38:18.066 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:38:18.066 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:38:18.066 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:38:18.066 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:38:18.067 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:38:18.427 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:18 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/4038454600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:38:18.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:18 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/4038454600' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:38:18.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 6 sec 2023-12-18T13:38:19.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:19 smithi027 ceph-mon[107749]: pgmap v373: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 146 op/s 2023-12-18T13:38:19.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:19 smithi192 ceph-mon[110373]: pgmap v373: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 146 op/s 2023-12-18T13:38:19.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 7 sec 2023-12-18T13:38:20.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 8 sec 2023-12-18T13:38:21.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:21 smithi192 ceph-mon[110373]: pgmap v374: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 146 op/s 2023-12-18T13:38:21.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:21 smithi027 ceph-mon[107749]: pgmap v374: 97 pgs: 97 active+clean; 339 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 8.8 MiB/s wr, 146 op/s 2023-12-18T13:38:21.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 9 sec 2023-12-18T13:38:22.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 10 sec 2023-12-18T13:38:23.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:23 smithi192 ceph-mon[110373]: pgmap v375: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.2 MiB/s wr, 207 op/s 2023-12-18T13:38:23.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:23 smithi027 ceph-mon[107749]: pgmap v375: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.2 MiB/s wr, 207 op/s 2023-12-18T13:38:23.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 11 sec 2023-12-18T13:38:24.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 12 sec 2023-12-18T13:38:25.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:25 smithi192 ceph-mon[110373]: pgmap v376: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.2 MiB/s wr, 206 op/s 2023-12-18T13:38:25.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:25 smithi027 ceph-mon[107749]: pgmap v376: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.2 MiB/s wr, 206 op/s 2023-12-18T13:38:25.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 13 sec 2023-12-18T13:38:26.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 14 sec 2023-12-18T13:38:27.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:27 smithi027 ceph-mon[107749]: pgmap v377: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.2 MiB/s wr, 207 op/s 2023-12-18T13:38:27.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:27 smithi192 ceph-mon[110373]: pgmap v377: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.2 MiB/s wr, 207 op/s 2023-12-18T13:38:27.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 15 sec 2023-12-18T13:38:28.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 16 sec 2023-12-18T13:38:29.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:29 smithi192 ceph-mon[110373]: pgmap v378: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 369 KiB/s wr, 61 op/s 2023-12-18T13:38:29.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:29 smithi027 ceph-mon[107749]: pgmap v378: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 369 KiB/s wr, 61 op/s 2023-12-18T13:38:29.918 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 17 sec 2023-12-18T13:38:30.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 18 sec 2023-12-18T13:38:31.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:30 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:31.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:30 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:31.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 19 sec 2023-12-18T13:38:32.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:31 smithi027 ceph-mon[107749]: pgmap v379: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 369 KiB/s wr, 61 op/s 2023-12-18T13:38:32.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:31 smithi192 ceph-mon[110373]: pgmap v379: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 369 KiB/s wr, 61 op/s 2023-12-18T13:38:32.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 20 sec 2023-12-18T13:38:33.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:33 smithi192 ceph-mon[110373]: pgmap v380: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 370 KiB/s wr, 61 op/s 2023-12-18T13:38:33.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:33 smithi027 ceph-mon[107749]: pgmap v380: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 370 KiB/s wr, 61 op/s 2023-12-18T13:38:33.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 21 sec 2023-12-18T13:38:34.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 22 sec 2023-12-18T13:38:35.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:35 smithi192 ceph-mon[110373]: pgmap v381: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-18T13:38:35.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:35 smithi027 ceph-mon[107749]: pgmap v381: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-18T13:38:35.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 23 sec 2023-12-18T13:38:36.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 24 sec 2023-12-18T13:38:37.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:37 smithi027 ceph-mon[107749]: pgmap v382: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-18T13:38:37.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:37 smithi192 ceph-mon[110373]: pgmap v382: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 17 KiB/s wr, 0 op/s 2023-12-18T13:38:37.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 25 sec 2023-12-18T13:38:38.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 26 sec 2023-12-18T13:38:39.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:39 smithi192 ceph-mon[110373]: pgmap v383: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-18T13:38:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:39 smithi027 ceph-mon[107749]: pgmap v383: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-18T13:38:39.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 27 sec 2023-12-18T13:38:40.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 28 sec 2023-12-18T13:38:41.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:41 smithi192 ceph-mon[110373]: pgmap v384: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-18T13:38:41.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:41 smithi027 ceph-mon[107749]: pgmap v384: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 767 B/s wr, 0 op/s 2023-12-18T13:38:41.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 29 sec 2023-12-18T13:38:42.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 30 sec 2023-12-18T13:38:43.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:43 smithi192 ceph-mon[110373]: pgmap v385: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 767 B/s wr, 0 op/s 2023-12-18T13:38:43.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:43 smithi027 ceph-mon[107749]: pgmap v385: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 767 B/s wr, 0 op/s 2023-12-18T13:38:43.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 31 sec 2023-12-18T13:38:44.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 32 sec 2023-12-18T13:38:45.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:45 smithi192 ceph-mon[110373]: pgmap v386: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:45.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:45 smithi027 ceph-mon[107749]: pgmap v386: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:45.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 33 sec 2023-12-18T13:38:46.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:46.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:38:46.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 34 sec 2023-12-18T13:38:47.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:47 smithi027 ceph-mon[107749]: pgmap v387: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:47.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:47 smithi192 ceph-mon[110373]: pgmap v387: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:47.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 35 sec 2023-12-18T13:38:48.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 36 sec 2023-12-18T13:38:49.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:49 smithi192 ceph-mon[110373]: pgmap v388: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:49.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:49 smithi027 ceph-mon[107749]: pgmap v388: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:49.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 37 sec 2023-12-18T13:38:50.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 38 sec 2023-12-18T13:38:51.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:51 smithi192 ceph-mon[110373]: pgmap v389: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:51.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:51 smithi027 ceph-mon[107749]: pgmap v389: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:51.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 39 sec 2023-12-18T13:38:52.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 40 sec 2023-12-18T13:38:53.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:53 smithi192 ceph-mon[110373]: pgmap v390: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:38:53.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:53 smithi027 ceph-mon[107749]: pgmap v390: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:38:53.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 41 sec 2023-12-18T13:38:54.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 42 sec 2023-12-18T13:38:55.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:55 smithi192 ceph-mon[110373]: pgmap v391: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:55.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:55 smithi027 ceph-mon[107749]: pgmap v391: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:55.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 43 sec 2023-12-18T13:38:56.920 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 44 sec 2023-12-18T13:38:57.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:57 smithi027 ceph-mon[107749]: pgmap v392: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:57.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:57 smithi192 ceph-mon[110373]: pgmap v392: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:38:57.920 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 45 sec 2023-12-18T13:38:58.919 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 46 sec 2023-12-18T13:38:59.007 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-18T13:38:59.342 INFO:teuthology.orchestra.run.smithi027.stdout: 0 cleanup 46 sec 2023-12-18T13:38:59.342 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:38:59.342 INFO:teuthology.orchestra.run.smithi027.stdout: Operation Count AvgLat MaxLat 2023-12-18T13:38:59.342 INFO:teuthology.orchestra.run.smithi027.stdout: ---------------------------------------- 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: NTCreateX 506 24.390 147.087 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Close 475 9.108 43.047 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Rename 14 27.914 43.305 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Unlink 32 5.522 67.703 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Qpathinfo 96 3.932 63.212 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Qfileinfo 329 13.303 32.026 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Qfsinfo 71 1.779 16.123 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Sfileinfo 65 15.745 47.572 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Find 85 10.018 109.634 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: WriteX 1580 0.024 0.067 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: ReadX 319 0.027 3.040 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: Flush 98 11.915 31.101 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-18T13:38:59.343 INFO:teuthology.orchestra.run.smithi027.stdout:Throughput 18.2225 MB/sec 5 clients 5 procs max_latency=147.092 ms 2023-12-18T13:38:59.344 DEBUG:teuthology.parallel:result is None 2023-12-18T13:39:00.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: pgmap v393: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:00.207 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:38:59 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: pgmap v393: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:00.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:00.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:00.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:39:00.305 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:38:59 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:00.333 INFO:teuthology.orchestra.run.smithi027.stdout:wait for servicemap items w/ changing names to refresh 2023-12-18T13:39:00.686 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'sleep 60' 2023-12-18T13:39:01.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:00 smithi027 ceph-mon[107749]: pgmap v394: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-18T13:39:01.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:00 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:01.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:00 smithi027 ceph-mon[107749]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T13:39:01.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:00 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:01.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:00 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:01.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:00 smithi192 ceph-mon[110373]: pgmap v394: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-18T13:39:01.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:00 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:01.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:00 smithi192 ceph-mon[110373]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T13:39:01.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:00 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:01.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:00 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:02.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:02 smithi027 ceph-mon[107749]: pgmap v395: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-18T13:39:02.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:02 smithi192 ceph-mon[110373]: pgmap v395: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-12-18T13:39:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:04 smithi192 ceph-mon[110373]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 400 B/s rd, 3.4 KiB/s wr, 1 op/s 2023-12-18T13:39:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:04.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:04 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:04.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:04 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:04.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:04 smithi027 ceph-mon[107749]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 400 B/s rd, 3.4 KiB/s wr, 1 op/s 2023-12-18T13:39:04.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:04.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:04.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:39:04.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:04 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:39:04.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:04.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:04 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:05 smithi192 ceph-mon[110373]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 446 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-12-18T13:39:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:05 smithi192 ceph-mon[110373]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T13:39:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:05 smithi027 ceph-mon[107749]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 446 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-12-18T13:39:05.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:05 smithi027 ceph-mon[107749]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T13:39:07.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:07 smithi027 ceph-mon[107749]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 446 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-12-18T13:39:07.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:07 smithi192 ceph-mon[110373]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 446 B/s rd, 3.8 KiB/s wr, 2 op/s 2023-12-18T13:39:09.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:09 smithi027 ceph-mon[107749]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 670 B/s rd, 8.6 KiB/s wr, 4 op/s 2023-12-18T13:39:09.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:09 smithi192 ceph-mon[110373]: pgmap v399: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 670 B/s rd, 8.6 KiB/s wr, 4 op/s 2023-12-18T13:39:11.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:11 smithi027 ceph-mon[107749]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 561 B/s rd, 7.2 KiB/s wr, 3 op/s 2023-12-18T13:39:11.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:11 smithi192 ceph-mon[110373]: pgmap v400: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 561 B/s rd, 7.2 KiB/s wr, 3 op/s 2023-12-18T13:39:13.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:13 smithi027 ceph-mon[107749]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 748 B/s rd, 7.9 KiB/s wr, 4 op/s 2023-12-18T13:39:13.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:13 smithi192 ceph-mon[110373]: pgmap v401: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 748 B/s rd, 7.9 KiB/s wr, 4 op/s 2023-12-18T13:39:15.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:15 smithi027 ceph-mon[107749]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 374 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-18T13:39:15.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:15 smithi192 ceph-mon[110373]: pgmap v402: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 374 B/s rd, 4.7 KiB/s wr, 2 op/s 2023-12-18T13:39:17.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:16 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:17.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:16 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:17.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:16 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:39:17.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:16 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:18.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:17 smithi192 ceph-mon[110373]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T13:39:18.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:17 smithi027 ceph-mon[107749]: pgmap v403: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T13:39:20.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:19 smithi192 ceph-mon[110373]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T13:39:20.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:19 smithi027 ceph-mon[107749]: pgmap v404: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-12-18T13:39:22.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:21 smithi192 ceph-mon[110373]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2023-12-18T13:39:22.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:21 smithi027 ceph-mon[107749]: pgmap v405: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 597 B/s wr, 0 op/s 2023-12-18T13:39:24.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:23 smithi192 ceph-mon[110373]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 0 op/s 2023-12-18T13:39:24.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:23 smithi027 ceph-mon[107749]: pgmap v406: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 0 op/s 2023-12-18T13:39:26.054 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:25 smithi192 ceph-mon[110373]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:26.216 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:25 smithi027 ceph-mon[107749]: pgmap v407: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:27.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:27 smithi027 ceph-mon[107749]: pgmap v408: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:27.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:27 smithi192 ceph-mon[110373]: pgmap v408: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:29.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:29 smithi027 ceph-mon[107749]: pgmap v409: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:29.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:29 smithi192 ceph-mon[110373]: pgmap v409: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:31.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:31 smithi027 ceph-mon[107749]: pgmap v410: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:31.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:31 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:31.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:31 smithi192 ceph-mon[110373]: pgmap v410: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:31.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:31 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:33.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:33 smithi027 ceph-mon[107749]: pgmap v411: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:39:33.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:33 smithi192 ceph-mon[110373]: pgmap v411: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:39:35.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:35 smithi027 ceph-mon[107749]: pgmap v412: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:35.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:35 smithi192 ceph-mon[110373]: pgmap v412: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:37.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:37 smithi027 ceph-mon[107749]: pgmap v413: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:37.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:37 smithi192 ceph-mon[110373]: pgmap v413: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:39.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:39 smithi027 ceph-mon[107749]: pgmap v414: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:39.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:39 smithi192 ceph-mon[110373]: pgmap v414: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:41.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:41 smithi027 ceph-mon[107749]: pgmap v415: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:41.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:41 smithi192 ceph-mon[110373]: pgmap v415: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:43.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:43 smithi027 ceph-mon[107749]: pgmap v416: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:39:43.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:43 smithi192 ceph-mon[110373]: pgmap v416: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:39:45.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:45 smithi027 ceph-mon[107749]: pgmap v417: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:45.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:45 smithi192 ceph-mon[110373]: pgmap v417: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:46.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:46 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:46.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:46 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:39:47.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:47 smithi027 ceph-mon[107749]: pgmap v418: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:47.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:47 smithi192 ceph-mon[110373]: pgmap v418: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:49.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:49 smithi027 ceph-mon[107749]: pgmap v419: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:49.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:49 smithi192 ceph-mon[110373]: pgmap v419: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:51.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:51 smithi027 ceph-mon[107749]: pgmap v420: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:51.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:51 smithi192 ceph-mon[110373]: pgmap v420: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:53.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:53 smithi027 ceph-mon[107749]: pgmap v421: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:39:53.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:53 smithi192 ceph-mon[110373]: pgmap v421: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:39:55.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:55 smithi027 ceph-mon[107749]: pgmap v422: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:55.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:55 smithi192 ceph-mon[110373]: pgmap v422: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:57.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:57 smithi027 ceph-mon[107749]: pgmap v423: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:57.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:57 smithi192 ceph-mon[110373]: pgmap v423: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:59.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:39:59 smithi027 ceph-mon[107749]: pgmap v424: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:39:59.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:39:59 smithi192 ceph-mon[110373]: pgmap v424: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:40:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:40:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: Upgrade daemon: mgr.smithi027.zqcsao: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.zqcsao ... 2023-12-18T13:40:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:40:00.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: Traceback (most recent call last): 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: "__main__", mod_spec) 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: exec(code, run_globals) 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:40:00.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:00 smithi027 ceph-mon[107749]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:40:00.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:40:00.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: Upgrade daemon: mgr.smithi027.zqcsao: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.zqcsao ... 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: Traceback (most recent call last): 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: "__main__", mod_spec) 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: exec(code, run_globals) 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:40:00.805 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:40:00.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:40:00.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:40:00.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:40:00.806 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:00 smithi192 ceph-mon[110373]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:40:01.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:01 smithi027 ceph-mon[107749]: pgmap v425: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:01.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:01 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:40:01.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:01 smithi192 ceph-mon[110373]: pgmap v425: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:01.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:01 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:40:02.819 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch ps' 2023-12-18T13:40:03.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:03 smithi027 ceph-mon[107749]: pgmap v426: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:40:03.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:03 smithi192 ceph-mon[110373]: pgmap v426: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (13m) 59s ago 19m 26.9M - 0.23.0 ba2b418f427c 758cd0f0f8ba 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (19m) 59s ago 19m 6991k - 17.2.0 e1d6a67b021e 5b89ce587515 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi192 smithi192 running (19m) 9m ago 19m 7151k - 17.2.0 e1d6a67b021e 55b35a775616 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (13m) 59s ago 19m 58.5M - 8.3.5 dad864ee21e9 72e6991885c3 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.qgizac smithi027 running (15m) 59s ago 15m 38.5M - 17.2.0 e1d6a67b021e ecb99bf16de1 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi192.bzkadj smithi192 running (15m) 9m ago 15m 16.4M - 17.2.0 e1d6a67b021e e27dc884589a 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.zqcsao smithi027 *:8443,9283,8765 running (21m) 59s ago 21m 431M - 17.2.0 e1d6a67b021e b3c235e45663 2023-12-18T13:40:04.232 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi192.yasrzc smithi192 *:8443,9283 running (14m) 9m ago 19m 513M - 19.0.0-303-g861525e2 4fb1f853d261 50c47083f3de 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (21m) 59s ago 21m 170M 2048M 17.2.0 e1d6a67b021e aa20eb2d2768 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi192 smithi192 running (19m) 9m ago 19m 65.2M 2048M 17.2.0 e1d6a67b021e feaae48d74a0 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.ofmzji smithi027 *:2049 running (15m) 59s ago 15m 295M - 4.0 e1d6a67b021e 760bd1fddda6 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi192.qmowsh smithi192 *:2049 running (15m) 9m ago 15m 89.8M - 4.0 e1d6a67b021e 814fc5474ab7 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (13m) 59s ago 19m 24.3M - 1.3.1 1dbe0e931976 1f8296a61ba4 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi192 smithi192 *:9100 running (13m) 9m ago 19m 25.8M - 1.3.1 1dbe0e931976 f7421626d55d 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (18m) 59s ago 18m 2522M 1944M 17.2.0 e1d6a67b021e 122ca65eb3ce 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (18m) 59s ago 18m 2580M 1944M 17.2.0 e1d6a67b021e cb1444f0f786 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (18m) 59s ago 18m 1968M 1944M 17.2.0 e1d6a67b021e 7e64d6f88c96 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (17m) 59s ago 17m 2429M 1944M 17.2.0 e1d6a67b021e b1927e2c454c 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi192 running (17m) 9m ago 17m 1358M 2712M 17.2.0 e1d6a67b021e 0961611e3019 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi192 running (17m) 9m ago 17m 1604M 2712M 17.2.0 e1d6a67b021e e8f8be6059d7 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi192 running (17m) 9m ago 17m 1255M 2712M 17.2.0 e1d6a67b021e 68f6b764a66b 2023-12-18T13:40:04.233 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi192 running (16m) 9m ago 16m 1967M 2712M 17.2.0 e1d6a67b021e d0866daaec43 2023-12-18T13:40:04.234 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (13m) 59s ago 19m 70.8M - 2.33.4 514e6a882f6e 5e488133a0d9 2023-12-18T13:40:04.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:04 smithi027 ceph-mon[107749]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:04.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:04 smithi192 ceph-mon[110373]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:04.605 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch upgrade status' 2023-12-18T13:40:05.664 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:05 smithi027 ceph-mon[107749]: pgmap v427: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:05.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:05 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:05 smithi192 ceph-mon[110373]: pgmap v427: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:05.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:05 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:40:06.351 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed.", 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": true 2023-12-18T13:40:06.352 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:40:06.808 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph health detail' 2023-12-18T13:40:07.635 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:07 smithi027 ceph-mon[107749]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:07.635 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:07 smithi027 ceph-mon[107749]: pgmap v428: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:07.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:07 smithi192 ceph-mon[110373]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:40:07.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:07 smithi192 ceph-mon[110373]: pgmap v428: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_WARN Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.zqcsao on host smithi027 failed. 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrade daemon: mgr.smithi027.zqcsao: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.zqcsao ... 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout:Traceback (most recent call last): 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout: "__main__", mod_spec) 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout: exec(code, run_globals) 2023-12-18T13:40:08.919 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:40:08.920 INFO:teuthology.orchestra.run.smithi027.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:40:09.454 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions' 2023-12-18T13:40:09.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:09 smithi027 ceph-mon[107749]: pgmap v429: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:09.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:09 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/275635725' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:40:09.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:09 smithi192 ceph-mon[110373]: pgmap v429: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:09.804 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:09 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/275635725' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:40:10.621 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:10 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:10.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:10 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:10.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:10 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:10.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:10 smithi027 ceph-mon[107749]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:10.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:10 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:10.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:10 smithi027 ceph-mon[107749]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:11.054 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-18T13:40:11.054 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-18T13:40:11.054 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:40:11.054 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-18T13:40:11.055 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-18T13:40:11.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:10 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:11.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:10 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:11.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:10 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:40:11.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:10 smithi192 ceph-mon[110373]: from='mgr.24393 172.21.15.192:0/4036737573' entity='mgr.smithi192.yasrzc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:40:11.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:10 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:11.056 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:10 smithi192 ceph-mon[110373]: from='mgr.24393 ' entity='mgr.smithi192.yasrzc' 2023-12-18T13:40:11.427 DEBUG:teuthology.orchestra.run.smithi027:> 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-18T13:40:12.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:12 smithi027 ceph-mon[107749]: pgmap v430: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:12.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:12 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/2049820441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:40:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:12 smithi192 ceph-mon[110373]: pgmap v430: 97 pgs: 97 active+clean; 238 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:40:12.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:12 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/2049820441' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:40:13.003 INFO:teuthology.orchestra.run.smithi027.stdout:false 2023-12-18T13:40:13.304 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:13 smithi192 ceph-mon[110373]: from='client.? 172.21.15.27:0/3057681561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:40:13.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:13 smithi027 ceph-mon[107749]: from='client.? 172.21.15.27:0/3057681561' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:40:13.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:40:13.376 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T13:40:13.450 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6e94f0ef7eae49eea5c7404b1fcc64ce Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T13:40:13.453 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-18T13:40:13.462 INFO:tasks.cephadm:Teardown begin 2023-12-18T13:40:13.463 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:40:13.498 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:40:13.535 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-18T13:40:13.535 DEBUG:teuthology.orchestra.run.smithi027:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:40:13.557 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:40:13.596 INFO:tasks.cephadm:Stopping all daemons... 2023-12-18T13:40:13.596 INFO:tasks.cephadm.mon.smithi027:Stopping mon.smithi027... 2023-12-18T13:40:13.596 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi027 2023-12-18T13:40:13.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:13 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:13.966 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:13 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi027[107726]: 2023-12-18T13:40:13.709+0000 7f8892859700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi027 -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-12-18T13:40:13.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 18 13:40:13 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi027[107726]: 2023-12-18T13:40:13.709+0000 7f8892859700 -1 mon.smithi027@0(leader) e2 *** Got Signal Terminated *** 2023-12-18T13:40:14.168 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi027.service' 2023-12-18T13:40:14.218 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:14.218 INFO:tasks.cephadm.mon.smithi027:Stopped mon.smithi027 2023-12-18T13:40:14.219 INFO:tasks.cephadm.mon.smithi192:Stopping mon.smithi192... 2023-12-18T13:40:14.219 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi192 2023-12-18T13:40:14.554 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:14 smithi192 systemd[1]: Stopping Ceph mon.smithi192 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:14.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:14 smithi192 bash[135591]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon.smithi192" found: no such container 2023-12-18T13:40:14.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:14 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi192[110349]: 2023-12-18T13:40:14.363+0000 7f9f7ac9c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi192 -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-12-18T13:40:14.555 INFO:journalctl@ceph.mon.smithi192.smithi192.stdout:Dec 18 13:40:14 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-mon-smithi192[110349]: 2023-12-18T13:40:14.363+0000 7f9f7ac9c700 -1 mon.smithi192@1(peon) e2 *** Got Signal Terminated *** 2023-12-18T13:40:14.863 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@mon.smithi192.service' 2023-12-18T13:40:14.932 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:14.932 INFO:tasks.cephadm.mon.smithi192:Stopped mon.smithi192 2023-12-18T13:40:14.932 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-18T13:40:14.933 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.0 2023-12-18T13:40:15.216 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:40:14 smithi027 systemd[1]: Stopping Ceph osd.0 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:15.216 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:40:15 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-0[120537]: 2023-12-18T13:40:15.079+0000 7f00f531b700 -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-12-18T13:40:15.216 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:40:15 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-0[120537]: 2023-12-18T13:40:15.079+0000 7f00f531b700 -1 osd.0 70 *** Got signal Terminated *** 2023-12-18T13:40:15.217 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:40:15 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-0[120537]: 2023-12-18T13:40:15.079+0000 7f00f531b700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:40:21.183 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:40:20 smithi027 bash[158185]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-0 2023-12-18T13:40:21.183 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 18 13:40:20 smithi027 bash[158263]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-18T13:40:21.937 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.0.service' 2023-12-18T13:40:21.978 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:21.978 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-18T13:40:21.978 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-18T13:40:21.979 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.1 2023-12-18T13:40:22.216 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:40:22 smithi027 systemd[1]: Stopping Ceph osd.1 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:22.216 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:40:22 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-1[125275]: 2023-12-18T13:40:22.124+0000 7f94e14d3700 -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-12-18T13:40:22.217 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:40:22 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-1[125275]: 2023-12-18T13:40:22.124+0000 7f94e14d3700 -1 osd.1 70 *** Got signal Terminated *** 2023-12-18T13:40:22.217 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:40:22 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-1[125275]: 2023-12-18T13:40:22.124+0000 7f94e14d3700 -1 osd.1 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:40:27.966 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:40:27 smithi027 bash[158442]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-1 2023-12-18T13:40:27.967 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 18 13:40:27 smithi027 bash[158483]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-18T13:40:28.978 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.1.service' 2023-12-18T13:40:29.019 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:29.020 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-18T13:40:29.020 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-18T13:40:29.020 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.2 2023-12-18T13:40:29.466 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:40:29 smithi027 systemd[1]: Stopping Ceph osd.2 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:29.467 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:40:29 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-2[129565]: 2023-12-18T13:40:29.181+0000 7f4911267700 -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-12-18T13:40:29.467 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:40:29 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-2[129565]: 2023-12-18T13:40:29.181+0000 7f4911267700 -1 osd.2 70 *** Got signal Terminated *** 2023-12-18T13:40:29.467 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:40:29 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-2[129565]: 2023-12-18T13:40:29.181+0000 7f4911267700 -1 osd.2 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:40:35.216 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:40:35 smithi027 bash[158662]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-2 2023-12-18T13:40:35.216 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 18 13:40:35 smithi027 bash[158708]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-18T13:40:36.168 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.2.service' 2023-12-18T13:40:36.209 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:36.209 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-18T13:40:36.210 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-18T13:40:36.210 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.3 2023-12-18T13:40:36.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:40:36 smithi027 systemd[1]: Stopping Ceph osd.3 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:36.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:40:36 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-3[133328]: 2023-12-18T13:40:36.355+0000 7fab3835b700 -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-12-18T13:40:36.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:40:36 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-3[133328]: 2023-12-18T13:40:36.356+0000 7fab3835b700 -1 osd.3 70 *** Got signal Terminated *** 2023-12-18T13:40:36.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:40:36 smithi027 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-3[133328]: 2023-12-18T13:40:36.356+0000 7fab3835b700 -1 osd.3 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:40:41.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:40 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:40.904+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:42.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:41 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:41.739+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:42.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:41 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:41.898+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:42.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:40:42 smithi027 bash[158888]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-3 2023-12-18T13:40:42.466 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 18 13:40:42 smithi027 bash[158966]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.3" found: no such container 2023-12-18T13:40:42.726 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:42 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:42.356+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:43.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:42 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:42.725+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:43.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:42 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:42.860+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:43.334 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.3.service' 2023-12-18T13:40:43.374 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:43.375 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-18T13:40:43.375 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-18T13:40:43.375 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.4 2023-12-18T13:40:43.761 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:43 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:43.335+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:43.761 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:43 smithi192 systemd[1]: Stopping Ceph osd.4 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:43.761 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:43 smithi192 bash[135781]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T13:40:43.761 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:43 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:43.458+0000 7f86932b8700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.992222+0000 front 2023-12-18T13:40:17.992108+0000 (oldest deadline 2023-12-18T13:40:43.192375+0000) 2023-12-18T13:40:43.762 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:43 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:43.505+0000 7f869691d700 -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-12-18T13:40:43.762 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:43 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:43.505+0000 7f869691d700 -1 osd.4 70 *** Got signal Terminated *** 2023-12-18T13:40:43.762 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:43 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:43.505+0000 7f869691d700 -1 osd.4 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:40:44.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:43 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:43.759+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:44.054 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:43 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:43.851+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:44.482 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:44 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:44.383+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:44.763 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:44 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:44.481+0000 7f86932b8700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.992222+0000 front 2023-12-18T13:40:17.992108+0000 (oldest deadline 2023-12-18T13:40:43.192375+0000) 2023-12-18T13:40:45.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:44 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:44.762+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:45.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:44 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:44.852+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:45.764 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:45 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:45.501+0000 7f86932b8700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.992222+0000 front 2023-12-18T13:40:17.992108+0000 (oldest deadline 2023-12-18T13:40:43.192375+0000) 2023-12-18T13:40:45.765 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:45 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:45.350+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:46.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:45 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:45.763+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:46.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:45 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:45.891+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:46.786 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:46 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:46.484+0000 7f86932b8700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.992222+0000 front 2023-12-18T13:40:17.992108+0000 (oldest deadline 2023-12-18T13:40:43.192375+0000) 2023-12-18T13:40:46.786 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:46 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:46.344+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:47.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:46 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:46.785+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:47.054 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:46 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:46.911+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:47.764 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:47 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:47.490+0000 7f86932b8700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.992222+0000 front 2023-12-18T13:40:17.992108+0000 (oldest deadline 2023-12-18T13:40:43.192375+0000) 2023-12-18T13:40:47.764 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:47 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:47.388+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:48.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:47 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:47.762+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:48.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:47 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:47.904+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:48.733 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:48 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4[115268]: 2023-12-18T13:40:48.457+0000 7f86932b8700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.992222+0000 front 2023-12-18T13:40:17.992108+0000 (oldest deadline 2023-12-18T13:40:43.192375+0000) 2023-12-18T13:40:48.733 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:48 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:48.389+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:48.733 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:48 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:48.389+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:49.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:48 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:48.732+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:49.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:48 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:48.897+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:49.491 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:49 smithi192 bash[135794]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-4 2023-12-18T13:40:49.491 INFO:journalctl@ceph.osd.4.smithi192.stdout:Dec 18 13:40:49 smithi192 bash[135846]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T13:40:49.491 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:49 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:49.394+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:49.492 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:49 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:49.394+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:50.057 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:49 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:49.912+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:50.057 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:49 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:49.912+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:50.057 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:49 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:49.775+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:50.057 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:49 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:49.775+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:50.210 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.4.service' 2023-12-18T13:40:50.249 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:50.249 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-18T13:40:50.250 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-18T13:40:50.250 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.5 2023-12-18T13:40:50.554 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:50 smithi192 systemd[1]: Stopping Ceph osd.5 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:50.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:50 smithi192 bash[136025]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T13:40:50.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:50.360+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:50.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:50.360+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:50.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:50.416+0000 7f2d4f4fb700 -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-12-18T13:40:50.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:50.416+0000 7f2d4f4fb700 -1 osd.5 70 *** Got signal Terminated *** 2023-12-18T13:40:50.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:50.416+0000 7f2d4f4fb700 -1 osd.5 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:40:51.054 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:50.940+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:51.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:50.940+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:51.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:50.765+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:51.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:50 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:50.765+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:51.801 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:51.377+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:51.801 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:51.377+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:52.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:51.800+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:52.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:51.800+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:52.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:51.894+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:52.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:51 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:51.894+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:52.775 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:52 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:52.333+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:52.775 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:52 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:52.333+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:53.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:52 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:52.774+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:53.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:52 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:52.774+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:53.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:52 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:52.882+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:53.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:52 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:52.882+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:53.554 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:53 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:53.299+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:53.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:53 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:53.299+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:54.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:53 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:53.774+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:54.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:53 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:53.774+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:54.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:53 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:53.888+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:54.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:53 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:53.888+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:54.554 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:54 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:54.252+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:54.555 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:54 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:54.252+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:55.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:54 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:54.752+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:55.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:54 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:54.752+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:55.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:54 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:54.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:55.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:54 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:54.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:55.554 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:55 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:55.268+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:15.821840+0000 front 2023-12-18T13:40:15.821746+0000 (oldest deadline 2023-12-18T13:40:41.721727+0000) 2023-12-18T13:40:55.554 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:55 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5[118723]: 2023-12-18T13:40:55.268+0000 7f2d4868f700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:21.722375+0000 front 2023-12-18T13:40:21.722257+0000 (oldest deadline 2023-12-18T13:40:47.622206+0000) 2023-12-18T13:40:56.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:55 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:55.787+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:56.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:55 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:55.787+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:56.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:55 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:55.943+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:56.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:55 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:55.943+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:56.554 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:56 smithi192 bash[136037]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-5 2023-12-18T13:40:56.554 INFO:journalctl@ceph.osd.5.smithi192.stdout:Dec 18 13:40:56 smithi192 bash[136080]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T13:40:56.918 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:56 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:56.753+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:56.918 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:56 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:56.753+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:56.918 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:56 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:56.753+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.182350+0000 front 2023-12-18T13:40:33.182471+0000 (oldest deadline 2023-12-18T13:40:56.682469+0000) 2023-12-18T13:40:57.211 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:56 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:56.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:57.211 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:56 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:56.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:57.211 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:56 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:56.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:40:57.218 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.5.service' 2023-12-18T13:40:57.258 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:40:57.258 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-18T13:40:57.258 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-18T13:40:57.258 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.6 2023-12-18T13:40:57.554 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 systemd[1]: Stopping Ceph osd.6 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:40:57.555 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 bash[136257]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T13:40:57.555 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:57.423+0000 7ff953389700 -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-12-18T13:40:57.555 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:57.423+0000 7ff953389700 -1 osd.6 70 *** Got signal Terminated *** 2023-12-18T13:40:57.555 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:57.423+0000 7ff953389700 -1 osd.6 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:40:58.054 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:57.909+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:58.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:57.910+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:58.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:57.910+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:40:58.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:57.790+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:58.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:57.790+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:58.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:57 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:57.790+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.182350+0000 front 2023-12-18T13:40:33.182471+0000 (oldest deadline 2023-12-18T13:40:56.682469+0000) 2023-12-18T13:40:59.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:58 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:58.956+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:40:59.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:58 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:58.956+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:40:59.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:58 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:58.956+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:40:59.305 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:58 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:58.831+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:40:59.305 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:58 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:58.831+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:40:59.305 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:58 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:58.831+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.182350+0000 front 2023-12-18T13:40:33.182471+0000 (oldest deadline 2023-12-18T13:40:56.682469+0000) 2023-12-18T13:41:00.304 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:59 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:59.810+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:41:00.305 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:59 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:59.810+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:41:00.305 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:40:59 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:40:59.810+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.182350+0000 front 2023-12-18T13:40:33.182471+0000 (oldest deadline 2023-12-18T13:40:56.682469+0000) 2023-12-18T13:41:00.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:59 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:59.920+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:00.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:59 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:59.920+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:00.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:40:59 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:40:59.920+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:01.304 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:00 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:41:00.821+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:41:01.305 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:00 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:41:00.821+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:41:01.305 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:00 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:41:00.821+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.182350+0000 front 2023-12-18T13:40:33.182471+0000 (oldest deadline 2023-12-18T13:40:56.682469+0000) 2023-12-18T13:41:01.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:00 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:00.943+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:01.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:00 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:00.943+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:01.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:00 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:00.943+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:02.054 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:01 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:41:01.777+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:19.279498+0000 front 2023-12-18T13:40:19.279422+0000 (oldest deadline 2023-12-18T13:40:40.979509+0000) 2023-12-18T13:41:02.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:01 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:41:01.777+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.280674+0000 front 2023-12-18T13:40:26.280685+0000 (oldest deadline 2023-12-18T13:40:49.180671+0000) 2023-12-18T13:41:02.055 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:01 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6[122262]: 2023-12-18T13:41:01.777+0000 7ff94e521700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.182350+0000 front 2023-12-18T13:40:33.182471+0000 (oldest deadline 2023-12-18T13:40:56.682469+0000) 2023-12-18T13:41:02.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:01 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:01.959+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:02.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:01 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:01.959+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:02.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:01 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:01.959+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:03.228 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:03 smithi192 bash[136269]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-6 2023-12-18T13:41:03.228 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:02 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:02.961+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:03.228 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:02 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:02.961+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:03.228 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:02 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:02.961+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:03.554 INFO:journalctl@ceph.osd.6.smithi192.stdout:Dec 18 13:41:03 smithi192 bash[136347]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T13:41:04.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:03 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:03.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:04.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:03 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:03.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:04.055 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:03 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:03.916+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:04.116 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.6.service' 2023-12-18T13:41:04.155 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:41:04.155 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-18T13:41:04.155 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-18T13:41:04.156 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.7 2023-12-18T13:41:04.554 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 systemd[1]: Stopping Ceph osd.7 for ec6d3de2-9da7-11ee-95a5-87774f69a715... 2023-12-18T13:41:04.555 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 bash[136524]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T13:41:04.555 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:04.322+0000 7fa17e9f5700 -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-12-18T13:41:04.555 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:04.322+0000 7fa17e9f5700 -1 osd.7 70 *** Got signal Terminated *** 2023-12-18T13:41:04.555 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:04.322+0000 7fa17e9f5700 -1 osd.7 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:41:05.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:04.962+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:05.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:04.962+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:05.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:04 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:04.962+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:06.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:05 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:05.975+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:06.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:05 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:05.975+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:06.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:05 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:05.975+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:06.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:05 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:05.975+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-18T13:40:40.314567+0000 front 2023-12-18T13:40:40.314559+0000 (oldest deadline 2023-12-18T13:41:05.014446+0000) 2023-12-18T13:41:07.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:06 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:06.937+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:07.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:06 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:06.937+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:07.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:06 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:06.937+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:07.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:06 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:06.937+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-18T13:40:40.314567+0000 front 2023-12-18T13:40:40.314559+0000 (oldest deadline 2023-12-18T13:41:05.014446+0000) 2023-12-18T13:41:08.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:07 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:07.917+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:08.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:07 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:07.917+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:08.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:07 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:07.917+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:08.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:07 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:07.917+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-18T13:40:40.314567+0000 front 2023-12-18T13:40:40.314559+0000 (oldest deadline 2023-12-18T13:41:05.014446+0000) 2023-12-18T13:41:09.304 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:08 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:08.949+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-18T13:40:17.710572+0000 front 2023-12-18T13:40:17.710663+0000 (oldest deadline 2023-12-18T13:40:40.610561+0000) 2023-12-18T13:41:09.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:08 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:08.949+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-18T13:40:26.411984+0000 front 2023-12-18T13:40:26.412082+0000 (oldest deadline 2023-12-18T13:40:49.911974+0000) 2023-12-18T13:41:09.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:08 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:08.949+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-18T13:40:33.913637+0000 front 2023-12-18T13:40:33.913622+0000 (oldest deadline 2023-12-18T13:40:56.213594+0000) 2023-12-18T13:41:09.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:08 smithi192 ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7[125745]: 2023-12-18T13:41:08.949+0000 7fa17838a700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-18T13:40:40.314567+0000 front 2023-12-18T13:40:40.314559+0000 (oldest deadline 2023-12-18T13:41:05.014446+0000) 2023-12-18T13:41:10.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:10 smithi192 bash[136536]: ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd-7 2023-12-18T13:41:10.305 INFO:journalctl@ceph.osd.7.smithi192.stdout:Dec 18 13:41:10 smithi192 bash[136581]: Error: no container with name or ID "ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T13:41:11.024 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec6d3de2-9da7-11ee-95a5-87774f69a715@osd.7.service' 2023-12-18T13:41:11.063 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:41:11.063 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-18T13:41:11.064 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T13:41:31.848 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T13:41:46.489 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:41:46.528 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:41:46.559 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-18T13:41:46.561 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452/remote/smithi027/crash 2023-12-18T13:41:46.562 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/crash -- . 2023-12-18T13:41:46.609 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T13:41:46.610 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2023-12-18T13:41:46.611 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452/remote/smithi192/crash 2023-12-18T13:41:46.612 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/crash -- . 2023-12-18T13:41:46.664 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T13:41:46.665 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2023-12-18T13:41:46.666 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-18T13:41:46.666 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-18T13:41:46.697 INFO:teuthology.orchestra.run.smithi027.stderr:grep: /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-18T13:41:46.698 INFO:tasks.cephadm:Compressing logs... 2023-12-18T13:41:46.699 DEBUG:teuthology.orchestra.run.smithi027:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-18T13:41:46.741 DEBUG:teuthology.orchestra.run.smithi192:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-18T13:41:46.767 INFO:teuthology.orchestra.run.smithi192.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T13:41:46.767 INFO:teuthology.orchestra.run.smithi192.stderr:: No such file or directory 2023-12-18T13:41:46.767 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi192.bzkadj.log 2023-12-18T13:41:46.770 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mon.smithi192.log 2023-12-18T13:41:46.770 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-18T13:41:46.771 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi192.bzkadj.log: 60.7% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi192.bzkadj.log.gz 2023-12-18T13:41:46.771 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mon.smithi192.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T13:41:46.771 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mgr.smithi192.yasrzc.log 2023-12-18T13:41:46.771 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-18T13:41:46.771 INFO:teuthology.orchestra.run.smithi027.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:: No such file or directory 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi027.qgizac.log 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi027.qgizac.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr: 80.6% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi027.qgizac.log.gz 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mgr.smithi027.zqcsao.log 2023-12-18T13:41:46.772 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mgr.smithi027.zqcsao.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mon.smithi027.log 2023-12-18T13:41:46.773 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mgr.smithi192.yasrzc.log: /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-18T13:41:46.773 INFO:teuthology.orchestra.run.smithi192.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T13:41:46.774 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-18T13:41:46.774 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mon.smithi027.log: 90.8% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T13:41:46.778 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-18T13:41:46.780 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.4.log: /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T13:41:46.782 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.1.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T13:41:46.863 INFO:teuthology.orchestra.run.smithi192.stderr: 90.3% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mgr.smithi192.yasrzc.log.gz 2023-12-18T13:41:46.909 INFO:teuthology.orchestra.run.smithi027.stderr: 88.3% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mgr.smithi027.zqcsao.log.gz 2023-12-18T13:41:47.020 INFO:teuthology.orchestra.run.smithi192.stderr: 92.3% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mon.smithi192.log.gz 2023-12-18T13:41:47.752 INFO:teuthology.orchestra.run.smithi027.stderr: 91.6% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-mon.smithi027.log.gz 2023-12-18T13:41:54.843 INFO:teuthology.orchestra.run.smithi027.stderr: 94.5% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-18T13:41:56.393 INFO:teuthology.orchestra.run.smithi192.stderr: 94.0% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-18T13:41:57.617 INFO:teuthology.orchestra.run.smithi192.stderr: 94.3% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-18T13:41:58.535 INFO:teuthology.orchestra.run.smithi027.stderr: 94.1% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-18T13:41:59.186 INFO:teuthology.orchestra.run.smithi027.stderr: 94.1% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-18T13:41:59.828 INFO:teuthology.orchestra.run.smithi027.stderr: 94.3% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-18T13:41:59.830 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-18T13:41:59.830 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m13.073s 2023-12-18T13:41:59.830 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m44.772s 2023-12-18T13:41:59.831 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m1.630s 2023-12-18T13:42:00.998 INFO:teuthology.orchestra.run.smithi192.stderr: 94.2% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-18T13:42:03.406 INFO:teuthology.orchestra.run.smithi192.stderr: 94.2% -- replaced with /var/log/ceph/ec6d3de2-9da7-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-18T13:42:03.407 INFO:teuthology.orchestra.run.smithi192.stderr: 2023-12-18T13:42:03.407 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m16.649s 2023-12-18T13:42:03.408 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m49.651s 2023-12-18T13:42:03.408 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m1.975s 2023-12-18T13:42:03.408 INFO:tasks.cephadm:Archiving logs... 2023-12-18T13:42:03.408 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452/remote/smithi027/log 2023-12-18T13:42:03.409 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T13:42:09.281 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452/remote/smithi192/log 2023-12-18T13:42:09.282 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T13:42:16.255 INFO:tasks.cephadm:Removing cluster... 2023-12-18T13:42:16.255 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 --force 2023-12-18T13:42:16.645 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec6d3de2-9da7-11ee-95a5-87774f69a715 --force 2023-12-18T13:42:17.024 INFO:tasks.cephadm:Removing cephadm ... 2023-12-18T13:42:17.024 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T13:42:17.044 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T13:42:17.062 INFO:tasks.cephadm:Teardown complete 2023-12-18T13:42:17.062 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-18T13:42:17.075 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-18T13:42:17.075 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:42:17.087 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:42:17.102 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-12-18T13:42:17.106 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:42:17.107 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-12-18T13:42:17.107 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 21 +114us[ +114us] +/- 83ms 2023-12-18T13:42:17.107 INFO:teuthology.orchestra.run.smithi027.stdout:^* hv02.front.sepia.ceph.com 3 6 377 21 +186us[ +205us] +/- 52ms 2023-12-18T13:42:17.107 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 -346us[ -327us] +/- 81ms 2023-12-18T13:42:17.107 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:42:17.118 INFO:teuthology.orchestra.run.smithi192.stderr:bash: ntpq: command not found 2023-12-18T13:42:17.123 INFO:teuthology.orchestra.run.smithi192.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:42:17.123 INFO:teuthology.orchestra.run.smithi192.stdout:=============================================================================== 2023-12-18T13:42:17.124 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 19 +123us[ +123us] +/- 84ms 2023-12-18T13:42:17.124 INFO:teuthology.orchestra.run.smithi192.stdout:^* hv02.front.sepia.ceph.com 3 6 377 20 +182us[ +201us] +/- 52ms 2023-12-18T13:42:17.124 INFO:teuthology.orchestra.run.smithi192.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 21 -359us[ -341us] +/- 81ms 2023-12-18T13:42:17.124 INFO:teuthology.orchestra.run.smithi192.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:42:17.124 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-18T13:42:17.133 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-18T13:42:17.134 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-18T13:42:17.157 DEBUG:teuthology.orchestra.run.smithi027:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-18T13:42:17.255 DEBUG:teuthology.orchestra.run.smithi192:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-18T13:42:17.346 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:42:17.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:42:17.379 DEBUG:teuthology.orchestra.run.smithi192:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T13:42:17.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:42:17.411 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-18T13:42:17.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-18T13:42:17.457 INFO:teuthology.task.internal:Duration was 1889.379744 seconds 2023-12-18T13:42:17.458 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-18T13:42:17.491 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-18T13:42:17.491 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T13:42:17.493 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T13:42:17.538 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:42:17.539 INFO:teuthology.orchestra.run.smithi192.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:42:17.978 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-18T13:42:17.979 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2023-12-18T13:42:17.979 DEBUG:teuthology.orchestra.run.smithi027:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-18T13:42:18.004 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2023-12-18T13:42:18.004 DEBUG:teuthology.orchestra.run.smithi192:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-18T13:42:18.028 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-18T13:42:18.028 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T13:42:18.047 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T13:42:18.126 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-18T13:42:18.126 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T13:42:18.128 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T13:42:26.525 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-18T13:42:26.536 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-18T13:42:26.536 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T13:42:26.564 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T13:42:26.596 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-18T13:42:26.606 DEBUG:teuthology.orchestra.run.smithi027:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:42:26.609 DEBUG:teuthology.orchestra.run.smithi192:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:42:26.633 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2023-12-18T13:42:26.668 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2023-12-18T13:42:26.756 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:42:26.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:42:26.773 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:42:26.815 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:42:26.815 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-18T13:42:26.825 INFO:teuthology.task.internal:Transferring archived files... 2023-12-18T13:42:26.826 DEBUG:teuthology.misc:Transferring archived files from smithi027:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452/remote/smithi027 2023-12-18T13:42:26.826 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T13:42:26.887 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452/remote/smithi192 2023-12-18T13:42:26.888 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T13:42:26.928 INFO:teuthology.task.internal:Removing archive directory... 2023-12-18T13:42:26.928 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T13:42:26.931 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T13:42:26.982 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-18T13:42:26.993 INFO:teuthology.task.internal:Not uploading archives. 2023-12-18T13:42:26.994 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-18T13:42:27.015 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-18T13:42:27.016 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T13:42:27.018 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T13:42:27.033 INFO:teuthology.orchestra.run.smithi027.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 13:42 /home/ubuntu/cephtest 2023-12-18T13:42:27.040 INFO:teuthology.orchestra.run.smithi192.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 13:42 /home/ubuntu/cephtest 2023-12-18T13:42:27.042 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-18T13:42:27.051 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-18T13:42:27.116 INFO:teuthology.nuke:Checking targets against current locks 2023-12-18T13:42:27.144 DEBUG:teuthology.nuke:shortname: smithi027 2023-12-18T13:42:27.145 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:42:27.166 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 12:59:33.677843', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFzhxVQcQkrmOEGbrApQzHM7EuItlDWaK66YhWzSE1uHVt3B9pOPRhf3zhx1EY59PBOcI8fYrpDdxeGV3XGuNQ8='} 2023-12-18T13:42:27.170 DEBUG:teuthology.nuke:shortname: smithi192 2023-12-18T13:42:27.170 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:42:27.191 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:59:25-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495452', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-18 12:59:33.676484', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCDzkKHta/F9G3bk5c8B8WWXBAIQ6z4r9eUJWISTB7DCUSylRIF5x/ZSOvAk4LO9r4IJENfnrjllnxGcgHaAI/k='} 2023-12-18T13:42:27.215 INFO:teuthology.orchestra.console.smithi027:Power off 2023-12-18T13:42:27.215 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T13:42:27.238 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2023-12-18T13:42:27.238 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:42:27.251 INFO:teuthology.orchestra.console.smithi192:Power off 2023-12-18T13:42:27.252 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T13:42:27.260 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-18T13:42:27.273 DEBUG:teuthology.orchestra.console.smithi192:power off output: Chassis Power Control: Down/Off 2023-12-18T13:42:27.273 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:42:27.297 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-12-18T13:42:31.262 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:42:31.299 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:42:31.372 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-18T13:42:31.408 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is on 2023-12-18T13:42:35.376 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:42:35.409 DEBUG:teuthology.orchestra.console.smithi192:pexpect command: ipmitool -H smithi192.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:42:35.486 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-18T13:42:35.517 DEBUG:teuthology.orchestra.console.smithi192:check power output: Chassis Power is off 2023-12-18T13:42:35.618 INFO:teuthology.orchestra.console.smithi192:Power off completed 2023-12-18T13:42:39.490 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:42:39.600 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2023-12-18T13:42:39.700 INFO:teuthology.orchestra.console.smithi027:Power off completed 2023-12-18T13:42:39.805 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: 1889.379744052887 failure_reason: 'Command failed on smithi027 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 ec6d3de2-9da7-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6e94f0ef7eae49eea5c7404b1fcc64ce status: fail success: false 2023-12-18T13:42:39.805 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T13:42:39.883 INFO:teuthology.run:FAIL