2023-12-18T12:51:33.524 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-18T12:51:33.524 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi --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} --owner scheduled_adking@teuthology --verbose --archive /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444 -- /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444/orig.config.yaml 2023-12-18T12:51:33.561 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T12:51:33.634 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444 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: '7495444' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-18_12:45:33-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: 6096 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: smithi093.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDtbELzlEvXaGPWYG5gnJo3v6jkvEbK9ITwNBy+d1u7KuifqPAUWnqdw4FeLpoNyvsnsbDxn2s/0eElhFCKS67o= smithi141.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFiFCcFppexOMVzSXWshIV3CdnlRzENLZzt0FUepP+lU/gXoeG2nzco0MNt6nuhSfoN9S7X7J4el47/z/ehXZ5Q= 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:45:33 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-18T12:51:33.634 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-18T12:51:33.635 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_861525e252e70f0d455bae7d2dc4d635f8b415f1/qa/tasks 2023-12-18T12:51:33.635 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-18T12:51:33.636 INFO:teuthology.task.internal:Checking packages... 2023-12-18T12:51:33.656 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '861525e252e70f0d455bae7d2dc4d635f8b415f1' 2023-12-18T12:51:33.656 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-18T12:51:33.656 INFO:teuthology.packaging:ref: None 2023-12-18T12:51:33.656 INFO:teuthology.packaging:tag: None 2023-12-18T12:51:33.656 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-17-2227 2023-12-18T12:51:33.656 INFO:teuthology.packaging:sha1: 861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T12:51:33.657 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-18T12:51:33.965 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-303.g861525e2 2023-12-18T12:51:33.966 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-18T12:51:33.974 INFO:teuthology.task.internal:no buildpackages task found 2023-12-18T12:51:33.974 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-18T12:51:34.018 INFO:teuthology.task.internal:Saving configuration 2023-12-18T12:51:34.031 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-18T12:51:34.051 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T12:51:34.076 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi093.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444', '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:46:39.943220', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDtbELzlEvXaGPWYG5gnJo3v6jkvEbK9ITwNBy+d1u7KuifqPAUWnqdw4FeLpoNyvsnsbDxn2s/0eElhFCKS67o='} 2023-12-18T12:51:34.102 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi141.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444', '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:46:39.941293', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFiFCcFppexOMVzSXWshIV3CdnlRzENLZzt0FUepP+lU/gXoeG2nzco0MNt6nuhSfoN9S7X7J4el47/z/ehXZ5Q='} 2023-12-18T12:51:34.102 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-18T12:51:34.108 INFO:teuthology.task.internal:roles: ubuntu@smithi093.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-18T12:51:34.108 INFO:teuthology.task.internal:roles: ubuntu@smithi141.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-18T12:51:34.108 INFO:teuthology.run_tasks:Running task console_log... 2023-12-18T12:51:34.191 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f663545ce50>, signals=[15]) 2023-12-18T12:51:34.192 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-18T12:51:34.199 INFO:teuthology.task.internal:Opening connections... 2023-12-18T12:51:34.199 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T12:51:34.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:51:34.267 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi141.front.sepia.ceph.com 2023-12-18T12:51:34.268 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:51:34.337 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-18T12:51:34.344 DEBUG:teuthology.orchestra.run.smithi093:> uname -m 2023-12-18T12:51:34.367 INFO:teuthology.orchestra.run.smithi093.stdout:x86_64 2023-12-18T12:51:34.367 DEBUG:teuthology.orchestra.run.smithi093:> cat /etc/os-release 2023-12-18T12:51:34.428 INFO:teuthology.orchestra.run.smithi093.stdout:NAME="CentOS Stream" 2023-12-18T12:51:34.428 INFO:teuthology.orchestra.run.smithi093.stdout:VERSION="8" 2023-12-18T12:51:34.428 INFO:teuthology.orchestra.run.smithi093.stdout:ID="centos" 2023-12-18T12:51:34.428 INFO:teuthology.orchestra.run.smithi093.stdout:ID_LIKE="rhel fedora" 2023-12-18T12:51:34.428 INFO:teuthology.orchestra.run.smithi093.stdout:VERSION_ID="8" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:PLATFORM_ID="platform:el8" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:ANSI_COLOR="0;31" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:HOME_URL="https://centos.org/" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T12:51:34.429 INFO:teuthology.orchestra.run.smithi093.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T12:51:34.430 INFO:teuthology.lock.ops:Updating smithi093.front.sepia.ceph.com on lock server 2023-12-18T12:51:34.454 DEBUG:teuthology.orchestra.run.smithi141:> uname -m 2023-12-18T12:51:34.476 INFO:teuthology.orchestra.run.smithi141.stdout:x86_64 2023-12-18T12:51:34.476 DEBUG:teuthology.orchestra.run.smithi141:> cat /etc/os-release 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:NAME="CentOS Stream" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION="8" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:ID="centos" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:ID_LIKE="rhel fedora" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:VERSION_ID="8" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:PLATFORM_ID="platform:el8" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:ANSI_COLOR="0;31" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T12:51:34.538 INFO:teuthology.orchestra.run.smithi141.stdout:HOME_URL="https://centos.org/" 2023-12-18T12:51:34.539 INFO:teuthology.orchestra.run.smithi141.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T12:51:34.539 INFO:teuthology.orchestra.run.smithi141.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T12:51:34.539 INFO:teuthology.orchestra.run.smithi141.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T12:51:34.539 INFO:teuthology.lock.ops:Updating smithi141.front.sepia.ceph.com on lock server 2023-12-18T12:51:34.562 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-18T12:51:34.572 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-18T12:51:34.598 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-18T12:51:34.598 DEBUG:teuthology.orchestra.run.smithi093:> test '!' -e /home/ubuntu/cephtest 2023-12-18T12:51:34.600 DEBUG:teuthology.orchestra.run.smithi141:> test '!' -e /home/ubuntu/cephtest 2023-12-18T12:51:34.620 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-18T12:51:34.627 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-18T12:51:34.627 DEBUG:teuthology.orchestra.run.smithi093:> test -z $(ls -A /var/lib/ceph) 2023-12-18T12:51:34.662 DEBUG:teuthology.orchestra.run.smithi141:> test -z $(ls -A /var/lib/ceph) 2023-12-18T12:51:34.693 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-18T12:51:34.750 INFO:teuthology.run_tasks:Running task kernel... 2023-12-18T12:51:34.764 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-18T12:51:34.764 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-18T12:51:34.765 DEBUG:teuthology.orchestra.run.smithi093:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T12:51:34.765 DEBUG:teuthology.orchestra.run.smithi141:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T12:51:34.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T12:51:34.785 DEBUG:teuthology.orchestra.run.smithi141:> uname -r 2023-12-18T12:51:34.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T12:51:34.786 DEBUG:teuthology.orchestra.run.smithi093:> uname -r 2023-12-18T12:51:34.844 INFO:teuthology.orchestra.run.smithi141.stdout:4.18.0-489.el8.x86_64 2023-12-18T12:51:34.844 INFO:teuthology.task.kernel:Running kernel on smithi141: 4.18.0-489.el8.x86_64 2023-12-18T12:51:34.844 DEBUG:teuthology.orchestra.run.smithi141:> sudo yum install -y kernel 2023-12-18T12:51:34.848 INFO:teuthology.orchestra.run.smithi093.stdout:4.18.0-489.el8.x86_64 2023-12-18T12:51:34.848 INFO:teuthology.task.kernel:Running kernel on smithi093: 4.18.0-489.el8.x86_64 2023-12-18T12:51:34.848 DEBUG:teuthology.orchestra.run.smithi093:> sudo yum install -y kernel 2023-12-18T12:51:40.822 INFO:teuthology.orchestra.run.smithi093.stdout:CentOS Stream 8 - AppStream 10 MB/s | 35 MB 00:03 2023-12-18T12:51:41.330 INFO:teuthology.orchestra.run.smithi141.stdout:CentOS Stream 8 - AppStream 8.5 MB/s | 35 MB 00:04 2023-12-18T12:51:48.905 INFO:teuthology.orchestra.run.smithi093.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 56 MB 00:01 2023-12-18T12:51:49.264 INFO:teuthology.orchestra.run.smithi141.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 56 MB 00:01 2023-12-18T12:51:57.380 INFO:teuthology.orchestra.run.smithi093.stdout:CentOS Stream 8 - Extras 35 kB/s | 18 kB 00:00 2023-12-18T12:51:57.872 INFO:teuthology.orchestra.run.smithi141.stdout:CentOS Stream 8 - Extras 28 kB/s | 18 kB 00:00 2023-12-18T12:51:58.105 INFO:teuthology.orchestra.run.smithi093.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-12-18T12:51:58.540 INFO:teuthology.orchestra.run.smithi093.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-18T12:51:58.564 INFO:teuthology.orchestra.run.smithi141.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-12-18T12:51:59.015 INFO:teuthology.orchestra.run.smithi141.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-18T12:51:59.403 INFO:teuthology.orchestra.run.smithi093.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-18T12:52:03.260 INFO:teuthology.orchestra.run.smithi093.stdout:lab-extras 428 kB/s | 24 kB 00:00 2023-12-18T12:52:04.698 INFO:teuthology.orchestra.run.smithi141.stdout:Extra Packages for Enterprise Linux 2.9 MB/s | 16 MB 00:05 2023-12-18T12:52:06.901 INFO:teuthology.orchestra.run.smithi093.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T12:52:06.901 INFO:teuthology.orchestra.run.smithi093.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T12:52:07.195 INFO:teuthology.orchestra.run.smithi093.stdout:Dependencies resolved. 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout: Package Architecture Version Repository Size 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout:Installing: 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout:Installing dependencies: 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T12:52:07.196 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T12:52:07.197 INFO:teuthology.orchestra.run.smithi093.stdout:Transaction Summary 2023-12-18T12:52:07.197 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T12:52:07.197 INFO:teuthology.orchestra.run.smithi093.stdout:Install 3 Packages 2023-12-18T12:52:07.197 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T12:52:07.197 INFO:teuthology.orchestra.run.smithi093.stdout:Total download size: 90 M 2023-12-18T12:52:07.198 INFO:teuthology.orchestra.run.smithi093.stdout:Installed size: 96 M 2023-12-18T12:52:07.198 INFO:teuthology.orchestra.run.smithi093.stdout:Downloading Packages: 2023-12-18T12:52:08.153 INFO:teuthology.orchestra.run.smithi093.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-12-18T12:52:08.557 INFO:teuthology.orchestra.run.smithi141.stdout:lab-extras 373 kB/s | 24 kB 00:00 2023-12-18T12:52:08.844 INFO:teuthology.orchestra.run.smithi093.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2023-12-18T12:52:09.361 INFO:teuthology.orchestra.run.smithi093.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 22 MB/s | 43 MB 00:01 2023-12-18T12:52:09.362 INFO:teuthology.orchestra.run.smithi093.stdout:-------------------------------------------------------------------------------- 2023-12-18T12:52:09.362 INFO:teuthology.orchestra.run.smithi093.stdout:Total 41 MB/s | 90 MB 00:02 2023-12-18T12:52:10.040 INFO:teuthology.orchestra.run.smithi093.stdout:Running transaction check 2023-12-18T12:52:10.471 INFO:teuthology.orchestra.run.smithi093.stdout:Transaction check succeeded. 2023-12-18T12:52:10.471 INFO:teuthology.orchestra.run.smithi093.stdout:Running transaction test 2023-12-18T12:52:11.702 INFO:teuthology.orchestra.run.smithi093.stdout:Transaction test succeeded. 2023-12-18T12:52:11.724 INFO:teuthology.orchestra.run.smithi093.stdout:Running transaction 2023-12-18T12:52:12.189 INFO:teuthology.orchestra.run.smithi141.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T12:52:12.189 INFO:teuthology.orchestra.run.smithi141.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T12:52:12.483 INFO:teuthology.orchestra.run.smithi141.stdout:Dependencies resolved. 2023-12-18T12:52:12.483 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T12:52:12.483 INFO:teuthology.orchestra.run.smithi141.stdout: Package Architecture Version Repository Size 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout:Installing: 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout:Installing dependencies: 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout:Transaction Summary 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout:Install 3 Packages 2023-12-18T12:52:12.484 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T12:52:12.485 INFO:teuthology.orchestra.run.smithi141.stdout:Total download size: 90 M 2023-12-18T12:52:12.485 INFO:teuthology.orchestra.run.smithi141.stdout:Installed size: 96 M 2023-12-18T12:52:12.485 INFO:teuthology.orchestra.run.smithi141.stdout:Downloading Packages: 2023-12-18T12:52:14.507 INFO:teuthology.orchestra.run.smithi093.stdout: Preparing : 1/1 2023-12-18T12:52:15.039 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T12:52:15.782 INFO:teuthology.orchestra.run.smithi141.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-12-18T12:52:16.457 INFO:teuthology.orchestra.run.smithi141.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2023-12-18T12:52:17.224 INFO:teuthology.orchestra.run.smithi141.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 19 MB/s | 43 MB 00:02 2023-12-18T12:52:17.225 INFO:teuthology.orchestra.run.smithi141.stdout:-------------------------------------------------------------------------------- 2023-12-18T12:52:17.225 INFO:teuthology.orchestra.run.smithi141.stdout:Total 19 MB/s | 90 MB 00:04 2023-12-18T12:52:17.904 INFO:teuthology.orchestra.run.smithi141.stdout:Running transaction check 2023-12-18T12:52:18.337 INFO:teuthology.orchestra.run.smithi141.stdout:Transaction check succeeded. 2023-12-18T12:52:18.338 INFO:teuthology.orchestra.run.smithi141.stdout:Running transaction test 2023-12-18T12:52:18.590 INFO:teuthology.orchestra.run.smithi093.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T12:52:18.997 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T12:52:19.572 INFO:teuthology.orchestra.run.smithi141.stdout:Transaction test succeeded. 2023-12-18T12:52:19.592 INFO:teuthology.orchestra.run.smithi141.stdout:Running transaction 2023-12-18T12:52:22.372 INFO:teuthology.orchestra.run.smithi141.stdout: Preparing : 1/1 2023-12-18T12:52:22.422 INFO:teuthology.orchestra.run.smithi093.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T12:52:22.685 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:22.929 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T12:52:26.458 INFO:teuthology.orchestra.run.smithi141.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T12:52:26.837 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T12:52:30.262 INFO:teuthology.orchestra.run.smithi141.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T12:52:30.518 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:44.710 INFO:teuthology.orchestra.run.smithi093.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:44.734 INFO:teuthology.orchestra.run.smithi093.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:45.060 INFO:teuthology.orchestra.run.smithi093.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:45.060 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T12:52:45.060 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T12:52:45.864 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:45.864 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T12:52:45.864 INFO:teuthology.orchestra.run.smithi093.stdout:Installed: 2023-12-18T12:52:45.864 INFO:teuthology.orchestra.run.smithi093.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T12:52:45.864 INFO:teuthology.orchestra.run.smithi093.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T12:52:45.864 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T12:52:45.864 INFO:teuthology.orchestra.run.smithi093.stdout:Complete! 2023-12-18T12:52:46.002 DEBUG:teuthology.orchestra.run.smithi093:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T12:52:46.261 INFO:teuthology.orchestra.run.smithi093.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T12:52:46.262 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T12:52:46.262 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-18T12:52:46.262 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T12:52:46.262 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T12:52:46.263 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-18T12:52:46.263 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi093.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T12:52:46.263 DEBUG:teuthology.orchestra.run.smithi093:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T12:52:46.469 INFO:teuthology.orchestra.run.smithi093.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T12:52:46.470 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T12:52:46.470 DEBUG:teuthology.orchestra.run.smithi093:> sudo rpm -qi grub2-tools 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Name : grub2-tools 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Epoch : 1 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Version : 2.02 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Release : 129.el8 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Architecture: x86_64 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Group : System Environment/Base 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:Size : 9265586 2023-12-18T12:52:46.503 INFO:teuthology.orchestra.run.smithi093.stdout:License : GPLv3+ 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Relocations : (not relocatable) 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Packager : CentOS BuildSystem 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Vendor : CentOS 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Summary : Support tools for GRUB. 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:Description : 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T12:52:46.504 INFO:teuthology.orchestra.run.smithi093.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T12:52:46.505 INFO:teuthology.orchestra.run.smithi093.stdout:hardware devices. 2023-12-18T12:52:46.505 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T12:52:46.505 INFO:teuthology.orchestra.run.smithi093.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T12:52:46.505 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T12:52:46.505 INFO:teuthology.task.kernel:Updating grub on smithi093 to boot 4.18.0-527.el8.x86_64 2023-12-18T12:52:46.506 DEBUG:teuthology.orchestra.run.smithi093:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T12:52:48.103 INFO:teuthology.orchestra.run.smithi093.stderr:Generating grub configuration file ... 2023-12-18T12:52:50.598 INFO:teuthology.orchestra.run.smithi093.stderr:done 2023-12-18T12:52:50.599 DEBUG:teuthology.orchestra.run.smithi093:> mktemp 2023-12-18T12:52:50.621 INFO:teuthology.orchestra.run.smithi093.stdout:/tmp/tmp.sJ4nFZvXs6 2023-12-18T12:52:50.622 DEBUG:teuthology.orchestra.run.smithi093:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.sJ4nFZvXs6 2023-12-18T12:52:50.695 DEBUG:teuthology.orchestra.run.smithi093:> sudo chmod 0666 /tmp/tmp.sJ4nFZvXs6 2023-12-18T12:52:50.843 DEBUG:teuthology.orchestra.remote:smithi093:/tmp/tmp.sJ4nFZvXs6 is 6KB 2023-12-18T12:52:50.892 DEBUG:teuthology.orchestra.run.smithi093:> rm -fr /tmp/tmp.sJ4nFZvXs6 2023-12-18T12:52:50.910 DEBUG:teuthology.orchestra.run.smithi093:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T12:52:50.981 INFO:teuthology.orchestra.run.smithi093.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T12:52:50.982 INFO:teuthology.orchestra.run.smithi093.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T12:52:50.982 INFO:teuthology.orchestra.run.smithi093.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T12:52:50.982 INFO:teuthology.orchestra.run.smithi093.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T12:52:50.983 DEBUG:teuthology.orchestra.run.smithi093:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T12:52:51.151 DEBUG:teuthology.orchestra.run.smithi093:> sudo shutdown -r now 2023-12-18T12:52:52.352 INFO:teuthology.orchestra.run.smithi141.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:52.375 INFO:teuthology.orchestra.run.smithi141.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:52.722 INFO:teuthology.orchestra.run.smithi141.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:52.722 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T12:52:52.722 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T12:52:53.482 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T12:52:53.483 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T12:52:53.483 INFO:teuthology.orchestra.run.smithi141.stdout:Installed: 2023-12-18T12:52:53.483 INFO:teuthology.orchestra.run.smithi141.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T12:52:53.483 INFO:teuthology.orchestra.run.smithi141.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T12:52:53.483 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T12:52:53.483 INFO:teuthology.orchestra.run.smithi141.stdout:Complete! 2023-12-18T12:52:54.226 DEBUG:teuthology.orchestra.run.smithi141:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T12:52:54.445 INFO:teuthology.orchestra.run.smithi141.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T12:52:54.445 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T12:52:54.445 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-18T12:52:54.445 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T12:52:54.445 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T12:52:54.446 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-18T12:52:54.446 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi141.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T12:52:54.446 DEBUG:teuthology.orchestra.run.smithi141:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T12:52:54.655 INFO:teuthology.orchestra.run.smithi141.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T12:52:54.656 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T12:52:54.656 DEBUG:teuthology.orchestra.run.smithi141:> sudo rpm -qi grub2-tools 2023-12-18T12:52:54.689 INFO:teuthology.orchestra.run.smithi141.stdout:Name : grub2-tools 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Epoch : 1 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Version : 2.02 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Release : 129.el8 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Architecture: x86_64 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Group : System Environment/Base 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Size : 9265586 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:License : GPLv3+ 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Relocations : (not relocatable) 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Packager : CentOS BuildSystem 2023-12-18T12:52:54.690 INFO:teuthology.orchestra.run.smithi141.stdout:Vendor : CentOS 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:Summary : Support tools for GRUB. 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:Description : 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:hardware devices. 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T12:52:54.691 INFO:teuthology.orchestra.run.smithi141.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T12:52:54.692 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T12:52:54.692 INFO:teuthology.task.kernel:Updating grub on smithi141 to boot 4.18.0-527.el8.x86_64 2023-12-18T12:52:54.692 DEBUG:teuthology.orchestra.run.smithi141:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T12:52:56.032 INFO:teuthology.orchestra.run.smithi141.stderr:Generating grub configuration file ... 2023-12-18T12:52:58.489 INFO:teuthology.orchestra.run.smithi141.stderr:done 2023-12-18T12:52:58.490 DEBUG:teuthology.orchestra.run.smithi141:> mktemp 2023-12-18T12:52:58.523 INFO:teuthology.orchestra.run.smithi141.stdout:/tmp/tmp.6MNRaQ5g1I 2023-12-18T12:52:58.523 DEBUG:teuthology.orchestra.run.smithi141:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6MNRaQ5g1I 2023-12-18T12:52:58.597 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 0666 /tmp/tmp.6MNRaQ5g1I 2023-12-18T12:52:58.743 DEBUG:teuthology.orchestra.remote:smithi141:/tmp/tmp.6MNRaQ5g1I is 6KB 2023-12-18T12:52:58.791 DEBUG:teuthology.orchestra.run.smithi141:> rm -fr /tmp/tmp.6MNRaQ5g1I 2023-12-18T12:52:58.808 DEBUG:teuthology.orchestra.run.smithi141:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T12:52:58.890 INFO:teuthology.orchestra.run.smithi141.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T12:52:58.890 INFO:teuthology.orchestra.run.smithi141.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T12:52:58.890 INFO:teuthology.orchestra.run.smithi141.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T12:52:58.890 INFO:teuthology.orchestra.run.smithi141.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T12:52:58.891 DEBUG:teuthology.orchestra.run.smithi141:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T12:52:59.069 DEBUG:teuthology.orchestra.run.smithi141:> sudo shutdown -r now 2023-12-18T12:53:21.177 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-18T12:53:21.178 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:53:21.179 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:53:29.079 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-18T12:53:29.079 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-18T12:53:29.079 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:53:39.730 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2023-12-18T12:53:47.409 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-18T12:53:48.732 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:53:48.733 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:53:51.793 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2023-12-18T12:53:56.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-18T12:53:56.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:53:59.473 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.141 2023-12-18T12:54:03.797 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:54:03.798 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:54:06.865 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2023-12-18T12:54:11.477 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-18T12:54:11.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:54:21.876 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:54:21.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:54:24.947 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2023-12-18T12:54:42.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:54:42.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:54:43.933 DEBUG:teuthology.orchestra.run.smithi141:> true 2023-12-18T12:54:44.395 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-18T12:54:44.395 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-527.el8.x86_64"... 2023-12-18T12:54:44.395 DEBUG:teuthology.orchestra.run.smithi141:> uname -r 2023-12-18T12:54:44.412 INFO:teuthology.orchestra.run.smithi141.stdout:4.18.0-527.el8.x86_64 2023-12-18T12:54:44.412 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-18T12:54:44.412 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T12:54:44.412 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T12:54:45.413 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-18T12:54:45.413 DEBUG:teuthology.orchestra.run.smithi141:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T12:54:45.493 INFO:teuthology.orchestra.run.smithi141.stdout:ttyS1 2023-12-18T12:54:45.509 DEBUG:teuthology.parallel:result is None 2023-12-18T12:54:46.034 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2023-12-18T12:55:07.035 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:55:07.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:55:25.460 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.93 2023-12-18T12:55:49.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:55:49.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T12:55:49.779 DEBUG:teuthology.orchestra.run.smithi093:> true 2023-12-18T12:55:50.084 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T12:55:50.084 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-527.el8.x86_64"... 2023-12-18T12:55:50.084 DEBUG:teuthology.orchestra.run.smithi093:> uname -r 2023-12-18T12:55:50.105 INFO:teuthology.orchestra.run.smithi093.stdout:4.18.0-527.el8.x86_64 2023-12-18T12:55:50.105 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-18T12:55:50.105 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T12:55:50.105 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T12:55:51.106 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-18T12:55:51.106 DEBUG:teuthology.orchestra.run.smithi093:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T12:55:51.167 INFO:teuthology.orchestra.run.smithi093.stdout:ttyS1 2023-12-18T12:55:51.180 DEBUG:teuthology.parallel:result is None 2023-12-18T12:55:51.180 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-18T12:55:51.187 INFO:teuthology.task.internal:Creating test directory... 2023-12-18T12:55:51.188 DEBUG:teuthology.orchestra.run.smithi093:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T12:55:51.190 DEBUG:teuthology.orchestra.run.smithi141:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T12:55:51.212 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-18T12:55:51.226 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-18T12:55:51.254 INFO:teuthology.task.internal:Creating archive directory... 2023-12-18T12:55:51.254 DEBUG:teuthology.orchestra.run.smithi093:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T12:55:51.257 DEBUG:teuthology.orchestra.run.smithi141:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T12:55:51.295 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-18T12:55:51.305 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-18T12:55:51.305 DEBUG:teuthology.orchestra.run.smithi093:> 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-18T12:55:51.328 DEBUG:teuthology.orchestra.run.smithi141:> 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-18T12:55:51.364 INFO:teuthology.orchestra.run.smithi093.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T12:55:51.370 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T12:55:51.376 INFO:teuthology.orchestra.run.smithi093.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T12:55:51.382 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T12:55:51.383 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-18T12:55:51.392 INFO:teuthology.task.internal:Configuring sudo... 2023-12-18T12:55:51.392 DEBUG:teuthology.orchestra.run.smithi093:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T12:55:51.421 DEBUG:teuthology.orchestra.run.smithi141:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T12:55:51.453 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-18T12:55:51.464 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-18T12:55:51.464 DEBUG:teuthology.orchestra.run.smithi093:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T12:55:51.495 DEBUG:teuthology.orchestra.run.smithi141:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T12:55:51.514 DEBUG:teuthology.orchestra.run.smithi093:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T12:55:51.596 DEBUG:teuthology.orchestra.run.smithi093:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T12:55:51.660 DEBUG:teuthology.orchestra.run.smithi093:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T12:55:51.748 DEBUG:teuthology.orchestra.run.smithi093:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T12:55:51.796 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T12:55:51.796 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T12:55:51.869 DEBUG:teuthology.orchestra.run.smithi141:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T12:55:51.916 DEBUG:teuthology.orchestra.run.smithi141:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T12:55:51.974 DEBUG:teuthology.orchestra.run.smithi141:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T12:55:52.062 DEBUG:teuthology.orchestra.run.smithi141:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T12:55:52.106 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-18T12:55:52.106 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T12:55:52.176 DEBUG:teuthology.orchestra.run.smithi093:> sudo service rsyslog restart 2023-12-18T12:55:52.178 DEBUG:teuthology.orchestra.run.smithi141:> sudo service rsyslog restart 2023-12-18T12:55:52.242 INFO:teuthology.orchestra.run.smithi093.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T12:55:52.289 INFO:teuthology.orchestra.run.smithi141.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T12:55:52.612 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-18T12:55:52.620 INFO:teuthology.task.internal:Starting timer... 2023-12-18T12:55:52.620 INFO:teuthology.run_tasks:Running task pcp... 2023-12-18T12:55:52.669 INFO:teuthology.run_tasks:Running task selinux... 2023-12-18T12:55:52.699 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-18T12:55:52.700 DEBUG:teuthology.orchestra.run.smithi093:> sudo service auditd rotate 2023-12-18T12:55:52.786 INFO:teuthology.orchestra.run.smithi093.stdout:Rotating logs: 2023-12-18T12:55:52.788 DEBUG:teuthology.orchestra.run.smithi141:> sudo service auditd rotate 2023-12-18T12:55:52.862 INFO:teuthology.orchestra.run.smithi141.stdout:Rotating logs: 2023-12-18T12:55:52.864 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-18T12:55:52.864 DEBUG:teuthology.orchestra.run.smithi093:> /usr/sbin/getenforce 2023-12-18T12:55:52.903 INFO:teuthology.orchestra.run.smithi093.stdout:Permissive 2023-12-18T12:55:52.903 DEBUG:teuthology.orchestra.run.smithi141:> /usr/sbin/getenforce 2023-12-18T12:55:52.944 INFO:teuthology.orchestra.run.smithi141.stdout:Permissive 2023-12-18T12:55:52.944 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi093.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi141.front.sepia.ceph.com': 'permissive'} 2023-12-18T12:55:52.944 DEBUG:teuthology.orchestra.run.smithi093:> 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-18T12:55:52.973 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T12:55:52.974 DEBUG:teuthology.orchestra.run.smithi141:> 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-18T12:55:53.011 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T12:55:53.011 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-18T12:55:53.012 DEBUG:teuthology.orchestra.run.smithi093:> sudo /usr/sbin/setenforce permissive 2023-12-18T12:55:53.042 DEBUG:teuthology.orchestra.run.smithi141:> sudo /usr/sbin/setenforce permissive 2023-12-18T12:55:53.078 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-18T12:55:53.088 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-18T12:55:53.088 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-18T12:55:53.104 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-18T12:55:53.105 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi093.front.sepia.ceph.com,smithi141.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-18T13:03:05.916 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi093.front.sepia.ceph.com'), Remote(name='ubuntu@smithi141.front.sepia.ceph.com')] 2023-12-18T13:03:05.917 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T13:03:05.918 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi093.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:03:05.987 DEBUG:teuthology.orchestra.run.smithi093:> true 2023-12-18T13:03:06.056 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi093.front.sepia.ceph.com' 2023-12-18T13:03:06.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-18T13:03:06.056 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi141.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T13:03:06.128 DEBUG:teuthology.orchestra.run.smithi141:> true 2023-12-18T13:03:06.197 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi141.front.sepia.ceph.com' 2023-12-18T13:03:06.197 INFO:teuthology.run_tasks:Running task clock... 2023-12-18T13:03:06.209 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-18T13:03:06.209 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T13:03:06.209 DEBUG:teuthology.orchestra.run.smithi093:> 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:03:06.212 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T13:03:06.212 DEBUG:teuthology.orchestra.run.smithi141:> 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:03:06.241 INFO:teuthology.orchestra.run.smithi093.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T13:03:06.255 INFO:teuthology.orchestra.run.smithi093.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T13:03:06.270 INFO:teuthology.orchestra.run.smithi141.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T13:03:06.284 INFO:teuthology.orchestra.run.smithi141.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T13:03:06.323 INFO:teuthology.orchestra.run.smithi093.stderr:sudo: ntpd: command not found 2023-12-18T13:03:06.334 INFO:teuthology.orchestra.run.smithi093.stdout:506 Cannot talk to daemon 2023-12-18T13:03:06.348 INFO:teuthology.orchestra.run.smithi093.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T13:03:06.355 INFO:teuthology.orchestra.run.smithi141.stderr:sudo: ntpd: command not found 2023-12-18T13:03:06.361 INFO:teuthology.orchestra.run.smithi093.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T13:03:06.367 INFO:teuthology.orchestra.run.smithi141.stdout:506 Cannot talk to daemon 2023-12-18T13:03:06.381 INFO:teuthology.orchestra.run.smithi141.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T13:03:06.395 INFO:teuthology.orchestra.run.smithi141.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T13:03:06.430 INFO:teuthology.orchestra.run.smithi093.stderr:bash: ntpq: command not found 2023-12-18T13:03:06.434 INFO:teuthology.orchestra.run.smithi093.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:03:06.434 INFO:teuthology.orchestra.run.smithi093.stdout:=============================================================================== 2023-12-18T13:03:06.434 INFO:teuthology.orchestra.run.smithi093.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.434 INFO:teuthology.orchestra.run.smithi093.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.434 INFO:teuthology.orchestra.run.smithi093.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.434 INFO:teuthology.orchestra.run.smithi093.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.459 INFO:teuthology.orchestra.run.smithi141.stderr:bash: ntpq: command not found 2023-12-18T13:03:06.462 INFO:teuthology.orchestra.run.smithi141.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:03:06.462 INFO:teuthology.orchestra.run.smithi141.stdout:=============================================================================== 2023-12-18T13:03:06.462 INFO:teuthology.orchestra.run.smithi141.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.463 INFO:teuthology.orchestra.run.smithi141.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.463 INFO:teuthology.orchestra.run.smithi141.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.463 INFO:teuthology.orchestra.run.smithi141.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:03:06.463 INFO:teuthology.run_tasks:Running task pexec... 2023-12-18T13:03:06.473 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-18T13:03:06.473 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:03:06.474 DEBUG:teuthology.orchestra.run.smithi093:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T13:03:06.474 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi141.front.sepia.ceph.com 2023-12-18T13:03:06.474 DEBUG:teuthology.orchestra.run.smithi141:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T13:03:07.350 INFO:teuthology.orchestra.run.smithi093.stdout:Last metadata expiration check: 0:01:36 ago on Mon 18 Dec 2023 01:01:31 PM UTC. 2023-12-18T13:03:07.384 INFO:teuthology.orchestra.run.smithi141.stdout:Last metadata expiration check: 0:01:36 ago on Mon 18 Dec 2023 01:01:31 PM UTC. 2023-12-18T13:03:09.505 INFO:teuthology.orchestra.run.smithi093.stdout:Dependencies resolved. 2023-12-18T13:03:09.506 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T13:03:09.506 INFO:teuthology.orchestra.run.smithi093.stdout: Package Architecture Version Repository Size 2023-12-18T13:03:09.506 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T13:03:09.506 INFO:teuthology.orchestra.run.smithi093.stdout:Resetting modules: 2023-12-18T13:03:09.507 INFO:teuthology.orchestra.run.smithi093.stdout: container-tools 2023-12-18T13:03:09.507 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:03:09.507 INFO:teuthology.orchestra.run.smithi093.stdout:Transaction Summary 2023-12-18T13:03:09.507 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T13:03:09.507 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:03:09.515 INFO:teuthology.orchestra.run.smithi141.stdout:Dependencies resolved. 2023-12-18T13:03:09.516 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T13:03:09.516 INFO:teuthology.orchestra.run.smithi141.stdout: Package Architecture Version Repository Size 2023-12-18T13:03:09.516 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T13:03:09.516 INFO:teuthology.orchestra.run.smithi141.stdout:Resetting modules: 2023-12-18T13:03:09.516 INFO:teuthology.orchestra.run.smithi141.stdout: container-tools 2023-12-18T13:03:09.516 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:03:09.516 INFO:teuthology.orchestra.run.smithi141.stdout:Transaction Summary 2023-12-18T13:03:09.517 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T13:03:09.517 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:03:09.757 INFO:teuthology.orchestra.run.smithi093.stdout:Complete! 2023-12-18T13:03:09.760 INFO:teuthology.orchestra.run.smithi141.stdout:Complete! 2023-12-18T13:03:10.713 INFO:teuthology.orchestra.run.smithi141.stdout:Last metadata expiration check: 0:01:39 ago on Mon 18 Dec 2023 01:01:31 PM UTC. 2023-12-18T13:03:10.727 INFO:teuthology.orchestra.run.smithi093.stdout:Last metadata expiration check: 0:01:39 ago on Mon 18 Dec 2023 01:01:31 PM UTC. 2023-12-18T13:03:12.821 INFO:teuthology.orchestra.run.smithi141.stdout:Dependencies resolved. 2023-12-18T13:03:12.862 INFO:teuthology.orchestra.run.smithi093.stdout:Dependencies resolved. 2023-12-18T13:03:13.011 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T13:03:13.011 INFO:teuthology.orchestra.run.smithi141.stdout: Package Arch Version Repository Size 2023-12-18T13:03:13.011 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T13:03:13.011 INFO:teuthology.orchestra.run.smithi141.stdout:Installing group/module packages: 2023-12-18T13:03:13.011 INFO:teuthology.orchestra.run.smithi141.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T13:03:13.011 INFO:teuthology.orchestra.run.smithi141.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout:Installing dependencies: 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T13:03:13.012 INFO:teuthology.orchestra.run.smithi141.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout:Installing weak dependencies: 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout:Installing module profiles: 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout: container-tools/common 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout:Enabling module streams: 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout: container-tools rhel8 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout:Transaction Summary 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout:================================================================================ 2023-12-18T13:03:13.013 INFO:teuthology.orchestra.run.smithi141.stdout:Install 13 Packages 2023-12-18T13:03:13.014 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:03:13.014 INFO:teuthology.orchestra.run.smithi141.stdout:Total download size: 27 M 2023-12-18T13:03:13.014 INFO:teuthology.orchestra.run.smithi141.stdout:Installed size: 89 M 2023-12-18T13:03:13.015 INFO:teuthology.orchestra.run.smithi141.stdout:Downloading Packages: 2023-12-18T13:03:13.049 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T13:03:13.049 INFO:teuthology.orchestra.run.smithi093.stdout: Package Arch Version Repository Size 2023-12-18T13:03:13.049 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout:Installing group/module packages: 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T13:03:13.050 INFO:teuthology.orchestra.run.smithi093.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout:Installing dependencies: 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout:Installing weak dependencies: 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout:Installing module profiles: 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: container-tools/common 2023-12-18T13:03:13.051 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:03:13.052 INFO:teuthology.orchestra.run.smithi093.stdout:Enabling module streams: 2023-12-18T13:03:13.052 INFO:teuthology.orchestra.run.smithi093.stdout: container-tools rhel8 2023-12-18T13:03:13.052 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:03:13.052 INFO:teuthology.orchestra.run.smithi093.stdout:Transaction Summary 2023-12-18T13:03:13.052 INFO:teuthology.orchestra.run.smithi093.stdout:================================================================================ 2023-12-18T13:03:13.052 INFO:teuthology.orchestra.run.smithi093.stdout:Install 13 Packages 2023-12-18T13:03:13.052 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:03:13.053 INFO:teuthology.orchestra.run.smithi093.stdout:Total download size: 27 M 2023-12-18T13:03:13.053 INFO:teuthology.orchestra.run.smithi093.stdout:Installed size: 89 M 2023-12-18T13:03:13.053 INFO:teuthology.orchestra.run.smithi093.stdout:Downloading Packages: 2023-12-18T13:03:13.705 INFO:teuthology.orchestra.run.smithi141.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-12-18T13:03:13.714 INFO:teuthology.orchestra.run.smithi093.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-12-18T13:03:13.821 INFO:teuthology.orchestra.run.smithi141.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2023-12-18T13:03:13.838 INFO:teuthology.orchestra.run.smithi141.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 283 kB/s | 38 kB 00:00 2023-12-18T13:03:13.840 INFO:teuthology.orchestra.run.smithi093.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2023-12-18T13:03:13.856 INFO:teuthology.orchestra.run.smithi093.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 267 kB/s | 38 kB 00:00 2023-12-18T13:03:13.980 INFO:teuthology.orchestra.run.smithi141.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.5 MB/s | 241 kB 00:00 2023-12-18T13:03:14.015 INFO:teuthology.orchestra.run.smithi093.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.3 MB/s | 241 kB 00:00 2023-12-18T13:03:14.130 INFO:teuthology.orchestra.run.smithi141.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-12-18T13:03:14.132 INFO:teuthology.orchestra.run.smithi093.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-12-18T13:03:14.247 INFO:teuthology.orchestra.run.smithi141.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2023-12-18T13:03:14.249 INFO:teuthology.orchestra.run.smithi093.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 213 kB/s | 25 kB 00:00 2023-12-18T13:03:14.306 INFO:teuthology.orchestra.run.smithi141.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.4 MB/s | 3.9 MB 00:00 2023-12-18T13:03:14.316 INFO:teuthology.orchestra.run.smithi093.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.5 MB/s | 3.9 MB 00:00 2023-12-18T13:03:14.358 INFO:teuthology.orchestra.run.smithi093.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 864 kB/s | 94 kB 00:00 2023-12-18T13:03:14.364 INFO:teuthology.orchestra.run.smithi141.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 803 kB/s | 94 kB 00:00 2023-12-18T13:03:14.498 INFO:teuthology.orchestra.run.smithi141.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 6.8 MB/s | 9.6 MB 00:01 2023-12-18T13:03:14.623 INFO:teuthology.orchestra.run.smithi141.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 422 kB/s | 53 kB 00:00 2023-12-18T13:03:14.626 INFO:teuthology.orchestra.run.smithi093.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 6.4 MB/s | 9.6 MB 00:01 2023-12-18T13:03:14.715 INFO:teuthology.orchestra.run.smithi141.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.2 MB/s | 2.5 MB 00:00 2023-12-18T13:03:14.725 INFO:teuthology.orchestra.run.smithi093.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 6.9 MB/s | 2.5 MB 00:00 2023-12-18T13:03:14.732 INFO:teuthology.orchestra.run.smithi141.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2023-12-18T13:03:14.750 INFO:teuthology.orchestra.run.smithi093.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 424 kB/s | 53 kB 00:00 2023-12-18T13:03:14.850 INFO:teuthology.orchestra.run.smithi093.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 328 kB/s | 41 kB 00:00 2023-12-18T13:03:15.133 INFO:teuthology.orchestra.run.smithi141.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.9 MB/s | 8.1 MB 00:00 2023-12-18T13:03:15.133 INFO:teuthology.orchestra.run.smithi141.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:03:15.133 INFO:teuthology.orchestra.run.smithi141.stdout:Total 13 MB/s | 27 MB 00:02 2023-12-18T13:03:15.168 INFO:teuthology.orchestra.run.smithi093.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.6 MB/s | 8.1 MB 00:00 2023-12-18T13:03:15.168 INFO:teuthology.orchestra.run.smithi093.stdout:-------------------------------------------------------------------------------- 2023-12-18T13:03:15.168 INFO:teuthology.orchestra.run.smithi093.stdout:Total 13 MB/s | 27 MB 00:02 2023-12-18T13:03:15.404 INFO:teuthology.orchestra.run.smithi141.stdout:Running transaction check 2023-12-18T13:03:15.425 INFO:teuthology.orchestra.run.smithi141.stdout:Transaction check succeeded. 2023-12-18T13:03:15.425 INFO:teuthology.orchestra.run.smithi141.stdout:Running transaction test 2023-12-18T13:03:15.435 INFO:teuthology.orchestra.run.smithi093.stdout:Running transaction check 2023-12-18T13:03:15.456 INFO:teuthology.orchestra.run.smithi093.stdout:Transaction check succeeded. 2023-12-18T13:03:15.456 INFO:teuthology.orchestra.run.smithi093.stdout:Running transaction test 2023-12-18T13:03:15.682 INFO:teuthology.orchestra.run.smithi141.stdout:Transaction test succeeded. 2023-12-18T13:03:15.686 INFO:teuthology.orchestra.run.smithi141.stdout:Running transaction 2023-12-18T13:03:15.741 INFO:teuthology.orchestra.run.smithi093.stdout:Transaction test succeeded. 2023-12-18T13:03:15.744 INFO:teuthology.orchestra.run.smithi093.stdout:Running transaction 2023-12-18T13:03:16.357 INFO:teuthology.orchestra.run.smithi141.stdout: Preparing : 1/1 2023-12-18T13:03:16.435 INFO:teuthology.orchestra.run.smithi093.stdout: Preparing : 1/1 2023-12-18T13:03:16.556 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T13:03:16.669 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T13:03:16.743 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T13:03:16.865 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T13:03:16.929 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T13:03:17.082 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T13:03:17.161 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:03:17.350 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:03:17.720 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T13:03:17.926 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T13:03:18.738 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:03:18.959 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:03:19.251 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T13:03:19.448 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T13:03:19.519 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T13:03:19.706 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T13:03:19.764 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T13:03:20.036 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T13:03:20.105 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T13:03:20.454 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T13:03:21.003 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:03:21.236 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T13:03:21.383 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:03:21.417 INFO:teuthology.orchestra.run.smithi141.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:03:21.637 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:03:21.848 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T13:03:21.855 INFO:teuthology.orchestra.run.smithi093.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:03:22.257 INFO:teuthology.orchestra.run.smithi093.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T13:03:22.257 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T13:03:22.257 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T13:03:22.258 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout:Installed: 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:03:22.659 INFO:teuthology.orchestra.run.smithi141.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T13:03:22.660 INFO:teuthology.orchestra.run.smithi141.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T13:03:22.660 INFO:teuthology.orchestra.run.smithi141.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:22.660 INFO:teuthology.orchestra.run.smithi141.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:22.660 INFO:teuthology.orchestra.run.smithi141.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T13:03:22.660 INFO:teuthology.orchestra.run.smithi141.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T13:03:22.660 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:03:22.660 INFO:teuthology.orchestra.run.smithi141.stdout:Complete! 2023-12-18T13:03:22.954 DEBUG:teuthology.parallel:result is None 2023-12-18T13:03:23.124 INFO:teuthology.orchestra.run.smithi093.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T13:03:23.124 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:03:23.124 INFO:teuthology.orchestra.run.smithi093.stdout:Installed: 2023-12-18T13:03:23.124 INFO:teuthology.orchestra.run.smithi093.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:23.124 INFO:teuthology.orchestra.run.smithi093.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:23.124 INFO:teuthology.orchestra.run.smithi093.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T13:03:23.125 INFO:teuthology.orchestra.run.smithi093.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T13:03:23.126 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:03:23.126 INFO:teuthology.orchestra.run.smithi093.stdout:Complete! 2023-12-18T13:03:23.439 DEBUG:teuthology.parallel:result is None 2023-12-18T13:03:23.439 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-18T13:03:23.519 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:03:23.520 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-18T13:03:23.520 INFO:tasks.cephadm:Cluster fsid is d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:03:23.520 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-18T13:03:23.521 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-18T13:03:23.521 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi093': '172.21.15.93', 'mon.smithi141': '172.21.15.141'} 2023-12-18T13:03:23.521 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-18T13:03:23.521 DEBUG:teuthology.orchestra.run.smithi093:> sudo hostname $(hostname -s) 2023-12-18T13:03:23.549 DEBUG:teuthology.orchestra.run.smithi141:> sudo hostname $(hostname -s) 2023-12-18T13:03:23.581 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-18T13:03:23.581 DEBUG:teuthology.orchestra.run.smithi093:> 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:03:23.853 INFO:teuthology.orchestra.run.smithi093.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 13:03 /home/ubuntu/cephtest/cephadm 2023-12-18T13:03:23.854 DEBUG:teuthology.orchestra.run.smithi141:> 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:03:23.996 INFO:teuthology.orchestra.run.smithi141.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 13:03 /home/ubuntu/cephtest/cephadm 2023-12-18T13:03:23.996 DEBUG:teuthology.orchestra.run.smithi093:> 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:03:24.016 DEBUG:teuthology.orchestra.run.smithi141:> 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:03:24.048 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-18T13:03:24.048 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T13:03:24.059 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T13:03:25.903 INFO:teuthology.orchestra.run.smithi093.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:03:26.045 INFO:teuthology.orchestra.run.smithi141.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:03:47.328 INFO:teuthology.orchestra.run.smithi141.stdout:{ 2023-12-18T13:03:47.328 INFO:teuthology.orchestra.run.smithi141.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T13:03:47.328 INFO:teuthology.orchestra.run.smithi141.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T13:03:47.328 INFO:teuthology.orchestra.run.smithi141.stdout: "repo_digests": [ 2023-12-18T13:03:47.328 INFO:teuthology.orchestra.run.smithi141.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T13:03:47.328 INFO:teuthology.orchestra.run.smithi141.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T13:03:47.328 INFO:teuthology.orchestra.run.smithi141.stdout: ] 2023-12-18T13:03:47.329 INFO:teuthology.orchestra.run.smithi141.stdout:} 2023-12-18T13:03:51.263 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:03:51.263 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T13:03:51.263 INFO:teuthology.orchestra.run.smithi093.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T13:03:51.263 INFO:teuthology.orchestra.run.smithi093.stdout: "repo_digests": [ 2023-12-18T13:03:51.264 INFO:teuthology.orchestra.run.smithi093.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T13:03:51.264 INFO:teuthology.orchestra.run.smithi093.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T13:03:51.264 INFO:teuthology.orchestra.run.smithi093.stdout: ] 2023-12-18T13:03:51.264 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:03:51.281 DEBUG:teuthology.orchestra.run.smithi093:> sudo mkdir -p /etc/ceph 2023-12-18T13:03:51.312 DEBUG:teuthology.orchestra.run.smithi141:> sudo mkdir -p /etc/ceph 2023-12-18T13:03:51.348 DEBUG:teuthology.orchestra.run.smithi093:> sudo chmod 777 /etc/ceph 2023-12-18T13:03:51.378 DEBUG:teuthology.orchestra.run.smithi141:> sudo chmod 777 /etc/ceph 2023-12-18T13:03:51.418 INFO:tasks.cephadm:Writing seed config... 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-18T13:03:51.419 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-18T13:03:51.420 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:03:51.420 DEBUG:teuthology.orchestra.run.smithi093:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-18T13:03:51.438 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 = d34c12fe-9da5-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:03:51.438 DEBUG:teuthology.orchestra.run.smithi093:mon.smithi093> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi093.service 2023-12-18T13:03:51.480 INFO:tasks.cephadm:Bootstrapping... 2023-12-18T13:03:51.480 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid d34c12fe-9da5-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.93 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:03:51.506 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:-- Logs begin at Mon 2023-12-18 12:55:19 UTC. -- 2023-12-18T13:03:51.672 INFO:teuthology.orchestra.run.smithi093.stderr:-------------------------------------------------------------------------------- 2023-12-18T13:03:51.673 INFO:teuthology.orchestra.run.smithi093.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'd34c12fe-9da5-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.93', '--skip-admin-label'] 2023-12-18T13:03:51.695 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: 4.6.1 2023-12-18T13:03:51.707 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying podman|docker is present... 2023-12-18T13:03:51.726 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: 4.6.1 2023-12-18T13:03:51.734 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying lvm2 is present... 2023-12-18T13:03:51.734 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying time synchronization is in place... 2023-12-18T13:03:51.740 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T13:03:51.746 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2023-12-18T13:03:51.752 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: enabled 2023-12-18T13:03:51.758 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: active 2023-12-18T13:03:51.758 INFO:teuthology.orchestra.run.smithi093.stderr:Unit chronyd.service is enabled and running 2023-12-18T13:03:51.758 INFO:teuthology.orchestra.run.smithi093.stderr:Repeating the final host check... 2023-12-18T13:03:51.777 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: 4.6.1 2023-12-18T13:03:51.792 INFO:teuthology.orchestra.run.smithi093.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-18T13:03:51.792 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl is present 2023-12-18T13:03:51.792 INFO:teuthology.orchestra.run.smithi093.stderr:lvcreate is present 2023-12-18T13:03:51.798 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T13:03:51.803 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2023-12-18T13:03:51.808 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: enabled 2023-12-18T13:03:51.814 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: active 2023-12-18T13:03:51.815 INFO:teuthology.orchestra.run.smithi093.stderr:Unit chronyd.service is enabled and running 2023-12-18T13:03:51.815 INFO:teuthology.orchestra.run.smithi093.stderr:Host looks OK 2023-12-18T13:03:51.815 INFO:teuthology.orchestra.run.smithi093.stderr:Cluster fsid: d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:03:51.815 INFO:teuthology.orchestra.run.smithi093.stderr:Acquiring lock 140428129964160 on /run/cephadm/d34c12fe-9da5-11ee-95a5-87774f69a715.lock 2023-12-18T13:03:51.816 INFO:teuthology.orchestra.run.smithi093.stderr:Lock 140428129964160 acquired on /run/cephadm/d34c12fe-9da5-11ee-95a5-87774f69a715.lock 2023-12-18T13:03:51.816 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying IP 172.21.15.93 port 3300 ... 2023-12-18T13:03:51.816 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying IP 172.21.15.93 port 6789 ... 2023-12-18T13:03:51.816 INFO:teuthology.orchestra.run.smithi093.stderr:Base mon IP is 172.21.15.93, final addrv is [v2:172.21.15.93:3300,v1:172.21.15.93:6789] 2023-12-18T13:03:51.818 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.93 metric 100 2023-12-18T13:03:51.819 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.93 metric 100 2023-12-18T13:03:51.821 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-18T13:03:51.821 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-18T13:03:51.821 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-12-18T13:03:51.824 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-18T13:03:51.824 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-18T13:03:51.824 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T13:03:51.824 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-18T13:03:51.824 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d635/64 scope link 2023-12-18T13:03:51.824 INFO:teuthology.orchestra.run.smithi093.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T13:03:51.825 INFO:teuthology.orchestra.run.smithi093.stderr:Mon IP `172.21.15.93` is in CIDR network `172.21.0.0/20` 2023-12-18T13:03:51.825 INFO:teuthology.orchestra.run.smithi093.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-18T13:03:51.826 INFO:teuthology.orchestra.run.smithi093.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:03:51.902 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-18T13:03:52.259 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Getting image source signatures 2023-12-18T13:03:52.259 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-18T13:03:52.259 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-18T13:03:52.259 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-18T13:03:52.259 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-18T13:03:52.260 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-18T13:03:52.260 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T13:03:52.370 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: Writing manifest to image destination 2023-12-18T13:03:52.494 INFO:teuthology.orchestra.run.smithi093.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T13:03:52.857 INFO:teuthology.orchestra.run.smithi093.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T13:03:53.231 INFO:teuthology.orchestra.run.smithi093.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T13:03:53.231 INFO:teuthology.orchestra.run.smithi093.stderr:Extracting ceph user uid/gid from container image... 2023-12-18T13:03:53.487 INFO:teuthology.orchestra.run.smithi093.stderr:stat: 167 167 2023-12-18T13:03:53.853 INFO:teuthology.orchestra.run.smithi093.stderr:Creating initial keys... 2023-12-18T13:03:54.087 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-authtool: AQA6Q4BlWteqBBAA/jFlAtaYNqS14/RZnXIZIg== 2023-12-18T13:03:54.671 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-authtool: AQA6Q4Bl4QGZJxAA+q3EK5Mes/29GwRcgnyzwA== 2023-12-18T13:03:55.295 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph-authtool: AQA7Q4Ble2HgEBAA6rVZ85BBXb1sZyFJ94CDxA== 2023-12-18T13:03:55.617 INFO:teuthology.orchestra.run.smithi093.stderr:Creating initial monmap... 2023-12-18T13:03:55.913 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T13:03:55.913 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-18T13:03:55.913 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:03:55.913 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T13:03:56.246 INFO:teuthology.orchestra.run.smithi093.stderr:monmaptool for smithi093 [v2:172.21.15.93:3300,v1:172.21.15.93:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T13:03:56.246 INFO:teuthology.orchestra.run.smithi093.stderr:setting min_mon_release = octopus 2023-12-18T13:03:56.246 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: set fsid to d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:03:56.246 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T13:03:56.246 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:03:56.246 INFO:teuthology.orchestra.run.smithi093.stderr:Creating mon... 2023-12-18T13:03:56.920 INFO:teuthology.orchestra.run.smithi093.stderr:create mon.smithi093 on 2023-12-18T13:03:57.018 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-18T13:03:57.113 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715.target. 2023-12-18T13:03:57.113 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715.target. 2023-12-18T13:03:57.306 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to reset failed state of unit ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi093.service: Unit ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi093.service not loaded. 2023-12-18T13:03:57.312 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715.target.wants/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi093.service → /etc/systemd/system/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@.service. 2023-12-18T13:03:57.734 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: disabled 2023-12-18T13:03:57.742 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2023-12-18T13:03:57.742 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld.service is not enabled 2023-12-18T13:03:57.742 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T13:03:57.743 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mon to start... 2023-12-18T13:03:57.743 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mon... 2023-12-18T13:03:58.200 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: cluster: 2023-12-18T13:03:58.200 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: id: d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:03:58.200 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: services: 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi093 (age 0.429169s) 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: data: 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-18T13:03:58.201 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-18T13:03:58.202 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-18T13:03:58.202 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: pgs: 2023-12-18T13:03:58.202 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:03:58.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:57 smithi093 ceph-mon[107263]: mon.smithi093 is new leader, mons smithi093 in quorum (ranks 0) 2023-12-18T13:03:58.556 INFO:teuthology.orchestra.run.smithi093.stderr:mon is available 2023-12-18T13:03:58.556 INFO:teuthology.orchestra.run.smithi093.stderr:Assimilating anything we can from ceph.conf... 2023-12-18T13:03:58.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:58 smithi093 ceph-mon[107263]: mon.smithi093 is new leader, mons smithi093 in quorum (ranks 0) 2023-12-18T13:03:58.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:58 smithi093 ceph-mon[107263]: monmap e1: 1 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0]} 2023-12-18T13:03:58.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:58 smithi093 ceph-mon[107263]: fsmap 2023-12-18T13:03:58.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:58 smithi093 ceph-mon[107263]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T13:03:58.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:58 smithi093 ceph-mon[107263]: mgrmap e1: no daemons active 2023-12-18T13:03:58.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:58 smithi093 ceph-mon[107263]: from='client.? 172.21.15.93:0/1767985086' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-18T13:03:59.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:03:59.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [global] 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: fsid = d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.93:3300,v1:172.21.15.93:6789] 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [mgr] 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [osd] 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T13:03:59.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T13:03:59.347 INFO:teuthology.orchestra.run.smithi093.stderr:Generating new minimal ceph.conf... 2023-12-18T13:04:00.139 INFO:teuthology.orchestra.run.smithi093.stderr:Restarting the monitor... 2023-12-18T13:04:00.146 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:59 smithi093 ceph-mon[107263]: from='client.? 172.21.15.93:0/1808751802' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T13:04:00.146 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:59 smithi093 ceph-mon[107263]: from='client.? 172.21.15.93:0/1808751802' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-18T13:04:00.146 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:03:59 smithi093 ceph-mon[107263]: from='client.? 172.21.15.93:0/2272829843' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:04:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 systemd[1]: Stopping Ceph mon.smithi093 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:04:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 bash[107563]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon.smithi093" found: no such container 2023-12-18T13:04:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi093[107241]: 2023-12-18T13:04:00.215+0000 7fea22a52700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi093 -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:04:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi093[107241]: 2023-12-18T13:04:00.215+0000 7fea22a52700 -1 mon.smithi093@0(leader) e1 *** Got Signal Terminated *** 2023-12-18T13:04:00.959 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 bash[107575]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi093 2023-12-18T13:04:00.959 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 bash[107613]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon.smithi093" found: no such container 2023-12-18T13:04:00.959 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 systemd[1]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi093.service: Succeeded. 2023-12-18T13:04:00.959 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 systemd[1]: Stopped Ceph mon.smithi093 for d34c12fe-9da5-11ee-95a5-87774f69a715. 2023-12-18T13:04:00.959 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:00 smithi093 systemd[1]: Starting Ceph mon.smithi093 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:04:01.023 INFO:teuthology.orchestra.run.smithi093.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-18T13:04:01.467 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 bash[107680]: 088212d1556e807b10fe32eccf748fb4a15e0b8f2e3db1f246bf4036cd5dfde8 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 systemd[1]: Started Ceph mon.smithi093 for d34c12fe-9da5-11ee-95a5-87774f69a715. 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: pidfile_write: ignore empty --pid-file 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: load: jerasure load: lrc 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: RocksDB version: 6.15.5 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Compile date Apr 18 2022 2023-12-18T13:04:01.468 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: DB SUMMARY 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: DB Session ID: N2F01F3PWUE7H4YZ02OJ 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: CURRENT file: CURRENT 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi093/store.db dir, Total Num: 1, files: 000008.sst 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi093/store.db: 000010.log size: 81871 ; 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.error_if_exists: 0 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.create_if_missing: 0 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.paranoid_checks: 1 2023-12-18T13:04:01.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.env: 0x558abd9ab860 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.fs: Posix File System 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.info_log: 0x558abe36dfa0 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.statistics: (nil) 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.use_fsync: 0 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_log_file_size: 0 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T13:04:01.470 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.allow_fallocate: 1 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.use_direct_reads: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.db_log_dir: 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi093/store.db 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T13:04:01.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.write_buffer_manager: 0x558abe45e330 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T13:04:01.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.unordered_write: 0 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.row_cache: None 2023-12-18T13:04:01.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.wal_filter: None 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.preserve_deletes: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.two_write_queues: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.atomic_flush: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T13:04:01.474 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.log_readahead_size: 0 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_background_jobs: 2 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_background_compactions: -1 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_subcompactions: 1 2023-12-18T13:04:01.475 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_open_files: -1 2023-12-18T13:04:01.476 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_background_flushes: -1 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Compression algorithms supported: 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kZSTD supported: 0 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kXpressCompression supported: 0 2023-12-18T13:04:01.477 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kLZ4Compression supported: 1 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kBZip2Compression supported: 0 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kZlibCompression supported: 1 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: kSnappyCompression supported: 1 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi093/store.db/MANIFEST-000009 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T13:04:01.478 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.merge_operator: 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_filter: None 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558abe339d00) 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: cache_index_and_filter_blocks: 1 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T13:04:01.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: pin_top_level_index_and_filter: 1 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: index_type: 0 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: data_block_index_type: 0 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: index_shortening: 1 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: hash_index_allow_collision: 1 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: checksum: 1 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: no_block_cache: 0 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_cache: 0x558abe3a4170 2023-12-18T13:04:01.480 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_cache_name: BinnedLRUCache 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_cache_options: 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: capacity : 536870912 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: num_shard_bits : 4 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: strict_capacity_limit : 0 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: high_pri_pool_ratio: 0.000 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_cache_compressed: (nil) 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: persistent_cache: (nil) 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_size: 4096 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_size_deviation: 10 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_restart_interval: 16 2023-12-18T13:04:01.481 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: index_block_restart_interval: 1 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: metadata_block_size: 4096 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: partition_filters: 0 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: use_delta_encoding: 1 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: whole_key_filtering: 1 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: verify_compression: 0 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: read_amp_bytes_per_bit: 0 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: format_version: 4 2023-12-18T13:04:01.482 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: enable_index_compression: 1 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: block_align: 0 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression: NoCompression 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.num_levels: 7 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T13:04:01.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T13:04:01.484 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T13:04:01.485 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T13:04:01.486 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T13:04:01.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.table_properties_collectors: 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.inplace_update_support: 0 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T13:04:01.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.bloom_locality: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.max_successive_merges: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.ttl: 2592000 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.enable_blob_files: false 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.min_blob_size: 0 2023-12-18T13:04:01.489 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi093/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:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702904641029393, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: 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:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702904641030098, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78719, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76977, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 71420, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 205, "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": 1702904641, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "56887d08-0ed8-47b0-bac5-734fb0f04212", "db_session_id": "N2F01F3PWUE7H4YZ02OJ"}} 2023-12-18T13:04:01.490 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702904641030612, "job": 1, "event": "recovery_finished"} 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi093/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x558abe38aa80 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: DB pointer 0x558abe39a000 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ** DB Stats ** 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ** Compaction Stats [default] ** 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: L0 2/0 78.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 157.4 0.00 0.00 1 0.000 0 0 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Sum 2/0 78.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 157.4 0.00 0.00 1 0.000 0 0 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.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 157.4 0.00 0.00 1 0.000 0 0 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ** Compaction Stats [default] ** 2023-12-18T13:04:01.492 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.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 157.4 0.00 0.00 1 0.000 0 0 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Cumulative compaction: 0.00 GB write, 22.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Interval compaction: 0.00 GB write, 22.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:04:01.493 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ** Compaction Stats [default] ** 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: L0 2/0 78.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 157.4 0.00 0.00 1 0.000 0 0 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Sum 2/0 78.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 157.4 0.00 0.00 1 0.000 0 0 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ** Compaction Stats [default] ** 2023-12-18T13:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.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 157.4 0.00 0.00 1 0.000 0 0 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: Cumulative compaction: 0.00 GB write, 22.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: 2023-12-18T13:04:01.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: starting mon.smithi093 rank 0 at public addrs [v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0] at bind addrs [v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi093 fsid d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???) e1 preinit fsid d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???).mds e1 new map 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???).mds e1 print_map 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: e1 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.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:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: legacy client fscid: -1 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout: No filesystems configured 2023-12-18T13:04:01.496 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mon.smithi093 is new leader, mons smithi093 in quorum (ranks 0) 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: monmap e1: 1 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0]} 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: fsmap 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T13:04:01.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:01 smithi093 ceph-mon[107718]: mgrmap e1: no daemons active 2023-12-18T13:04:01.855 INFO:teuthology.orchestra.run.smithi093.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-18T13:04:01.856 INFO:teuthology.orchestra.run.smithi093.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:04:01.856 INFO:teuthology.orchestra.run.smithi093.stderr:Creating mgr... 2023-12-18T13:04:01.856 INFO:teuthology.orchestra.run.smithi093.stderr:Verifying port 9283 ... 2023-12-18T13:04:01.978 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Failed to reset failed state of unit ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mgr.smithi093.pvrqem.service: Unit ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mgr.smithi093.pvrqem.service not loaded. 2023-12-18T13:04:01.984 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715.target.wants/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mgr.smithi093.pvrqem.service → /etc/systemd/system/ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@.service. 2023-12-18T13:04:02.441 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: disabled 2023-12-18T13:04:02.449 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2023-12-18T13:04:02.449 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld.service is not enabled 2023-12-18T13:04:02.449 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T13:04:02.457 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: disabled 2023-12-18T13:04:02.465 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2023-12-18T13:04:02.465 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld.service is not enabled 2023-12-18T13:04:02.465 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-18T13:04:02.466 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr to start... 2023-12-18T13:04:02.466 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr... 2023-12-18T13:04:02.684 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:02 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4184573728' entity='client.admin' 2023-12-18T13:04:03.016 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:04:03.016 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:03.016 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsid": "d34c12fe-9da5-11ee-95a5-87774f69a715", 2023-12-18T13:04:03.016 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:04:03.016 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 0 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "smithi093" 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:04:03.017 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:04:03.018 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:04:03.021 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:04:03.021 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:04:03.022 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:03.023 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:04:03.024 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:03.024 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:03:57.769190+0000", 2023-12-18T13:04:03.024 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:03.024 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:03.024 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:04:03.024 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:03.363 INFO:teuthology.orchestra.run.smithi093.stderr:mgr not available, waiting (1/15)... 2023-12-18T13:04:03.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:03 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4013401491' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:04:05.811 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:04:05.811 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsid": "d34c12fe-9da5-11ee-95a5-87774f69a715", 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 0 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "smithi093" 2023-12-18T13:04:05.812 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:04:05.813 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:04:05.817 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:04:05.817 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:04:05.817 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:05.817 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:04:05.817 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:04:05.817 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:05.818 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:03:57.769190+0000", 2023-12-18T13:04:05.819 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:05.820 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:05.820 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:04:05.820 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:06.115 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:05 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/161069596' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:04:06.186 INFO:teuthology.orchestra.run.smithi093.stderr:mgr not available, waiting (2/15)... 2023-12-18T13:04:08.618 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:04:08.618 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:08.618 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsid": "d34c12fe-9da5-11ee-95a5-87774f69a715", 2023-12-18T13:04:08.618 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:04:08.618 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:04:08.618 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 0 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "smithi093" 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:04:08.619 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:04:08.620 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:04:08.624 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:04:08.624 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:04:08.624 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:08.624 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:04:08.624 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:04:08.624 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:04:08.624 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:08.625 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": false, 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:08.626 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:03:57.769190+0000", 2023-12-18T13:04:08.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:08.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:08.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:04:08.627 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:08.636 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: Activating manager daemon smithi093.pvrqem 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: mgrmap e2: smithi093.pvrqem(active, starting, since 0.00289717s) 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr metadata", "who": "smithi093.pvrqem", "id": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: Manager daemon smithi093.pvrqem is now available 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:04:08.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:08.638 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:08.638 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:08 smithi093 ceph-mon[107718]: from='mgr.14100 172.21.15.93:0/3854418316' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:08.921 INFO:teuthology.orchestra.run.smithi093.stderr:mgr not available, waiting (3/15)... 2023-12-18T13:04:09.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:09 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2802219064' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:04:09.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:09 smithi093 ceph-mon[107718]: mgrmap e3: smithi093.pvrqem(active, since 1.00556s) 2023-12-18T13:04:11.511 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:04:11.511 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:11.511 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsid": "d34c12fe-9da5-11ee-95a5-87774f69a715", 2023-12-18T13:04:11.511 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "health": { 2023-12-18T13:04:11.511 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T13:04:11.511 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 0 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "smithi093" 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-18T13:04:11.512 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T13:04:11.513 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T13:04:11.514 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T13:04:11.514 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T13:04:11.518 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T13:04:11.518 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T13:04:11.518 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:11.518 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T13:04:11.518 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T13:04:11.518 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:11.519 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "iostat", 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "nfs", 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "restful" 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ], 2023-12-18T13:04:11.520 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "modified": "2023-12-18T13:03:57.769190+0000", 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "services": {} 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: }, 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T13:04:11.521 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:11.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:11 smithi093 ceph-mon[107718]: mgrmap e4: smithi093.pvrqem(active, since 2s) 2023-12-18T13:04:11.879 INFO:teuthology.orchestra.run.smithi093.stderr:mgr is available 2023-12-18T13:04:12.384 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:04:12.384 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [global] 2023-12-18T13:04:12.384 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: fsid = d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:04:12.384 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T13:04:12.384 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [mgr] 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: [osd] 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T13:04:12.385 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T13:04:12.712 INFO:teuthology.orchestra.run.smithi093.stderr:Enabling cephadm module... 2023-12-18T13:04:12.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:12 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3952091681' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T13:04:12.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:12 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4087910298' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T13:04:14.117 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:13 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1259204715' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-18T13:04:14.775 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:14.775 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-18T13:04:14.775 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:04:14.775 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "active_name": "smithi093.pvrqem", 2023-12-18T13:04:14.775 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T13:04:14.776 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:15.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:14 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1259204715' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-18T13:04:15.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:14 smithi093 ceph-mon[107718]: mgrmap e5: smithi093.pvrqem(active, since 5s) 2023-12-18T13:04:15.089 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:14 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3747329394' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T13:04:15.162 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for the mgr to restart... 2023-12-18T13:04:15.162 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr epoch 5... 2023-12-18T13:04:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:19 smithi093 ceph-mon[107718]: Active manager daemon smithi093.pvrqem restarted 2023-12-18T13:04:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:19 smithi093 ceph-mon[107718]: Activating manager daemon smithi093.pvrqem 2023-12-18T13:04:19.967 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:19 smithi093 ceph-mon[107718]: osdmap e2: 0 total, 0 up, 0 in 2023-12-18T13:04:20.878 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:20.878 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-18T13:04:20.878 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T13:04:20.878 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: mgrmap e6: smithi093.pvrqem(active, starting, since 0.0526207s) 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr metadata", "who": "smithi093.pvrqem", "id": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: Manager daemon smithi093.pvrqem is now available 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:21.188 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:21.189 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:21.189 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:21.189 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:04:21.189 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:20 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:04:22.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:21 smithi093 ceph-mon[107718]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-18T13:04:22.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:21 smithi093 ceph-mon[107718]: mgrmap e7: smithi093.pvrqem(active, since 1.05756s) 2023-12-18T13:04:22.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:21 smithi093 ceph-mon[107718]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-18T13:04:22.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:21 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:22.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:21 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:23.069 INFO:teuthology.orchestra.run.smithi093.stderr:mgr epoch 5 is available 2023-12-18T13:04:23.069 INFO:teuthology.orchestra.run.smithi093.stderr:Setting orchestrator backend to cephadm... 2023-12-18T13:04:23.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:22 smithi093 ceph-mon[107718]: [18/Dec/2023:13:04:21] ENGINE Bus STARTING 2023-12-18T13:04:23.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:22 smithi093 ceph-mon[107718]: [18/Dec/2023:13:04:21] ENGINE Serving on https://172.21.15.93:7150 2023-12-18T13:04:23.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:22 smithi093 ceph-mon[107718]: [18/Dec/2023:13:04:21] ENGINE Bus STARTED 2023-12-18T13:04:23.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:22 smithi093 ceph-mon[107718]: mgrmap e8: smithi093.pvrqem(active, since 2s) 2023-12-18T13:04:24.940 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: value unchanged 2023-12-18T13:04:25.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:25 smithi093 ceph-mon[107718]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:25.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:25 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:25.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:25 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:25.321 INFO:teuthology.orchestra.run.smithi093.stderr:Generating ssh key... 2023-12-18T13:04:26.212 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:26 smithi093 ceph-mon[107718]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:26.212 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:26 smithi093 ceph-mon[107718]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:26.213 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:26 smithi093 ceph-mon[107718]: Generating ssh key... 2023-12-18T13:04:26.213 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:26 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:26.213 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:26 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:26.817 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCySaui1SVhMIPMFA5LuzZaKGmFZbW65U1itkb68cIiW1kr99UVhZdm07PSOVHvFlopdSD+6OtDgjOgPQ3j+HXIjs+RsuQfyg13gCzNKy/TJR3rlOa//8FZhuCeVKwAPj3CgHCRb5oB1zIM80B25qo+w8+hw/sJ7HPdz0RzqcC4uT2Cbb/rg9zVf93DOuE6FIzFjoFOz6vHoaHAbmZsKsy1g5Lkl8eud4TtaIZ3UCwI11p9Zb22oEnMrJrT+EopIvlagEIkUMqt6RywI8Kyq3c7MfBUqqIPTv10xApk/YYBON4uYWPAHdwrCq6wCfEI+0bc7km12HXFzhWaVUBQc6D2uNa8Bn6d0GOP7Owc9k1E6xz9Zrw1Va5rB5bgzosz4kRHFYuAPqreH0r18xSlkp9wbqRRfkOhSRFGkJaitO2IUaS+JkW07sRCgkI/gIzQUYK0Tqahso015Dc4sdnGZqDcg14B5bGXKCr3pc0g2RkXITqu+JRftuvVjb2JcMFmNIU= ceph-d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:04:27.161 INFO:teuthology.orchestra.run.smithi093.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:04:27.161 INFO:teuthology.orchestra.run.smithi093.stderr:Adding key to root@localhost authorized_keys... 2023-12-18T13:04:27.161 INFO:teuthology.orchestra.run.smithi093.stderr:Adding host smithi093... 2023-12-18T13:04:27.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:27 smithi093 ceph-mon[107718]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:28.235 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:28 smithi093 ceph-mon[107718]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi093", "addr": "172.21.15.93", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:28.474 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Added host 'smithi093' with addr '172.21.15.93' 2023-12-18T13:04:28.789 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying mon service with default placement... 2023-12-18T13:04:29.416 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-18T13:04:29.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:29 smithi093 ceph-mon[107718]: Deploying cephadm binary to smithi093 2023-12-18T13:04:29.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:29 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:29.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:29 smithi093 ceph-mon[107718]: Added host smithi093 2023-12-18T13:04:29.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:29 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:29.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:29 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:29.852 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying mgr service with default placement... 2023-12-18T13:04:30.500 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-18T13:04:30.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:30 smithi093 ceph-mon[107718]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:30.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:30 smithi093 ceph-mon[107718]: Saving service mon spec with placement count:5 2023-12-18T13:04:30.834 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying crash service with default placement... 2023-12-18T13:04:31.465 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-18T13:04:31.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:31 smithi093 ceph-mon[107718]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:31.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:31 smithi093 ceph-mon[107718]: Saving service mgr spec with placement count:2 2023-12-18T13:04:31.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:31 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:31.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:31 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:31.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:31 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:31.745 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:31 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:31.783 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying prometheus service with default placement... 2023-12-18T13:04:32.334 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-18T13:04:32.673 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying grafana service with default placement... 2023-12-18T13:04:32.904 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:32 smithi093 ceph-mon[107718]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:32.904 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:32 smithi093 ceph-mon[107718]: Saving service crash spec with placement * 2023-12-18T13:04:32.904 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:32 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:32.905 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:32 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:32.905 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:32 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:33.422 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-18T13:04:33.767 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying node-exporter service with default placement... 2023-12-18T13:04:33.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:33 smithi093 ceph-mon[107718]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:33.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:33 smithi093 ceph-mon[107718]: Saving service prometheus spec with placement count:1 2023-12-18T13:04:33.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:33 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:34.299 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-18T13:04:34.634 INFO:teuthology.orchestra.run.smithi093.stderr:Deploying alertmanager service with default placement... 2023-12-18T13:04:34.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:34 smithi093 ceph-mon[107718]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:34.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:34 smithi093 ceph-mon[107718]: Saving service grafana spec with placement count:1 2023-12-18T13:04:34.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:34 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:35.192 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-18T13:04:35.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:35 smithi093 ceph-mon[107718]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:35.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:35 smithi093 ceph-mon[107718]: Saving service node-exporter spec with placement * 2023-12-18T13:04:35.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:35 smithi093 ceph-mon[107718]: from='mgr.14120 172.21.15.93:0/999779624' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:37.144 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:36 smithi093 ceph-mon[107718]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:37.144 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:36 smithi093 ceph-mon[107718]: Saving service alertmanager spec with placement count:1 2023-12-18T13:04:37.144 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:36 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3589566281' entity='client.admin' 2023-12-18T13:04:37.200 INFO:teuthology.orchestra.run.smithi093.stderr:Enabling the dashboard module... 2023-12-18T13:04:38.154 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:37 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3731099458' entity='client.admin' 2023-12-18T13:04:38.154 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:37 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4034018269' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-18T13:04:38.800 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:38.801 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-18T13:04:38.801 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "available": true, 2023-12-18T13:04:38.801 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "active_name": "smithi093.pvrqem", 2023-12-18T13:04:38.801 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T13:04:38.801 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:39.141 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for the mgr to restart... 2023-12-18T13:04:39.141 INFO:teuthology.orchestra.run.smithi093.stderr:Waiting for mgr epoch 9... 2023-12-18T13:04:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:38 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4034018269' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-18T13:04:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:38 smithi093 ceph-mon[107718]: mgrmap e9: smithi093.pvrqem(active, since 18s) 2023-12-18T13:04:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:38 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1644418052' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T13:04:44.003 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:43 smithi093 ceph-mon[107718]: Active manager daemon smithi093.pvrqem restarted 2023-12-18T13:04:44.004 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:43 smithi093 ceph-mon[107718]: Activating manager daemon smithi093.pvrqem 2023-12-18T13:04:44.004 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:43 smithi093 ceph-mon[107718]: osdmap e3: 0 total, 0 up, 0 in 2023-12-18T13:04:44.921 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: { 2023-12-18T13:04:44.921 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-18T13:04:44.922 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T13:04:44.922 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: } 2023-12-18T13:04:45.162 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: mgrmap e10: smithi093.pvrqem(active, starting, since 0.0534887s) 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr metadata", "who": "smithi093.pvrqem", "id": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: Manager daemon smithi093.pvrqem is now available 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:04:45.163 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:04:45.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:04:45.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: [18/Dec/2023:13:04:44] ENGINE Bus STARTING 2023-12-18T13:04:45.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: [18/Dec/2023:13:04:44] ENGINE Serving on https://172.21.15.93:7150 2023-12-18T13:04:45.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: [18/Dec/2023:13:04:44] ENGINE Bus STARTED 2023-12-18T13:04:45.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:44 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:46.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:45 smithi093 ceph-mon[107718]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-18T13:04:46.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:45 smithi093 ceph-mon[107718]: mgrmap e11: smithi093.pvrqem(active, since 1.06088s) 2023-12-18T13:04:46.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:45 smithi093 ceph-mon[107718]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-18T13:04:47.000 INFO:teuthology.orchestra.run.smithi093.stderr:mgr epoch 9 is available 2023-12-18T13:04:47.000 INFO:teuthology.orchestra.run.smithi093.stderr:Generating a dashboard self-signed certificate... 2023-12-18T13:04:47.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:46 smithi093 ceph-mon[107718]: mgrmap e12: smithi093.pvrqem(active, since 2s) 2023-12-18T13:04:47.880 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-18T13:04:48.248 INFO:teuthology.orchestra.run.smithi093.stderr:Creating initial admin user... 2023-12-18T13:04:48.251 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:47 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:48.251 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:47 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:48.251 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:47 smithi093 ceph-mon[107718]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:04:48.251 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:47 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:48.251 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:47 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:49.223 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$t6b9VtwiN9.wGDN93kLAFek1LxKHKOS9SAMIJYhrIfILkl3IgTsrK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702904689, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-18T13:04:49.582 INFO:teuthology.orchestra.run.smithi093.stderr:Fetching dashboard port number... 2023-12-18T13:04:50.149 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: 8443 2023-12-18T13:04:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:50 smithi093 ceph-mon[107718]: 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:04:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:50 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:50 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3059125276' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-18T13:04:50.515 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: disabled 2023-12-18T13:04:50.522 INFO:teuthology.orchestra.run.smithi093.stderr:systemctl: inactive 2023-12-18T13:04:50.523 INFO:teuthology.orchestra.run.smithi093.stderr:firewalld.service is not enabled 2023-12-18T13:04:50.523 INFO:teuthology.orchestra.run.smithi093.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-18T13:04:50.525 INFO:teuthology.orchestra.run.smithi093.stderr:Ceph Dashboard is now available at: 2023-12-18T13:04:50.525 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:50.525 INFO:teuthology.orchestra.run.smithi093.stderr: URL: https://smithi093.front.sepia.ceph.com:8443/ 2023-12-18T13:04:50.526 INFO:teuthology.orchestra.run.smithi093.stderr: User: admin 2023-12-18T13:04:50.526 INFO:teuthology.orchestra.run.smithi093.stderr: Password: o9wv5ssg8h 2023-12-18T13:04:50.526 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:50.526 INFO:teuthology.orchestra.run.smithi093.stderr:Enabling autotune for osd_memory_target 2023-12-18T13:04:51.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:51 smithi093 ceph-mon[107718]: mgrmap e13: smithi093.pvrqem(active, since 6s) 2023-12-18T13:04:52.002 INFO:teuthology.orchestra.run.smithi093.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-18T13:04:52.357 INFO:teuthology.orchestra.run.smithi093.stderr:You can access the Ceph CLI with: 2023-12-18T13:04:52.357 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:52.357 INFO:teuthology.orchestra.run.smithi093.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:04:52.357 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:52.357 INFO:teuthology.orchestra.run.smithi093.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-18T13:04:52.357 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:52.357 INFO:teuthology.orchestra.run.smithi093.stderr: ceph telemetry on 2023-12-18T13:04:52.358 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:52.358 INFO:teuthology.orchestra.run.smithi093.stderr:For more information see: 2023-12-18T13:04:52.358 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:52.358 INFO:teuthology.orchestra.run.smithi093.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-18T13:04:52.358 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:04:52.358 INFO:teuthology.orchestra.run.smithi093.stderr:Bootstrap complete. 2023-12-18T13:04:52.392 INFO:tasks.cephadm:Fetching config... 2023-12-18T13:04:52.393 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:04:52.393 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-18T13:04:52.411 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-18T13:04:52.412 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:04:52.412 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-18T13:04:52.469 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-18T13:04:52.469 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:04:52.469 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/keyring of=/dev/stdout 2023-12-18T13:04:52.539 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-18T13:04:52.540 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:04:52.540 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-18T13:04:52.597 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-18T13:04:52.598 DEBUG:teuthology.orchestra.run.smithi093:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCySaui1SVhMIPMFA5LuzZaKGmFZbW65U1itkb68cIiW1kr99UVhZdm07PSOVHvFlopdSD+6OtDgjOgPQ3j+HXIjs+RsuQfyg13gCzNKy/TJR3rlOa//8FZhuCeVKwAPj3CgHCRb5oB1zIM80B25qo+w8+hw/sJ7HPdz0RzqcC4uT2Cbb/rg9zVf93DOuE6FIzFjoFOz6vHoaHAbmZsKsy1g5Lkl8eud4TtaIZ3UCwI11p9Zb22oEnMrJrT+EopIvlagEIkUMqt6RywI8Kyq3c7MfBUqqIPTv10xApk/YYBON4uYWPAHdwrCq6wCfEI+0bc7km12HXFzhWaVUBQc6D2uNa8Bn6d0GOP7Owc9k1E6xz9Zrw1Va5rB5bgzosz4kRHFYuAPqreH0r18xSlkp9wbqRRfkOhSRFGkJaitO2IUaS+JkW07sRCgkI/gIzQUYK0Tqahso015Dc4sdnGZqDcg14B5bGXKCr3pc0g2RkXITqu+JRftuvVjb2JcMFmNIU= ceph-d34c12fe-9da5-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T13:04:52.674 INFO:teuthology.orchestra.run.smithi093.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCySaui1SVhMIPMFA5LuzZaKGmFZbW65U1itkb68cIiW1kr99UVhZdm07PSOVHvFlopdSD+6OtDgjOgPQ3j+HXIjs+RsuQfyg13gCzNKy/TJR3rlOa//8FZhuCeVKwAPj3CgHCRb5oB1zIM80B25qo+w8+hw/sJ7HPdz0RzqcC4uT2Cbb/rg9zVf93DOuE6FIzFjoFOz6vHoaHAbmZsKsy1g5Lkl8eud4TtaIZ3UCwI11p9Zb22oEnMrJrT+EopIvlagEIkUMqt6RywI8Kyq3c7MfBUqqIPTv10xApk/YYBON4uYWPAHdwrCq6wCfEI+0bc7km12HXFzhWaVUBQc6D2uNa8Bn6d0GOP7Owc9k1E6xz9Zrw1Va5rB5bgzosz4kRHFYuAPqreH0r18xSlkp9wbqRRfkOhSRFGkJaitO2IUaS+JkW07sRCgkI/gIzQUYK0Tqahso015Dc4sdnGZqDcg14B5bGXKCr3pc0g2RkXITqu+JRftuvVjb2JcMFmNIU= ceph-d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:04:52.685 DEBUG:teuthology.orchestra.run.smithi141:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCySaui1SVhMIPMFA5LuzZaKGmFZbW65U1itkb68cIiW1kr99UVhZdm07PSOVHvFlopdSD+6OtDgjOgPQ3j+HXIjs+RsuQfyg13gCzNKy/TJR3rlOa//8FZhuCeVKwAPj3CgHCRb5oB1zIM80B25qo+w8+hw/sJ7HPdz0RzqcC4uT2Cbb/rg9zVf93DOuE6FIzFjoFOz6vHoaHAbmZsKsy1g5Lkl8eud4TtaIZ3UCwI11p9Zb22oEnMrJrT+EopIvlagEIkUMqt6RywI8Kyq3c7MfBUqqIPTv10xApk/YYBON4uYWPAHdwrCq6wCfEI+0bc7km12HXFzhWaVUBQc6D2uNa8Bn6d0GOP7Owc9k1E6xz9Zrw1Va5rB5bgzosz4kRHFYuAPqreH0r18xSlkp9wbqRRfkOhSRFGkJaitO2IUaS+JkW07sRCgkI/gIzQUYK0Tqahso015Dc4sdnGZqDcg14B5bGXKCr3pc0g2RkXITqu+JRftuvVjb2JcMFmNIU= ceph-d34c12fe-9da5-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T13:04:52.729 INFO:teuthology.orchestra.run.smithi141.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCySaui1SVhMIPMFA5LuzZaKGmFZbW65U1itkb68cIiW1kr99UVhZdm07PSOVHvFlopdSD+6OtDgjOgPQ3j+HXIjs+RsuQfyg13gCzNKy/TJR3rlOa//8FZhuCeVKwAPj3CgHCRb5oB1zIM80B25qo+w8+hw/sJ7HPdz0RzqcC4uT2Cbb/rg9zVf93DOuE6FIzFjoFOz6vHoaHAbmZsKsy1g5Lkl8eud4TtaIZ3UCwI11p9Zb22oEnMrJrT+EopIvlagEIkUMqt6RywI8Kyq3c7MfBUqqIPTv10xApk/YYBON4uYWPAHdwrCq6wCfEI+0bc7km12HXFzhWaVUBQc6D2uNa8Bn6d0GOP7Owc9k1E6xz9Zrw1Va5rB5bgzosz4kRHFYuAPqreH0r18xSlkp9wbqRRfkOhSRFGkJaitO2IUaS+JkW07sRCgkI/gIzQUYK0Tqahso015Dc4sdnGZqDcg14B5bGXKCr3pc0g2RkXITqu+JRftuvVjb2JcMFmNIU= ceph-d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:04:52.741 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-18T13:04:53.333 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:52 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3066740649' entity='client.admin' 2023-12-18T13:04:54.614 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-18T13:04:54.615 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-18T13:04:55.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:55 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/919843589' entity='client.admin' 2023-12-18T13:04:55.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:55 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:55.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:55 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd/host:smithi093", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:04:55.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:55 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:56.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:56 smithi093 ceph-mon[107718]: Deploying daemon alertmanager.smithi093 on smithi093 2023-12-18T13:04:56.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:56 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:04:56.752 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi141 2023-12-18T13:04:56.753 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-18T13:04:56.753 DEBUG:teuthology.orchestra.run.smithi141:> dd of=/etc/ceph/ceph.conf 2023-12-18T13:04:56.774 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-18T13:04:56.774 DEBUG:teuthology.orchestra.run.smithi141:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:04:56.834 INFO:tasks.cephadm:Adding host smithi141 to orchestrator... 2023-12-18T13:04:56.834 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch host add smithi141 2023-12-18T13:04:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:04:57 smithi093 ceph-mon[107718]: 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:05:03.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:02 smithi093 ceph-mon[107718]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi141", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:05:03.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:02 smithi093 ceph-mon[107718]: Deploying cephadm binary to smithi141 2023-12-18T13:05:03.267 INFO:teuthology.orchestra.run.smithi093.stdout:Added host 'smithi141' with addr '172.21.15.141' 2023-12-18T13:05:03.695 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-18T13:05:04.523 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:04 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:04.523 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:04 smithi093 ceph-mon[107718]: Added host smithi141 2023-12-18T13:05:04.523 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:04 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:04.523 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:04 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:05:04.523 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:04 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:05:04.523 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:04 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:04.524 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:04 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:05.251 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:05:05.251 INFO:teuthology.orchestra.run.smithi093.stdout:[{"addr": "172.21.15.93", "hostname": "smithi093", "labels": [], "status": ""}, {"addr": "172.21.15.141", "hostname": "smithi141", "labels": [], "status": ""}] 2023-12-18T13:05:05.419 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:05 smithi093 ceph-mon[107718]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:05.419 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:05 smithi093 ceph-mon[107718]: Deploying daemon crash.smithi093 on smithi093 2023-12-18T13:05:05.600 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-18T13:05:05.600 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-18T13:05:06.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:06 smithi093 ceph-mon[107718]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:05:06.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:06 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:06.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:06 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:06.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:06 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:06.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:06 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:05:06.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:06 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:07.279 INFO:teuthology.orchestra.run.smithi093.stderr:adjusted tunables profile to default 2023-12-18T13:05:07.548 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:07 smithi093 ceph-mon[107718]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:07.548 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:07 smithi093 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:05:07.548 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:07 smithi093 ceph-mon[107718]: Deploying daemon grafana.smithi093 on smithi093 2023-12-18T13:05:07.548 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:07 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3884554831' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-18T13:05:07.631 INFO:tasks.cephadm:Adding mon.smithi093 on smithi093 2023-12-18T13:05:07.631 INFO:tasks.cephadm:Adding mon.smithi141 on smithi141 2023-12-18T13:05:07.632 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi093:172.21.15.93=smithi093;smithi141:172.21.15.141=smithi141' 2023-12-18T13:05:08.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:08 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3884554831' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-18T13:05:08.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:08 smithi093 ceph-mon[107718]: osdmap e4: 0 total, 0 up, 0 in 2023-12-18T13:05:08.959 INFO:teuthology.orchestra.run.smithi141.stdout:Scheduled mon update... 2023-12-18T13:05:09.343 DEBUG:teuthology.orchestra.run.smithi141:mon.smithi141> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi141.service 2023-12-18T13:05:09.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:09.346 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:09.374 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:-- Logs begin at Mon 2023-12-18 12:54:21 UTC. -- 2023-12-18T13:05:09.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:09 smithi093 ceph-mon[107718]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:09.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:09 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:09.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:09 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:10.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:10 smithi093 ceph-mon[107718]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi093:172.21.15.93=smithi093;smithi141:172.21.15.141=smithi141", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:05:10.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:10 smithi093 ceph-mon[107718]: Saving service mon spec with placement smithi093:172.21.15.93=smithi093;smithi141:172.21.15.141=smithi141;count:2 2023-12-18T13:05:10.726 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:10.727 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:10.728 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:11.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:11 smithi093 ceph-mon[107718]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:11.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:11 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/3330337533' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:12.093 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:12.093 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:13.462 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:13.462 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:13.464 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:13 smithi093 ceph-mon[107718]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:14.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:14 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/2853557289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:14.833 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:14.833 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:15.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:15 smithi093 ceph-mon[107718]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:16.184 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:16.184 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:16.185 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:17.285 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:17 smithi093 ceph-mon[107718]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:17.286 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:17 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/2686627175' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:17.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:17.562 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:18.955 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:18.955 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:18.957 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:19.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:19 smithi093 ceph-mon[107718]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:19.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:19 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:19.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:19 smithi093 ceph-mon[107718]: Deploying daemon node-exporter.smithi093 on smithi093 2023-12-18T13:05:19.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:19 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/1936713936' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:19.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:19 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:20.359 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:20.360 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:21.761 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:21.761 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:21.762 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:21.952 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:21 smithi093 ceph-mon[107718]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:21.953 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:21 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:21.953 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:21 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T13:05:22.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:22 smithi093 ceph-mon[107718]: from='mgr.14162 172.21.15.93:0/1839853228' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T13:05:22.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:22 smithi093 ceph-mon[107718]: mgrmap e14: smithi093.pvrqem(active, since 37s) 2023-12-18T13:05:22.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:22 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/402650188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:23.131 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:23.131 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:24.669 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:24.669 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:24.671 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:25.192 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:24 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/1192682623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:26.082 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:26.082 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:27.418 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:27.418 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:27.420 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:27.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:27 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/2856419166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:28.779 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:28 smithi093 ceph-mon[107718]: Active manager daemon smithi093.pvrqem restarted 2023-12-18T13:05:28.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:28 smithi093 ceph-mon[107718]: Activating manager daemon smithi093.pvrqem 2023-12-18T13:05:28.780 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:28 smithi093 ceph-mon[107718]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:05:28.790 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:28.790 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: mgrmap e15: smithi093.pvrqem(active, starting, since 0.925045s) 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr metadata", "who": "smithi093.pvrqem", "id": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: Manager daemon smithi093.pvrqem is now available 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:05:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:29.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:05:29.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:29.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:05:29.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:05:29.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:30.239 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:30.239 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:30.241 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:30.947 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:30 smithi093 ceph-mon[107718]: mgrmap e16: smithi093.pvrqem(active, since 1.93214s) 2023-12-18T13:05:30.947 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:30 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:30.947 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:30 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:30.947 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:30 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/3272262348' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:30.947 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:30 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:31.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:31.606 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:31.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:31 smithi093 ceph-mon[107718]: [18/Dec/2023:13:05:29] ENGINE Bus STARTING 2023-12-18T13:05:31.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:31 smithi093 ceph-mon[107718]: [18/Dec/2023:13:05:29] ENGINE Serving on https://172.21.15.93:7150 2023-12-18T13:05:31.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:31 smithi093 ceph-mon[107718]: [18/Dec/2023:13:05:29] ENGINE Bus STARTED 2023-12-18T13:05:31.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:31 smithi093 ceph-mon[107718]: mgrmap e17: smithi093.pvrqem(active, since 2s) 2023-12-18T13:05:31.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:31 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:31.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:31 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:31.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:31 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd/host:smithi093", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:05:32.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:32 smithi093 ceph-mon[107718]: Updating smithi093:/etc/ceph/ceph.conf 2023-12-18T13:05:32.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:32 smithi093 ceph-mon[107718]: Updating smithi093:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:05:32.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:33.224 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:33.224 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:33.226 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:34.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:34.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:34.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd/host:smithi141", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:05:34.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:34.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi141", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:05:34.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi141", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T13:05:34.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:34.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: Deploying daemon crash.smithi141 on smithi141 2023-12-18T13:05:34.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:33 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/2464003842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:34.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:34.832 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:36.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:36.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi141.aezfpw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:05:36.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi141.aezfpw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T13:05:36.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:05:36.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:36.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:35 smithi093 ceph-mon[107718]: Deploying daemon mgr.smithi141.aezfpw on smithi141 2023-12-18T13:05:36.606 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:36.606 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":1,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:03:55.903348Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T13:05:36.608 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 1 2023-12-18T13:05:37.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:37 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/82615313' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:37.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:37.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:05:37.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:37.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:37 smithi093 ceph-mon[107718]: Deploying daemon mon.smithi141 on smithi141 2023-12-18T13:05:37.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T13:05:37.979 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T13:05:39.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:39 smithi141 ceph-mon[110549]: mon.smithi141@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: mon.smithi093 calling monitor election 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: mon.smithi141 calling monitor election 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/crt"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: mon.smithi093 is new leader, mons smithi093,smithi141 in quorum (ranks 0,1) 2023-12-18T13:05:44.594 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: monmap e2: 2 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0],smithi141=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0]} 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: fsmap 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: mgrmap e17: smithi093.pvrqem(active, since 16s) 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: Standby manager daemon smithi141.aezfpw started 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/key"}]: dispatch 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: overall HEALTH_OK 2023-12-18T13:05:44.595 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:05:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: mon.smithi093 calling monitor election 2023-12-18T13:05:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: mon.smithi141 calling monitor election 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/crt"}]: dispatch 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: mon.smithi093 is new leader, mons smithi093,smithi141 in quorum (ranks 0,1) 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: monmap e2: 2 mons at {smithi093=[v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0],smithi141=[v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0]} 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: fsmap 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: mgrmap e17: smithi093.pvrqem(active, since 16s) 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: Standby manager daemon smithi141.aezfpw started 2023-12-18T13:05:44.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:05:44.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/key"}]: dispatch 2023-12-18T13:05:44.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2127527057' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:05:44.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: overall HEALTH_OK 2023-12-18T13:05:44.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:45.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:45 smithi141 ceph-mon[110549]: Deploying daemon node-exporter.smithi141 on smithi141 2023-12-18T13:05:45.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:45 smithi141 ceph-mon[110549]: mgrmap e18: smithi093.pvrqem(active, since 16s), standbys: smithi141.aezfpw 2023-12-18T13:05:45.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr metadata", "who": "smithi141.aezfpw", "id": "smithi141.aezfpw"}]: dispatch 2023-12-18T13:05:45.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:45.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:45 smithi093 ceph-mon[107718]: Deploying daemon node-exporter.smithi141 on smithi141 2023-12-18T13:05:45.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:45 smithi093 ceph-mon[107718]: mgrmap e18: smithi093.pvrqem(active, since 16s), standbys: smithi141.aezfpw 2023-12-18T13:05:45.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr metadata", "who": "smithi141.aezfpw", "id": "smithi141.aezfpw"}]: dispatch 2023-12-18T13:05:45.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:05:45.754 INFO:teuthology.orchestra.run.smithi141.stdout: 2023-12-18T13:05:45.754 INFO:teuthology.orchestra.run.smithi141.stdout:{"epoch":2,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","modified":"2023-12-18T13:05:39.237791Z","created":"2023-12-18T13:03:55.903348Z","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":"smithi093","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:3300","nonce":0},{"type":"v1","addr":"172.21.15.93:6789","nonce":0}]},"addr":"172.21.15.93:6789/0","public_addr":"172.21.15.93:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi141","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:3300","nonce":0},{"type":"v1","addr":"172.21.15.141:6789","nonce":0}]},"addr":"172.21.15.141:6789/0","public_addr":"172.21.15.141:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-18T13:05:45.755 INFO:teuthology.orchestra.run.smithi141.stderr:dumped monmap epoch 2 2023-12-18T13:05:46.072 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-18T13:05:46.072 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-18T13:05:46.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:46 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/3080541876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:46.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:46 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/3080541876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T13:05:48.967 INFO:teuthology.orchestra.run.smithi093.stdout:# minimal ceph.conf for d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:05:48.967 INFO:teuthology.orchestra.run.smithi093.stdout:[global] 2023-12-18T13:05:48.967 INFO:teuthology.orchestra.run.smithi093.stdout: fsid = d34c12fe-9da5-11ee-95a5-87774f69a715 2023-12-18T13:05:48.967 INFO:teuthology.orchestra.run.smithi093.stdout: mon_host = [v2:172.21.15.93:3300/0,v1:172.21.15.93:6789/0] [v2:172.21.15.141:3300/0,v1:172.21.15.141:6789/0] 2023-12-18T13:05:49.308 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-18T13:05:49.308 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:05:49.308 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T13:05:49.337 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:05:49.337 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:05:49.404 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-18T13:05:49.404 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T13:05:49.435 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-18T13:05:49.435 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:05:49.502 INFO:tasks.cephadm:Deploying OSDs... 2023-12-18T13:05:49.502 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:05:49.502 DEBUG:teuthology.orchestra.run.smithi093:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T13:05:49.520 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:05:49.520 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_1 2023-12-18T13:05:49.578 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 6h/6d Inode: 389005 Links: 1 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2023-12-18 13:05:18.603876220 +0000 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2023-12-18 13:02:28.218052709 +0000 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2023-12-18 13:02:28.218052709 +0000 2023-12-18T13:05:49.579 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2023-12-18T13:05:49.579 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T13:05:49.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:49 smithi141 ceph-mon[110549]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:49.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:49 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:49.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:49 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1809109186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:49.641 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:49 smithi093 ceph-mon[107718]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:49.641 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:49 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:49.642 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:49 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1809109186' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:49.643 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2023-12-18T13:05:49.643 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2023-12-18T13:05:49.644 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000185507 s, 2.8 MB/s 2023-12-18T13:05:49.644 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T13:05:49.703 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_2 2023-12-18T13:05:49.760 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 6h/6d Inode: 392934 Links: 1 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2023-12-18 13:05:18.603876220 +0000 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2023-12-18 13:02:28.730041886 +0000 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2023-12-18 13:02:28.730041886 +0000 2023-12-18T13:05:49.761 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2023-12-18T13:05:49.761 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T13:05:49.826 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2023-12-18T13:05:49.827 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2023-12-18T13:05:49.827 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000194036 s, 2.6 MB/s 2023-12-18T13:05:49.828 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T13:05:49.885 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_3 2023-12-18T13:05:49.943 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T13:05:49.943 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:49.943 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 6h/6d Inode: 392996 Links: 1 2023-12-18T13:05:49.944 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:49.944 INFO:teuthology.orchestra.run.smithi093.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:49.944 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2023-12-18 13:05:18.603876220 +0000 2023-12-18T13:05:49.944 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2023-12-18 13:02:29.227031379 +0000 2023-12-18T13:05:49.944 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2023-12-18 13:02:29.227031379 +0000 2023-12-18T13:05:49.944 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2023-12-18T13:05:49.944 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T13:05:50.008 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2023-12-18T13:05:50.009 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2023-12-18T13:05:50.009 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000196805 s, 2.6 MB/s 2023-12-18T13:05:50.010 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T13:05:50.069 DEBUG:teuthology.orchestra.run.smithi093:> stat /dev/vg_nvme/lv_4 2023-12-18T13:05:50.127 INFO:teuthology.orchestra.run.smithi093.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T13:05:50.127 INFO:teuthology.orchestra.run.smithi093.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:50.127 INFO:teuthology.orchestra.run.smithi093.stdout:Device: 6h/6d Inode: 383720 Links: 1 2023-12-18T13:05:50.127 INFO:teuthology.orchestra.run.smithi093.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:50.127 INFO:teuthology.orchestra.run.smithi093.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:50.127 INFO:teuthology.orchestra.run.smithi093.stdout:Access: 2023-12-18 13:05:18.603876220 +0000 2023-12-18T13:05:50.128 INFO:teuthology.orchestra.run.smithi093.stdout:Modify: 2023-12-18 13:02:29.717021020 +0000 2023-12-18T13:05:50.128 INFO:teuthology.orchestra.run.smithi093.stdout:Change: 2023-12-18 13:02:29.717021020 +0000 2023-12-18T13:05:50.128 INFO:teuthology.orchestra.run.smithi093.stdout: Birth: - 2023-12-18T13:05:50.128 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T13:05:50.194 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records in 2023-12-18T13:05:50.194 INFO:teuthology.orchestra.run.smithi093.stderr:1+0 records out 2023-12-18T13:05:50.194 INFO:teuthology.orchestra.run.smithi093.stderr:512 bytes copied, 0.000212744 s, 2.4 MB/s 2023-12-18T13:05:50.195 DEBUG:teuthology.orchestra.run.smithi093:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T13:05:50.254 DEBUG:teuthology.orchestra.run.smithi141:> set -ex 2023-12-18T13:05:50.255 DEBUG:teuthology.orchestra.run.smithi141:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T13:05:50.274 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:05:50.274 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_1 2023-12-18T13:05:50.331 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T13:05:50.331 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:50.332 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 390696 Links: 1 2023-12-18T13:05:50.332 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:50.332 INFO:teuthology.orchestra.run.smithi141.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:50.332 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-18 13:05:44.773259921 +0000 2023-12-18T13:05:50.332 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-18 13:02:28.230320501 +0000 2023-12-18T13:05:50.332 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-18 13:02:28.230320501 +0000 2023-12-18T13:05:50.332 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-18T13:05:50.332 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T13:05:50.397 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-18T13:05:50.397 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-18T13:05:50.397 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000217756 s, 2.4 MB/s 2023-12-18T13:05:50.398 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T13:05:50.457 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_2 2023-12-18T13:05:50.515 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T13:05:50.515 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:50.515 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 396356 Links: 1 2023-12-18T13:05:50.515 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:50.515 INFO:teuthology.orchestra.run.smithi141.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:50.515 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-18 13:05:44.773259921 +0000 2023-12-18T13:05:50.516 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-18 13:02:28.733310132 +0000 2023-12-18T13:05:50.516 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-18 13:02:28.733310132 +0000 2023-12-18T13:05:50.516 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-18T13:05:50.516 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T13:05:50.582 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-18T13:05:50.582 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-18T13:05:50.582 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000217006 s, 2.4 MB/s 2023-12-18T13:05:50.583 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T13:05:50.642 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_3 2023-12-18T13:05:50.700 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 395549 Links: 1 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-18 13:05:44.773259921 +0000 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-18 13:02:29.216300173 +0000 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-18 13:02:29.216300173 +0000 2023-12-18T13:05:50.701 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-18T13:05:50.702 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T13:05:50.766 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-18T13:05:50.766 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-18T13:05:50.767 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.000221881 s, 2.3 MB/s 2023-12-18T13:05:50.768 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T13:05:50.827 DEBUG:teuthology.orchestra.run.smithi141:> stat /dev/vg_nvme/lv_4 2023-12-18T13:05:50.885 INFO:teuthology.orchestra.run.smithi141.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout:Device: 6h/6d Inode: 398483 Links: 1 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout:Access: 2023-12-18 13:05:44.773259921 +0000 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout:Modify: 2023-12-18 13:02:29.733289513 +0000 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout:Change: 2023-12-18 13:02:29.733289513 +0000 2023-12-18T13:05:50.886 INFO:teuthology.orchestra.run.smithi141.stdout: Birth: - 2023-12-18T13:05:50.886 DEBUG:teuthology.orchestra.run.smithi141:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T13:05:50.951 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records in 2023-12-18T13:05:50.951 INFO:teuthology.orchestra.run.smithi141.stderr:1+0 records out 2023-12-18T13:05:50.951 INFO:teuthology.orchestra.run.smithi141.stderr:512 bytes copied, 0.00024769 s, 2.1 MB/s 2023-12-18T13:05:50.952 DEBUG:teuthology.orchestra.run.smithi141:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T13:05:51.011 INFO:tasks.cephadm:Deploying osd.0 on smithi093 with /dev/vg_nvme/lv_4... 2023-12-18T13:05:51.011 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T13:05:51.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:50 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:51.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:50 smithi141 ceph-mon[110549]: Deploying daemon prometheus.smithi093 on smithi093 2023-12-18T13:05:51.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:50 smithi141 ceph-mon[110549]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:51.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:50 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:51.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:50 smithi093 ceph-mon[107718]: Deploying daemon prometheus.smithi093 on smithi093 2023-12-18T13:05:51.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:50 smithi093 ceph-mon[107718]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:53.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:53 smithi093 ceph-mon[107718]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:53.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:53 smithi141 ceph-mon[110549]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:54 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:54.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:54 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:55.558 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T13:05:55.559 INFO:teuthology.orchestra.run.smithi093.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T13:05:55.559 INFO:teuthology.orchestra.run.smithi093.stderr: stderr: 10+0 records in 2023-12-18T13:05:55.559 INFO:teuthology.orchestra.run.smithi093.stderr:10+0 records out 2023-12-18T13:05:55.559 INFO:teuthology.orchestra.run.smithi093.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109894 s, 954 MB/s 2023-12-18T13:05:55.559 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping successful for: 2023-12-18T13:05:55.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:55 smithi141 ceph-mon[110549]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:55.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:55 smithi093 ceph-mon[107718]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:56.277 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi093:vg_nvme/lv_4 2023-12-18T13:05:57.291 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:57 smithi093 ceph-mon[107718]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:57 smithi141 ceph-mon[110549]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:58.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:05:58.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:05:58.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:05:58.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:05:58.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:59.317 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:59 smithi141 ceph-mon[110549]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:05:59.317 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:59.317 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:05:59.317 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:59.317 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:05:59.317 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:59 smithi141 ceph-mon[110549]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:59.317 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:05:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:59.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:59 smithi093 ceph-mon[107718]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:05:59.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:05:59.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:05:59.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:05:59.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:05:59.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:59 smithi093 ceph-mon[107718]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:05:59.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:05:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: Updating smithi141:/etc/ceph/ceph.conf 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2343123446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ae9a671-eb2d-4154-8663-102549b36c4c"}]: dispatch 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ae9a671-eb2d-4154-8663-102549b36c4c"}]: dispatch 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ae9a671-eb2d-4154-8663-102549b36c4c"}]': finished 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T13:06:00.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:00 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:00.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: Updating smithi141:/etc/ceph/ceph.conf 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2343123446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ae9a671-eb2d-4154-8663-102549b36c4c"}]: dispatch 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6ae9a671-eb2d-4154-8663-102549b36c4c"}]: dispatch 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ae9a671-eb2d-4154-8663-102549b36c4c"}]': finished 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T13:06:00.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:00 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:01.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:01.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1269740265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:01.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:01.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:01.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:01.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:06:01.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:06:01.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:01.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:01.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1269740265' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:01.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:01.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:01.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:01.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:06:01.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:06:01.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:02.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:02 smithi141 ceph-mon[110549]: Updating smithi093:/etc/ceph/ceph.conf 2023-12-18T13:06:02.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:02 smithi141 ceph-mon[110549]: Reconfiguring mon.smithi093 (unknown last config time)... 2023-12-18T13:06:02.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:02 smithi141 ceph-mon[110549]: Reconfiguring daemon mon.smithi093 on smithi093 2023-12-18T13:06:02.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:02 smithi093 ceph-mon[107718]: Updating smithi093:/etc/ceph/ceph.conf 2023-12-18T13:06:02.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:02 smithi093 ceph-mon[107718]: Reconfiguring mon.smithi093 (unknown last config time)... 2023-12-18T13:06:02.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:02 smithi093 ceph-mon[107718]: Reconfiguring daemon mon.smithi093 on smithi093 2023-12-18T13:06:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:03 smithi093 ceph-mon[107718]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:03.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:03 smithi141 ceph-mon[110549]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:05.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:05.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:05 smithi093 ceph-mon[107718]: Reconfiguring mgr.smithi093.pvrqem (unknown last config time)... 2023-12-18T13:06:05.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.pvrqem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:06:05.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:06:05.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:05.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:05 smithi093 ceph-mon[107718]: Reconfiguring daemon mgr.smithi093.pvrqem on smithi093 2023-12-18T13:06:05.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:05 smithi093 ceph-mon[107718]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:05.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:05.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:05 smithi141 ceph-mon[110549]: Reconfiguring mgr.smithi093.pvrqem (unknown last config time)... 2023-12-18T13:06:05.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.pvrqem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:06:05.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:06:05.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:05.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:05 smithi141 ceph-mon[110549]: Reconfiguring daemon mgr.smithi093.pvrqem on smithi093 2023-12-18T13:06:05.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:05 smithi141 ceph-mon[110549]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:06.129 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:06 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T13:06:06.130 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:06 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:06.130 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:06 smithi093 ceph-mon[107718]: Deploying daemon osd.0 on smithi093 2023-12-18T13:06:06.130 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:06 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:06.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:06 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T13:06:06.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:06 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:06.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:06 smithi141 ceph-mon[110549]: Deploying daemon osd.0 on smithi093 2023-12-18T13:06:06.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:06 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:07.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:07 smithi141 ceph-mon[110549]: Reconfiguring alertmanager.smithi093 (dependencies changed)... 2023-12-18T13:06:07.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:07 smithi141 ceph-mon[110549]: Reconfiguring daemon alertmanager.smithi093 on smithi093 2023-12-18T13:06:07.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:07 smithi141 ceph-mon[110549]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:07.381 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:07 smithi093 ceph-mon[107718]: Reconfiguring alertmanager.smithi093 (dependencies changed)... 2023-12-18T13:06:07.381 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:07 smithi093 ceph-mon[107718]: Reconfiguring daemon alertmanager.smithi093 on smithi093 2023-12-18T13:06:07.381 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:07 smithi093 ceph-mon[107718]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:09.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:09 smithi093 ceph-mon[107718]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:09.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:09 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:09.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:09 smithi141 ceph-mon[110549]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:09.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:09 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:11.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:11 smithi093 ceph-mon[107718]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:11.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:11 smithi141 ceph-mon[110549]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:13.068 INFO:teuthology.orchestra.run.smithi093.stdout:Created osd(s) 0 on host 'smithi093' 2023-12-18T13:06:13.276 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:12 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:13.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:12 smithi093 ceph-mon[107718]: Reconfiguring crash.smithi093 (monmap changed)... 2023-12-18T13:06:13.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:12 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:06:13.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:12 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:13.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:12 smithi093 ceph-mon[107718]: Reconfiguring daemon crash.smithi093 on smithi093 2023-12-18T13:06:13.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:12 smithi093 ceph-mon[107718]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T13:06:13.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:12 smithi093 ceph-mon[107718]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:13.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:12 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:13.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:12 smithi141 ceph-mon[110549]: Reconfiguring crash.smithi093 (monmap changed)... 2023-12-18T13:06:13.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:12 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi093", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:06:13.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:12 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:13.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:12 smithi141 ceph-mon[110549]: Reconfiguring daemon crash.smithi093 on smithi093 2023-12-18T13:06:13.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:12 smithi141 ceph-mon[110549]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T13:06:13.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:12 smithi141 ceph-mon[110549]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:13.857 DEBUG:teuthology.orchestra.run.smithi093:osd.0> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.0.service 2023-12-18T13:06:13.860 INFO:tasks.cephadm:Deploying osd.1 on smithi093 with /dev/vg_nvme/lv_3... 2023-12-18T13:06:13.860 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T13:06:13.890 INFO:journalctl@ceph.osd.0.smithi093.stdout:-- Logs begin at Mon 2023-12-18 12:55:19 UTC. -- 2023-12-18T13:06:14.203 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-0[120144]: 2023-12-18T13:06:13.999+0000 7f08cd941700 -1 osd.0 0 waiting for initial osdmap 2023-12-18T13:06:14.203 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-0[120144]: 2023-12-18T13:06:14.001+0000 7f08c7ad7700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:06:14.203 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-mon[107718]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T13:06:14.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-mon[107718]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T13:06:14.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:14.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-mon[107718]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:06:14.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:14.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:14 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:14.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:14 smithi141 ceph-mon[110549]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T13:06:14.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:14 smithi141 ceph-mon[110549]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T13:06:14.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:14 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:14.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:14 smithi141 ceph-mon[110549]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:06:14.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:14 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:14.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:14 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: Reconfiguring grafana.smithi093 (dependencies changed)... 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: Reconfiguring daemon grafana.smithi093 on smithi093 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:15.270 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:15.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: Reconfiguring grafana.smithi093 (dependencies changed)... 2023-12-18T13:06:15.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: Reconfiguring daemon grafana.smithi093 on smithi093 2023-12-18T13:06:15.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: from='osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:06:15.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T13:06:15.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:15.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:15.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T13:06:15.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:15.714 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T13:06:15.714 INFO:teuthology.orchestra.run.smithi093.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T13:06:15.714 INFO:teuthology.orchestra.run.smithi093.stderr: stderr: 10+0 records in 2023-12-18T13:06:15.714 INFO:teuthology.orchestra.run.smithi093.stderr:10+0 records out 2023-12-18T13:06:15.714 INFO:teuthology.orchestra.run.smithi093.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0150116 s, 699 MB/s 2023-12-18T13:06:15.714 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping successful for: 2023-12-18T13:06:16.263 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:16 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:06:16.263 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:16 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:06:16.263 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:16 smithi093 ceph-mon[107718]: osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278] boot 2023-12-18T13:06:16.263 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:16 smithi093 ceph-mon[107718]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T13:06:16.263 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:16.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:16 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:06:16.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:16 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:06:16.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:16 smithi141 ceph-mon[110549]: osd.0 [v2:172.21.15.93:6802/415025278,v1:172.21.15.93:6803/415025278] boot 2023-12-18T13:06:16.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:16 smithi141 ceph-mon[110549]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T13:06:16.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:06:16.354 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi093:vg_nvme/lv_3 2023-12-18T13:06:17.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:17 smithi093 ceph-mon[107718]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T13:06:17.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:17 smithi093 ceph-mon[107718]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:17.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:17 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:17.204 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:17 smithi093 ceph-mon[107718]: Reconfiguring crash.smithi141 (monmap changed)... 2023-12-18T13:06:17.205 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:17 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi141", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:06:17.205 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:17 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:17.205 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:17 smithi093 ceph-mon[107718]: Reconfiguring daemon crash.smithi141 on smithi141 2023-12-18T13:06:17.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:17 smithi141 ceph-mon[110549]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T13:06:17.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:17 smithi141 ceph-mon[110549]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:17.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:17 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:17.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:17 smithi141 ceph-mon[110549]: Reconfiguring crash.smithi141 (monmap changed)... 2023-12-18T13:06:17.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:17 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi141", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T13:06:17.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:17 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:17.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:17 smithi141 ceph-mon[110549]: Reconfiguring daemon crash.smithi141 on smithi141 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: Reconfiguring mgr.smithi141.aezfpw (monmap changed)... 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi141.aezfpw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: Reconfiguring daemon mgr.smithi141.aezfpw on smithi141 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:18.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:06:18.793 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:06:18.793 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: Reconfiguring mgr.smithi141.aezfpw (monmap changed)... 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi141.aezfpw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: Reconfiguring daemon mgr.smithi141.aezfpw on smithi141 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:18.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T13:06:18.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T13:06:18.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: Reconfiguring mon.smithi141 (monmap changed)... 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: Reconfiguring daemon mon.smithi141 on smithi141 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1673621591' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b990d988-c6a3-4a98-ac13-1c7022077e23"}]: dispatch 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1673621591' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b990d988-c6a3-4a98-ac13-1c7022077e23"}]': finished 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T13:06:19.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:19 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:20.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:06:20.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:20.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: Reconfiguring mon.smithi141 (monmap changed)... 2023-12-18T13:06:20.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: Reconfiguring daemon mon.smithi141 on smithi141 2023-12-18T13:06:20.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:20.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:06:20.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1673621591' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b990d988-c6a3-4a98-ac13-1c7022077e23"}]: dispatch 2023-12-18T13:06:20.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1673621591' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b990d988-c6a3-4a98-ac13-1c7022077e23"}]': finished 2023-12-18T13:06:20.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T13:06:20.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:19 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:20.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:20 smithi093 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:06:21.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:20 smithi141 ceph-mon[110549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:06:21.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:21 smithi093 ceph-mon[107718]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:21.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:21 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4032835131' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:22.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:21 smithi141 ceph-mon[110549]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:22.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:21 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/4032835131' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:23.891 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:23 smithi093 ceph-mon[107718]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:24.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:23 smithi141 ceph-mon[110549]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:25.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:25 smithi093 ceph-mon[107718]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:25.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:25 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T13:06:25.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:25 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:26.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:25 smithi141 ceph-mon[110549]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:26.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:25 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T13:06:26.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:25 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:26.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:26 smithi093 ceph-mon[107718]: Deploying daemon osd.1 on smithi093 2023-12-18T13:06:27.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:26 smithi141 ceph-mon[110549]: Deploying daemon osd.1 on smithi093 2023-12-18T13:06:27.891 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:27 smithi093 ceph-mon[107718]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:28.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:27 smithi141 ceph-mon[110549]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:28.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:06:28.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:06:29.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:06:29.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:06:29.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:29 smithi093 ceph-mon[107718]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:30.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:29 smithi141 ceph-mon[110549]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:30.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:30 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:30.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:30 smithi093 ceph-mon[107718]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:31.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:30 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:31.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:30 smithi141 ceph-mon[110549]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:31.603 INFO:teuthology.orchestra.run.smithi093.stdout:Created osd(s) 1 on host 'smithi093' 2023-12-18T13:06:32.011 DEBUG:teuthology.orchestra.run.smithi093:osd.1> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.1.service 2023-12-18T13:06:32.013 INFO:tasks.cephadm:Deploying osd.2 on smithi093 with /dev/vg_nvme/lv_2... 2023-12-18T13:06:32.014 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T13:06:32.042 INFO:journalctl@ceph.osd.1.smithi093.stdout:-- Logs begin at Mon 2023-12-18 12:55:19 UTC. -- 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.93:9093"}]: dispatch 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.93:9093"}]: dispatch 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.93:3000"}]: dispatch 2023-12-18T13:06:32.846 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.93:3000"}]: dispatch 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.93:9095"}]: dispatch 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.93:9095"}]: dispatch 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:32.847 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:32 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.93:9093"}]: dispatch 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.93:9093"}]: dispatch 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.93:3000"}]: dispatch 2023-12-18T13:06:32.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.93:3000"}]: dispatch 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.93:9095"}]: dispatch 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.93:9095"}]: dispatch 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:32.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:33.155 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:32 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-1[123874]: 2023-12-18T13:06:32.901+0000 7f3844f903c0 -1 osd.1 0 log_to_monitors true 2023-12-18T13:06:33.612 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T13:06:33.612 INFO:teuthology.orchestra.run.smithi093.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T13:06:33.613 INFO:teuthology.orchestra.run.smithi093.stderr: stderr: 10+0 records in 2023-12-18T13:06:33.613 INFO:teuthology.orchestra.run.smithi093.stderr:10+0 records out 2023-12-18T13:06:33.613 INFO:teuthology.orchestra.run.smithi093.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155229 s, 676 MB/s 2023-12-18T13:06:33.613 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping successful for: 2023-12-18T13:06:33.910 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:33 smithi093 ceph-mon[107718]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:33.910 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:33 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:33.910 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:33 smithi093 ceph-mon[107718]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T13:06:34.030 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi093:vg_nvme/lv_2 2023-12-18T13:06:34.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:33 smithi141 ceph-mon[110549]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:34.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:33 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:34.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:33 smithi141 ceph-mon[110549]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T13:06:35.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:34 smithi141 ceph-mon[110549]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T13:06:35.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:34 smithi141 ceph-mon[110549]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T13:06:35.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:34 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:35.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:34 smithi141 ceph-mon[110549]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:06:35.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:34 smithi141 ceph-mon[110549]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:35.200 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:34 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-1[123874]: 2023-12-18T13:06:34.831+0000 7f383b993700 -1 osd.1 0 waiting for initial osdmap 2023-12-18T13:06:35.200 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:34 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-1[123874]: 2023-12-18T13:06:34.834+0000 7f3834b27700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:06:35.200 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:34 smithi093 ceph-mon[107718]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T13:06:35.200 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:34 smithi093 ceph-mon[107718]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T13:06:35.200 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:34 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:35.200 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:34 smithi093 ceph-mon[107718]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:06:35.200 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:34 smithi093 ceph-mon[107718]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:35.992 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:06:35.992 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T13:06:35.992 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:35.993 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:35.993 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:35.993 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:06:35.993 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:06:35.993 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:06:35.993 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:35 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:06:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T13:06:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:36.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:06:36.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:06:36.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:06:36.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:35 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:37.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:36 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:06:37.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:36 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:06:37.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:36 smithi141 ceph-mon[110549]: osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657] boot 2023-12-18T13:06:37.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:36 smithi141 ceph-mon[110549]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T13:06:37.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:36 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:37.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:36 smithi141 ceph-mon[110549]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:37.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:36 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:06:37.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:36 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:06:37.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:36 smithi093 ceph-mon[107718]: osd.1 [v2:172.21.15.93:6810/3655620657,v1:172.21.15.93:6811/3655620657] boot 2023-12-18T13:06:37.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:36 smithi093 ceph-mon[107718]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T13:06:37.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:36 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:06:37.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:36 smithi093 ceph-mon[107718]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T13:06:38.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:37 smithi141 ceph-mon[110549]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T13:06:38.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:37 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1881239004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0be09e9e-6f32-40ab-853d-ef4bb31e9040"}]: dispatch 2023-12-18T13:06:38.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:37 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1881239004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0be09e9e-6f32-40ab-853d-ef4bb31e9040"}]': finished 2023-12-18T13:06:38.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:37 smithi141 ceph-mon[110549]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T13:06:38.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:37 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:38.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:37 smithi093 ceph-mon[107718]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T13:06:38.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:37 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1881239004' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0be09e9e-6f32-40ab-853d-ef4bb31e9040"}]: dispatch 2023-12-18T13:06:38.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:37 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1881239004' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0be09e9e-6f32-40ab-853d-ef4bb31e9040"}]': finished 2023-12-18T13:06:38.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:37 smithi093 ceph-mon[107718]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T13:06:38.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:39.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:38 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/253289585' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:39.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:38 smithi141 ceph-mon[110549]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:38 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/253289585' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:38 smithi093 ceph-mon[107718]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:41.831 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:41 smithi093 ceph-mon[107718]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:41.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:41 smithi141 ceph-mon[110549]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: Detected new or changed devices on smithi093 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi093 to 6449M 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:43.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:43.510 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:43.510 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:43 smithi093 ceph-mon[107718]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:43.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: Detected new or changed devices on smithi093 2023-12-18T13:06:43.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:43.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:43.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:43.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi093 to 6449M 2023-12-18T13:06:43.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:43.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:43.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:43.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:43.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:43.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:43 smithi141 ceph-mon[110549]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T13:06:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:44.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:44 smithi093 ceph-mon[107718]: Deploying daemon osd.2 on smithi093 2023-12-18T13:06:44.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:44.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T13:06:44.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:44.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:44 smithi141 ceph-mon[110549]: Deploying daemon osd.2 on smithi093 2023-12-18T13:06:45.688 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:45 smithi093 ceph-mon[107718]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:45.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:45 smithi141 ceph-mon[110549]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:47.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:46 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:47.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:46 smithi141 ceph-mon[110549]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:47.141 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:46 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:47.141 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:46 smithi093 ceph-mon[107718]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:48.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:48 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:48.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:48 smithi093 ceph-mon[107718]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:49.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:48 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:49.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:48 smithi141 ceph-mon[110549]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:50.319 INFO:teuthology.orchestra.run.smithi093.stdout:Created osd(s) 2 on host 'smithi093' 2023-12-18T13:06:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:50 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:50 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:50 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:50 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:50.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:50 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:50.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:50 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:50.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:50 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:50.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:50 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:50.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:50 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:50.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:50 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:50.770 DEBUG:teuthology.orchestra.run.smithi093:osd.2> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.2.service 2023-12-18T13:06:50.772 INFO:tasks.cephadm:Deploying osd.3 on smithi093 with /dev/vg_nvme/lv_1... 2023-12-18T13:06:50.772 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T13:06:50.805 INFO:journalctl@ceph.osd.2.smithi093.stdout:-- Logs begin at Mon 2023-12-18 12:55:19 UTC. -- 2023-12-18T13:06:51.066 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:51 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-2[128345]: 2023-12-18T13:06:51.061+0000 7f7ff73003c0 -1 osd.2 0 log_to_monitors true 2023-12-18T13:06:51.348 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:51 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:51.349 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:51 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:51.349 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:51 smithi093 ceph-mon[107718]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:51.349 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:51 smithi093 ceph-mon[107718]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T13:06:51.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:51 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:51.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:51 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:51.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:51 smithi141 ceph-mon[110549]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:51.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:51 smithi141 ceph-mon[110549]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T13:06:52.487 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T13:06:52.487 INFO:teuthology.orchestra.run.smithi093.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T13:06:52.487 INFO:teuthology.orchestra.run.smithi093.stderr: stderr: 10+0 records in 2023-12-18T13:06:52.487 INFO:teuthology.orchestra.run.smithi093.stderr:10+0 records out 2023-12-18T13:06:52.487 INFO:teuthology.orchestra.run.smithi093.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131484 s, 797 MB/s 2023-12-18T13:06:52.487 INFO:teuthology.orchestra.run.smithi093.stderr:--> Zapping successful for: 2023-12-18T13:06:52.583 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:52 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-2[128345]: 2023-12-18T13:06:52.328+0000 7f7fedd03700 -1 osd.2 0 waiting for initial osdmap 2023-12-18T13:06:52.583 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:52 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-2[128345]: 2023-12-18T13:06:52.335+0000 7f7fe6696700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:06:52.583 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:52 smithi093 ceph-mon[107718]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T13:06:52.584 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:52 smithi093 ceph-mon[107718]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T13:06:52.584 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:52 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:52.584 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:52 smithi093 ceph-mon[107718]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:06:52.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:52 smithi141 ceph-mon[110549]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T13:06:52.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:52 smithi141 ceph-mon[110549]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T13:06:52.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:52 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:52.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:52 smithi141 ceph-mon[110549]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:06:52.871 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi093:vg_nvme/lv_1 2023-12-18T13:06:53.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:53 smithi093 ceph-mon[107718]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:06:53.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:53 smithi093 ceph-mon[107718]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T13:06:53.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:53 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:53.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:53 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:53.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:53 smithi093 ceph-mon[107718]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:53.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:53 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:53.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:53 smithi141 ceph-mon[110549]: from='osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:06:53.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:53 smithi141 ceph-mon[110549]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T13:06:53.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:53 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:53.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:53 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:53.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:53 smithi141 ceph-mon[110549]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T13:06:53.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:53 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:54.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:54 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:06:54.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:54 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:06:54.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:54 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:54.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:54 smithi093 ceph-mon[107718]: osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732] boot 2023-12-18T13:06:54.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:54 smithi093 ceph-mon[107718]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T13:06:54.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:54 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:54.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:54 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:06:54.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:54 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:06:54.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:54 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:54.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:54 smithi141 ceph-mon[110549]: osd.2 [v2:172.21.15.93:6818/3030656732,v1:172.21.15.93:6819/3030656732] boot 2023-12-18T13:06:54.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:54 smithi141 ceph-mon[110549]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T13:06:54.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:54 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:06:55.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T13:06:55.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:55.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi093:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:55.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:55.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:06:55.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:55.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:55.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:06:55.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:06:55.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:06:56.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:56 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi093 to 4299M 2023-12-18T13:06:56.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:56 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T13:06:56.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:56 smithi093 ceph-mon[107718]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T13:06:56.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:56 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T13:06:56.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:56 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi093 to 4299M 2023-12-18T13:06:56.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:56 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T13:06:56.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:56 smithi141 ceph-mon[110549]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T13:06:56.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:56 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T13:06:57.429 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[130966]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:06:57.429 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[130966]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:57.429 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[130966]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:57.429 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T13:06:57.429 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:57 smithi093 ceph-mon[107718]: osdmap e22: 3 total, 3 up, 3 in 2023-12-18T13:06:57.429 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:57 smithi093 ceph-mon[107718]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:06:57.429 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:57 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2322138512' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1bce805-3423-497a-9337-09cd44866634"}]: dispatch 2023-12-18T13:06:57.430 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:57 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2322138512' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1bce805-3423-497a-9337-09cd44866634"}]': finished 2023-12-18T13:06:57.430 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:57 smithi093 ceph-mon[107718]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T13:06:57.430 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:06:57.704 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131050]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:06:57.704 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131050]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:57.704 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131050]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:57.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T13:06:57.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:57 smithi141 ceph-mon[110549]: osdmap e22: 3 total, 3 up, 3 in 2023-12-18T13:06:57.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:57 smithi141 ceph-mon[110549]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:06:57.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:57 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2322138512' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d1bce805-3423-497a-9337-09cd44866634"}]: dispatch 2023-12-18T13:06:57.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:57 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2322138512' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d1bce805-3423-497a-9337-09cd44866634"}]': finished 2023-12-18T13:06:57.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:57 smithi141 ceph-mon[110549]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T13:06:57.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:06:57.965 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131130]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:06:57.965 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131130]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:57.965 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131130]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:58.220 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131222]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:06:58.220 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131222]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:58.220 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:06:57 smithi093 sudo[131222]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:58.470 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131306]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:06:58.471 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131306]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:58.471 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131306]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:58.471 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131470]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:06:58.471 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131470]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:58.471 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131470]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:58.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:58.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/882901675' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:58.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 ceph-mon[107718]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T13:06:58.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:06:58.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:58.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:58.726 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131658]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:06:58.726 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131658]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:58.726 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131658]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:58 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/882901675' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:06:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:58 smithi141 ceph-mon[110549]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T13:06:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:06:58.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:58.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:06:59.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131663]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:06:59.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131663]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:59.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:58 smithi093 sudo[131663]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:59.463 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 sudo[113153]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T13:06:59.463 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 sudo[113153]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:59.463 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 sudo[113153]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:59.463 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 sudo[113156]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T13:06:59.463 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 sudo[113156]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T13:06:59.464 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 sudo[113156]: pam_unix(sudo:session): session closed for user root 2023-12-18T13:06:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:06:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: pgmap v57: 1 pgs: 1 active+clean; 128 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:06:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:06:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:06:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:06:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:06:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: mgrmap e19: smithi093.pvrqem(active, since 91s), standbys: smithi141.aezfpw 2023-12-18T13:06:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:06:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:06:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:06:59 smithi093 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:06:59.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: pgmap v57: 1 pgs: 1 active+clean; 128 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: mgrmap e19: smithi093.pvrqem(active, since 91s), standbys: smithi141.aezfpw 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:06:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:06:59 smithi141 ceph-mon[110549]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T13:07:00.735 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:00 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:00 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:01.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:01 smithi141 ceph-mon[110549]: pgmap v58: 1 pgs: 1 active+clean; 128 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:07:01.870 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:01 smithi093 ceph-mon[107718]: pgmap v58: 1 pgs: 1 active+clean; 128 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:07:02.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:02 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T13:07:02.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:02 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:02.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:02 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T13:07:02.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:02 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:03.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:03 smithi093 ceph-mon[107718]: Deploying daemon osd.3 on smithi093 2023-12-18T13:07:03.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:03 smithi093 ceph-mon[107718]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 18 KiB/s rd, 489 KiB/s wr, 46 op/s 2023-12-18T13:07:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:03 smithi141 ceph-mon[110549]: Deploying daemon osd.3 on smithi093 2023-12-18T13:07:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:03 smithi141 ceph-mon[110549]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 18 KiB/s rd, 489 KiB/s wr, 46 op/s 2023-12-18T13:07:05.811 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:05 smithi093 ceph-mon[107718]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 12 KiB/s rd, 342 KiB/s wr, 32 op/s 2023-12-18T13:07:05.811 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:05.811 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:05.811 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:05.811 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:05.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:05 smithi141 ceph-mon[110549]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 12 KiB/s rd, 342 KiB/s wr, 32 op/s 2023-12-18T13:07:05.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:05.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:05.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:05.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:07.271 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:07 smithi093 ceph-mon[107718]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 9.6 KiB/s rd, 263 KiB/s wr, 25 op/s 2023-12-18T13:07:07.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:07 smithi141 ceph-mon[110549]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 9.6 KiB/s rd, 263 KiB/s wr, 25 op/s 2023-12-18T13:07:07.490 INFO:teuthology.orchestra.run.smithi093.stdout:Created osd(s) 3 on host 'smithi093' 2023-12-18T13:07:08.007 DEBUG:teuthology.orchestra.run.smithi093:osd.3> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.3.service 2023-12-18T13:07:08.009 INFO:tasks.cephadm:Deploying osd.4 on smithi141 with /dev/vg_nvme/lv_4... 2023-12-18T13:07:08.009 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T13:07:08.042 INFO:journalctl@ceph.osd.3.smithi093.stdout:-- Logs begin at Mon 2023-12-18 12:55:19 UTC. -- 2023-12-18T13:07:08.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:08 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:08.921 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:08 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:08.922 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:07:08 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-3[132801]: 2023-12-18T13:07:08.603+0000 7fbe5a66d3c0 -1 osd.3 0 log_to_monitors true 2023-12-18T13:07:09.434 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T13:07:09.434 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T13:07:09.434 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-18T13:07:09.434 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-18T13:07:09.434 INFO:teuthology.orchestra.run.smithi141.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0144816 s, 724 MB/s 2023-12-18T13:07:09.434 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 2023-12-18T13:07:09.434 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-18T13:07:09.627 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:09 smithi093 ceph-mon[107718]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 214 KiB/s wr, 20 op/s 2023-12-18T13:07:09.627 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:09 smithi093 ceph-mon[107718]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T13:07:09.627 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:09 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:09.757 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:09 smithi141 ceph-mon[110549]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 214 KiB/s wr, 20 op/s 2023-12-18T13:07:09.757 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:09 smithi141 ceph-mon[110549]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T13:07:09.757 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:09 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:09.759 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_4 2023-12-18T13:07:10.711 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:10 smithi141 ceph-mon[110549]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T13:07:10.712 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:10 smithi141 ceph-mon[110549]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T13:07:10.712 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:10 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:10.712 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:10 smithi141 ceph-mon[110549]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:07:10.827 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:07:10 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-3[132801]: 2023-12-18T13:07:10.499+0000 7fbe51070700 -1 osd.3 0 waiting for initial osdmap 2023-12-18T13:07:10.827 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:07:10 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-3[132801]: 2023-12-18T13:07:10.504+0000 7fbe4aa05700 -1 osd.3 26 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:07:10.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:10 smithi093 ceph-mon[107718]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T13:07:10.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:10 smithi093 ceph-mon[107718]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T13:07:10.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:10 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:10.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:10 smithi093 ceph-mon[107718]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]: dispatch 2023-12-18T13:07:11.844 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 8.3 KiB/s rd, 229 KiB/s wr, 21 op/s 2023-12-18T13:07:11.844 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:07:11.844 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: osdmap e26: 4 total, 3 up, 4 in 2023-12-18T13:07:11.844 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:11.844 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:11.845 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:11.926 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 8.3 KiB/s rd, 229 KiB/s wr, 21 op/s 2023-12-18T13:07:11.926 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi093", "root=default"]}]': finished 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: osdmap e26: 4 total, 3 up, 4 in 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:07:11.927 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:07:11.928 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:11.928 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:12.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:07:12.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:07:12.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: Detected new or changed devices on smithi093 2023-12-18T13:07:12.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi093 to 3224M 2023-12-18T13:07:12.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:07:12.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952] boot 2023-12-18T13:07:12.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T13:07:12.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:12 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:12.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:07:12.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:07:12.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: Detected new or changed devices on smithi093 2023-12-18T13:07:12.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi093 to 3224M 2023-12-18T13:07:12.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:07:12.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: osd.3 [v2:172.21.15.93:6826/1820180952,v1:172.21.15.93:6827/1820180952] boot 2023-12-18T13:07:12.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T13:07:12.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:12 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: osdmap e28: 4 total, 4 up, 4 in 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/3674631117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41112181-4f22-445c-99d3-78c65de238cc"}]: dispatch 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41112181-4f22-445c-99d3-78c65de238cc"}]: dispatch 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41112181-4f22-445c-99d3-78c65de238cc"}]': finished 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:13.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/2018413987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:07:13.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:13.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:13.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T13:07:13.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: osdmap e28: 4 total, 4 up, 4 in 2023-12-18T13:07:13.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/3674631117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41112181-4f22-445c-99d3-78c65de238cc"}]: dispatch 2023-12-18T13:07:13.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41112181-4f22-445c-99d3-78c65de238cc"}]: dispatch 2023-12-18T13:07:13.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41112181-4f22-445c-99d3-78c65de238cc"}]': finished 2023-12-18T13:07:13.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T13:07:13.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:13.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/2018413987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:07:13.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:13.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:15.810 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:15 smithi141 ceph-mon[110549]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:15.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:15 smithi093 ceph-mon[107718]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:17.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:17 smithi141 ceph-mon[110549]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:17.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:17 smithi093 ceph-mon[107718]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:18.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T13:07:18.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:18.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T13:07:18.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:19.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:19 smithi141 ceph-mon[110549]: Deploying daemon osd.4 on smithi141 2023-12-18T13:07:19.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:19 smithi141 ceph-mon[110549]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:19.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:19 smithi093 ceph-mon[107718]: Deploying daemon osd.4 on smithi141 2023-12-18T13:07:19.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:19 smithi093 ceph-mon[107718]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:21.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:21 smithi141 ceph-mon[110549]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:21.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:21 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:21.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:21 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:21.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:21 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:21.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:21 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:21.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:21 smithi093 ceph-mon[107718]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:21.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:21 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:21.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:21 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:21.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:21 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:21.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:21 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:23.369 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 4 on host 'smithi141' 2023-12-18T13:07:23.788 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:23 smithi141 ceph-mon[110549]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:23.788 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:23 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:23.788 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:23 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:23.788 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:23 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:23.788 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:23 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:23.788 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:23 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:23.788 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:23 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:23.789 DEBUG:teuthology.orchestra.run.smithi141:osd.4> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.4.service 2023-12-18T13:07:23.791 INFO:tasks.cephadm:Deploying osd.5 on smithi141 with /dev/vg_nvme/lv_3... 2023-12-18T13:07:23.791 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T13:07:23.818 INFO:journalctl@ceph.osd.4.smithi141.stdout:-- Logs begin at Mon 2023-12-18 12:54:21 UTC. -- 2023-12-18T13:07:23.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:23 smithi093 ceph-mon[107718]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:23.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:23 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:23.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:23 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:23.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:23 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:23.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:23 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:23.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:23 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:23.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:23 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:24.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:24 smithi141 ceph-mon[110549]: from='osd.4 [v2:172.21.15.141:6800/3825782917,v1:172.21.15.141:6801/3825782917]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:07:24.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:24 smithi141 ceph-mon[110549]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:07:24.601 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:07:24 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:07:24.343+0000 7f7b23eef3c0 -1 osd.4 0 log_to_monitors true 2023-12-18T13:07:24.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:24 smithi093 ceph-mon[107718]: from='osd.4 [v2:172.21.15.141:6800/3825782917,v1:172.21.15.141:6801/3825782917]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:07:24.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:24 smithi093 ceph-mon[107718]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T13:07:25.630 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T13:07:25.630 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T13:07:25.630 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-18T13:07:25.631 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-18T13:07:25.631 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128112 s, 818 MB/s 2023-12-18T13:07:25.631 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-18T13:07:25.850 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:07:25.563+0000 7f7b1a8f2700 -1 osd.4 0 waiting for initial osdmap 2023-12-18T13:07:25.850 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:07:25.568+0000 7f7b15289700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:07:25.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-mon[110549]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:25.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-mon[110549]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T13:07:25.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-mon[110549]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T13:07:25.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:25.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-mon[110549]: from='osd.4 [v2:172.21.15.141:6800/3825782917,v1:172.21.15.141:6801/3825782917]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:25.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:25 smithi141 ceph-mon[110549]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:25.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:25 smithi093 ceph-mon[107718]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:25.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:25 smithi093 ceph-mon[107718]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T13:07:25.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:25 smithi093 ceph-mon[107718]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T13:07:25.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:25 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:25.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:25 smithi093 ceph-mon[107718]: from='osd.4 [v2:172.21.15.141:6800/3825782917,v1:172.21.15.141:6801/3825782917]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:25.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:25 smithi093 ceph-mon[107718]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:26.328 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_3 2023-12-18T13:07:26.818 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:07:26.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: osdmap e31: 5 total, 4 up, 5 in 2023-12-18T13:07:26.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:26.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:26.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:26.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:26.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:26.819 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:26 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:26.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:07:26.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: osdmap e31: 5 total, 4 up, 5 in 2023-12-18T13:07:26.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:26.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:26.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:26.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:26.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:26.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:26 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:27.572 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:07:27.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:07:27.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: Detected new or changed devices on smithi141 2023-12-18T13:07:27.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi141 to 15970M 2023-12-18T13:07:27.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:27.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: osd.4 [v2:172.21.15.141:6800/3825782917,v1:172.21.15.141:6801/3825782917] boot 2023-12-18T13:07:27.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T13:07:27.573 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:27 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:27.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:07:27.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:07:27.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: Detected new or changed devices on smithi141 2023-12-18T13:07:27.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi141 to 15970M 2023-12-18T13:07:27.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T13:07:27.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: osd.4 [v2:172.21.15.141:6800/3825782917,v1:172.21.15.141:6801/3825782917] boot 2023-12-18T13:07:27.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T13:07:27.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:27 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:07:28.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:28 smithi141 ceph-mon[110549]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T13:07:28.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:28 smithi141 ceph-mon[110549]: from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:07:28.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:07:28.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:07:28.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:28.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:07:28.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:07:28.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:28 smithi093 ceph-mon[107718]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T13:07:28.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:28 smithi093 ceph-mon[107718]: from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:07:28.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:07:28.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:07:28.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:28.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:07:28.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:07:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:29 smithi141 ceph-mon[110549]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:07:29.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:29 smithi141 ceph-mon[110549]: osdmap e34: 5 total, 5 up, 5 in 2023-12-18T13:07:29.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:29 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/17732565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002208c3-c811-45a4-9fb3-cfc130f1c421"}]: dispatch 2023-12-18T13:07:29.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:29 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002208c3-c811-45a4-9fb3-cfc130f1c421"}]: dispatch 2023-12-18T13:07:29.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:29 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "002208c3-c811-45a4-9fb3-cfc130f1c421"}]': finished 2023-12-18T13:07:29.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:29 smithi141 ceph-mon[110549]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T13:07:29.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:29.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:29 smithi093 ceph-mon[107718]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:07:29.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:29 smithi093 ceph-mon[107718]: osdmap e34: 5 total, 5 up, 5 in 2023-12-18T13:07:29.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:29 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/17732565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002208c3-c811-45a4-9fb3-cfc130f1c421"}]: dispatch 2023-12-18T13:07:29.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:29 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "002208c3-c811-45a4-9fb3-cfc130f1c421"}]: dispatch 2023-12-18T13:07:29.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:29 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "002208c3-c811-45a4-9fb3-cfc130f1c421"}]': finished 2023-12-18T13:07:29.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:29 smithi093 ceph-mon[107718]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T13:07:29.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:30.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:30 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/3644982754' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:07:30.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:30 smithi141 ceph-mon[110549]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T13:07:30.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:30 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:30.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:30 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/3644982754' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:07:30.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:30 smithi093 ceph-mon[107718]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T13:07:30.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:30 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:31.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:31 smithi141 ceph-mon[110549]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:07:31.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:31 smithi093 ceph-mon[107718]: pgmap v85: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:07:33.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:33 smithi141 ceph-mon[110549]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-18T13:07:33.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:33 smithi093 ceph-mon[107718]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 105 KiB/s, 0 objects/s recovering 2023-12-18T13:07:34.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:34 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T13:07:34.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:34 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:34.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:34 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T13:07:34.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:34 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:35.748 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:35 smithi141 ceph-mon[110549]: Deploying daemon osd.5 on smithi141 2023-12-18T13:07:35.749 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:35 smithi141 ceph-mon[110549]: pgmap v87: 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:07:35.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:35 smithi093 ceph-mon[107718]: Deploying daemon osd.5 on smithi141 2023-12-18T13:07:35.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:35 smithi093 ceph-mon[107718]: pgmap v87: 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:07:37.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:37 smithi141 ceph-mon[110549]: pgmap v88: 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:07:37.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:37 smithi093 ceph-mon[107718]: pgmap v88: 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:07:38.998 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:38.999 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:38.999 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:38.999 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:38.999 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:38 smithi141 ceph-mon[110549]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-18T13:07:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:39.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:38 smithi093 ceph-mon[107718]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-18T13:07:39.885 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 5 on host 'smithi141' 2023-12-18T13:07:40.561 DEBUG:teuthology.orchestra.run.smithi141:osd.5> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.5.service 2023-12-18T13:07:40.564 INFO:tasks.cephadm:Deploying osd.6 on smithi141 with /dev/vg_nvme/lv_2... 2023-12-18T13:07:40.564 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T13:07:40.592 INFO:journalctl@ceph.osd.5.smithi141.stdout:-- Logs begin at Mon 2023-12-18 12:54:21 UTC. -- 2023-12-18T13:07:40.793 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:40.794 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:40.794 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:40.794 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:40.794 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:40.794 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:40.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:40.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:40.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:40.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:40.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:40.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:41.076 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:07:40 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:07:40.971+0000 7f20af8133c0 -1 osd.5 0 log_to_monitors true 2023-12-18T13:07:41.832 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:41 smithi141 ceph-mon[110549]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-18T13:07:41.832 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:41 smithi141 ceph-mon[110549]: from='osd.5 [v2:172.21.15.141:6808/1744473031,v1:172.21.15.141:6809/1744473031]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:07:41.832 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:41 smithi141 ceph-mon[110549]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:07:41.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:41 smithi093 ceph-mon[107718]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-18T13:07:41.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:41 smithi093 ceph-mon[107718]: from='osd.5 [v2:172.21.15.141:6808/1744473031,v1:172.21.15.141:6809/1744473031]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:07:41.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:41 smithi093 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T13:07:42.293 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T13:07:42.293 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T13:07:42.293 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-18T13:07:42.293 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-18T13:07:42.293 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111854 s, 937 MB/s 2023-12-18T13:07:42.293 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-18T13:07:42.700 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_2 2023-12-18T13:07:43.161 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:07:42.897+0000 7f20a6216700 -1 osd.5 0 waiting for initial osdmap 2023-12-18T13:07:43.161 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:07:42.903+0000 7f209f3aa700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='osd.5 [v2:172.21.15.141:6808/1744473031,v1:172.21.15.141:6809/1744473031]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: Detected new or changed devices on smithi141 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:43.162 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi141 to 7985M 2023-12-18T13:07:43.163 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:43.163 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:43.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T13:07:43.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T13:07:43.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:43.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='osd.5 [v2:172.21.15.141:6808/1744473031,v1:172.21.15.141:6809/1744473031]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:43.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: Detected new or changed devices on smithi141 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi141 to 7985M 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:43.216 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:43.897 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:43 smithi093 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:07:43.897 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:43 smithi093 ceph-mon[107718]: osdmap e38: 6 total, 5 up, 6 in 2023-12-18T13:07:43.897 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:43.897 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:43.897 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:43 smithi093 ceph-mon[107718]: osd.5 [v2:172.21.15.141:6808/1744473031,v1:172.21.15.141:6809/1744473031] boot 2023-12-18T13:07:43.897 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:43 smithi093 ceph-mon[107718]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T13:07:43.897 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:43 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:44.048 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:43 smithi141 ceph-mon[110549]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:07:44.048 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:43 smithi141 ceph-mon[110549]: osdmap e38: 6 total, 5 up, 6 in 2023-12-18T13:07:44.048 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:44.048 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:44.048 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:43 smithi141 ceph-mon[110549]: osd.5 [v2:172.21.15.141:6808/1744473031,v1:172.21.15.141:6809/1744473031] boot 2023-12-18T13:07:44.048 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:43 smithi141 ceph-mon[110549]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T13:07:44.049 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:43 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:07:45.054 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:07:45.054 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:07:45.055 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:07:45.055 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:07:45.055 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:07:45.055 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:45.055 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:07:45.055 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:44 smithi141 ceph-mon[110549]: osdmap e40: 6 total, 6 up, 6 in 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:07:45.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:44 smithi093 ceph-mon[107718]: osdmap e40: 6 total, 6 up, 6 in 2023-12-18T13:07:46.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:45 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/2694899222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb14f194-e1f2-4b80-802e-44c6a2db2cb0"}]: dispatch 2023-12-18T13:07:46.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:45 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb14f194-e1f2-4b80-802e-44c6a2db2cb0"}]: dispatch 2023-12-18T13:07:46.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:45 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb14f194-e1f2-4b80-802e-44c6a2db2cb0"}]': finished 2023-12-18T13:07:46.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:45 smithi093 ceph-mon[107718]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T13:07:46.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:46.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:45 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/2694899222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb14f194-e1f2-4b80-802e-44c6a2db2cb0"}]: dispatch 2023-12-18T13:07:46.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:45 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb14f194-e1f2-4b80-802e-44c6a2db2cb0"}]: dispatch 2023-12-18T13:07:46.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:45 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb14f194-e1f2-4b80-802e-44c6a2db2cb0"}]': finished 2023-12-18T13:07:46.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:45 smithi141 ceph-mon[110549]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T13:07:46.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:47.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:47 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/1647071965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:07:47.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:47 smithi141 ceph-mon[110549]: pgmap v98: 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:07:47.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:47 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/1647071965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:07:47.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:47 smithi093 ceph-mon[107718]: pgmap v98: 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:07:48.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:48 smithi141 ceph-mon[110549]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-18T13:07:48.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:48 smithi141 ceph-mon[110549]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T13:07:48.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:48 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:48.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:48 smithi093 ceph-mon[107718]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2023-12-18T13:07:48.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:48 smithi093 ceph-mon[107718]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T13:07:48.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:48 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:49.254 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:49 smithi141 ceph-mon[110549]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T13:07:49.254 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:49 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:49.254 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:49 smithi141 ceph-mon[110549]: pgmap v101: 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:07:49.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:49 smithi093 ceph-mon[107718]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T13:07:49.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:49 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:49.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:49 smithi093 ceph-mon[107718]: pgmap v101: 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:07:50.746 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:50 smithi141 ceph-mon[110549]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-18T13:07:50.746 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:50 smithi141 ceph-mon[110549]: Cluster is now healthy 2023-12-18T13:07:50.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:50 smithi093 ceph-mon[107718]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2023-12-18T13:07:50.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:50 smithi093 ceph-mon[107718]: Cluster is now healthy 2023-12-18T13:07:51.753 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:51 smithi141 ceph-mon[110549]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:07:51.753 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:51 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T13:07:51.753 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:51 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:51.753 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:51 smithi141 ceph-mon[110549]: Deploying daemon osd.6 on smithi141 2023-12-18T13:07:51.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:51 smithi093 ceph-mon[107718]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:07:51.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:51 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T13:07:51.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:51 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:51.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:51 smithi093 ceph-mon[107718]: Deploying daemon osd.6 on smithi141 2023-12-18T13:07:53.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:53 smithi141 ceph-mon[110549]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:07:53.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:53 smithi093 ceph-mon[107718]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T13:07:55.332 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:55.332 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:55.333 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:55.333 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:55 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:55.333 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:55 smithi141 ceph-mon[110549]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:07:55.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:55.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:55.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:55.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:55 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:55.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:55 smithi093 ceph-mon[107718]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:07:56.356 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 6 on host 'smithi141' 2023-12-18T13:07:56.788 DEBUG:teuthology.orchestra.run.smithi141:osd.6> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.6.service 2023-12-18T13:07:56.790 INFO:tasks.cephadm:Deploying osd.7 on smithi141 with /dev/vg_nvme/lv_1... 2023-12-18T13:07:56.790 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T13:07:56.819 INFO:journalctl@ceph.osd.6.smithi141.stdout:-- Logs begin at Mon 2023-12-18 12:54:21 UTC. -- 2023-12-18T13:07:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:57.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:57.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:57.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:57.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:57.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-mon[110549]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T13:07:57.628 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:07:57 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:07:57.348+0000 7f25cf6013c0 -1 osd.6 0 log_to_monitors true 2023-12-18T13:07:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:07:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:07:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:07:57.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:57 smithi093 ceph-mon[107718]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T13:07:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:58 smithi141 ceph-mon[110549]: from='osd.6 [v2:172.21.15.141:6816/2799954950,v1:172.21.15.141:6817/2799954950]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:07:58.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:58 smithi141 ceph-mon[110549]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:07:58.512 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T13:07:58.512 INFO:teuthology.orchestra.run.smithi141.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T13:07:58.513 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10+0 records in 2023-12-18T13:07:58.513 INFO:teuthology.orchestra.run.smithi141.stderr:10+0 records out 2023-12-18T13:07:58.513 INFO:teuthology.orchestra.run.smithi141.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111639 s, 939 MB/s 2023-12-18T13:07:58.513 INFO:teuthology.orchestra.run.smithi141.stderr:--> Zapping successful for: 2023-12-18T13:07:58.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:58 smithi093 ceph-mon[107718]: from='osd.6 [v2:172.21.15.141:6816/2799954950,v1:172.21.15.141:6817/2799954950]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:07:58.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:58 smithi093 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T13:07:59.130 DEBUG:teuthology.orchestra.run.smithi141:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi141:vg_nvme/lv_1 2023-12-18T13:07:59.460 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:07:59.307+0000 7f25c6004700 -1 osd.6 0 waiting for initial osdmap 2023-12-18T13:07:59.460 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:07:59.314+0000 7f25bf198700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:07:59.460 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T13:07:59.460 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T13:07:59.460 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:59.460 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='osd.6 [v2:172.21.15.141:6816/2799954950,v1:172.21.15.141:6817/2799954950]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:59.460 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:59.460 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: pgmap v107: 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:07:59.461 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:59.461 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:59.461 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:59.461 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:59.461 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:59.461 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:07:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='osd.6 [v2:172.21.15.141:6816/2799954950,v1:172.21.15.141:6817/2799954950]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: pgmap v107: 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:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:59.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:07:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:07:59.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:07:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:00.497 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:00 smithi141 ceph-mon[110549]: Detected new or changed devices on smithi141 2023-12-18T13:08:00.498 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:00 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi141 to 5323M 2023-12-18T13:08:00.498 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:00 smithi141 ceph-mon[110549]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:08:00.498 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:00 smithi141 ceph-mon[110549]: osdmap e45: 7 total, 6 up, 7 in 2023-12-18T13:08:00.498 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:00 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:08:00.498 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:00 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:08:00.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:00 smithi093 ceph-mon[107718]: Detected new or changed devices on smithi141 2023-12-18T13:08:00.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:00 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi141 to 5323M 2023-12-18T13:08:00.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:00 smithi093 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:08:00.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:00 smithi093 ceph-mon[107718]: osdmap e45: 7 total, 6 up, 7 in 2023-12-18T13:08:00.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:00 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:08:00.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:00 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:08:01.451 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: osd.6 [v2:172.21.15.141:6816/2799954950,v1:172.21.15.141:6817/2799954950] boot 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:01.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:01 smithi141 ceph-mon[110549]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T13:08:01.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:08:01.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:08:01.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: osd.6 [v2:172.21.15.141:6816/2799954950,v1:172.21.15.141:6817/2799954950] boot 2023-12-18T13:08:01.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T13:08:01.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:08:01.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: from='client.24205 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi141:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:01.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T13:08:01.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T13:08:01.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:01.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:01.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:01 smithi093 ceph-mon[107718]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: osdmap e48: 7 total, 7 up, 7 in 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/304870684' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c09cd761-75a6-4dcb-8bb0-1f37f60a4539"}]: dispatch 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c09cd761-75a6-4dcb-8bb0-1f37f60a4539"}]: dispatch 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c09cd761-75a6-4dcb-8bb0-1f37f60a4539"}]': finished 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:03.351 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:03 smithi141 ceph-mon[110549]: from='client.? 172.21.15.141:0/3238372686' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: osdmap e48: 7 total, 7 up, 7 in 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/304870684' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c09cd761-75a6-4dcb-8bb0-1f37f60a4539"}]: dispatch 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c09cd761-75a6-4dcb-8bb0-1f37f60a4539"}]: dispatch 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c09cd761-75a6-4dcb-8bb0-1f37f60a4539"}]': finished 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:03.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:03 smithi093 ceph-mon[107718]: from='client.? 172.21.15.141:0/3238372686' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T13:08:04.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:04 smithi093 ceph-mon[107718]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T13:08:04.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:04 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:04.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:04 smithi141 ceph-mon[110549]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T13:08:04.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:04 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:05.329 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:05 smithi141 ceph-mon[110549]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T13:08:05.329 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:05 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:05.329 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:05 smithi141 ceph-mon[110549]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:05.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:05 smithi093 ceph-mon[107718]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T13:08:05.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:05 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:05.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:05 smithi093 ceph-mon[107718]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:07.130 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:07 smithi141 ceph-mon[110549]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 117 KiB/s, 0 objects/s recovering 2023-12-18T13:08:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:07 smithi093 ceph-mon[107718]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 117 KiB/s, 0 objects/s recovering 2023-12-18T13:08:08.226 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:08 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T13:08:08.226 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:08 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:08.227 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:08 smithi141 ceph-mon[110549]: Deploying daemon osd.7 on smithi141 2023-12-18T13:08:08.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:08 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T13:08:08.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:08 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:08.466 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:08 smithi093 ceph-mon[107718]: Deploying daemon osd.7 on smithi141 2023-12-18T13:08:09.205 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:09 smithi141 ceph-mon[110549]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-18T13:08:09.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:09 smithi093 ceph-mon[107718]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-18T13:08:11.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:11 smithi093 ceph-mon[107718]: pgmap v120: 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:08:11.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:11.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:08:11.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:11.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:08:12.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:11 smithi141 ceph-mon[110549]: pgmap v120: 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:08:12.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:12.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:08:12.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:12.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:08:12.989 INFO:teuthology.orchestra.run.smithi141.stdout:Created osd(s) 7 on host 'smithi141' 2023-12-18T13:08:13.319 DEBUG:teuthology.orchestra.run.smithi141:osd.7> sudo journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.7.service 2023-12-18T13:08:13.321 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-18T13:08:13.321 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T13:08:13.349 INFO:journalctl@ceph.osd.7.smithi141.stdout:-- Logs begin at Mon 2023-12-18 12:54:21 UTC. -- 2023-12-18T13:08:13.775 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:13 smithi141 ceph-mon[110549]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T13:08:13.775 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:13.775 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:13.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:13 smithi093 ceph-mon[107718]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T13:08:13.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:13.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:14.075 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:08:13 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:08:13.823+0000 7fb3158363c0 -1 osd.7 0 log_to_monitors true 2023-12-18T13:08:14.674 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:14.945 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:14 smithi093 ceph-mon[107718]: from='osd.7 [v2:172.21.15.141:6824/2743513788,v1:172.21.15.141:6825/2743513788]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:08:14.945 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:14 smithi093 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:08:15.037 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":52,"num_osds":8,"num_up_osds":7,"osd_up_since":1702904880,"num_in_osds":8,"osd_in_since":1702904882,"num_remapped_pgs":0} 2023-12-18T13:08:15.041 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:14 smithi141 ceph-mon[110549]: from='osd.7 [v2:172.21.15.141:6824/2743513788,v1:172.21.15.141:6825/2743513788]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:08:15.041 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:14 smithi141 ceph-mon[110549]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T13:08:15.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-18T13:08:15.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='osd.7 [v2:172.21.15.141:6824/2743513788,v1:172.21.15.141:6825/2743513788]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/59525821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:08:15.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:15 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:16.038 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T13:08:16.100 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:08:15.666+0000 7fb30c239700 -1 osd.7 0 waiting for initial osdmap 2023-12-18T13:08:16.100 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:08:15.674+0000 7fb305bce700 -1 osd.7 53 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T13:08:16.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='osd.7 [v2:172.21.15.141:6824/2743513788,v1:172.21.15.141:6825/2743513788]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/59525821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:08:16.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:16.102 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:08:16.102 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:15 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:16.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: Detected new or changed devices on smithi141 2023-12-18T13:08:16.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi141 to 3992M 2023-12-18T13:08:16.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:08:16.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: osdmap e53: 8 total, 7 up, 8 in 2023-12-18T13:08:16.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:16.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:16.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: osd.7 [v2:172.21.15.141:6824/2743513788,v1:172.21.15.141:6825/2743513788] boot 2023-12-18T13:08:16.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T13:08:16.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:17.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: Detected new or changed devices on smithi141 2023-12-18T13:08:17.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi141 to 3992M 2023-12-18T13:08:17.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi141", "root=default"]}]': finished 2023-12-18T13:08:17.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: osdmap e53: 8 total, 7 up, 8 in 2023-12-18T13:08:17.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:17.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:17.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: osd.7 [v2:172.21.15.141:6824/2743513788,v1:172.21.15.141:6825/2743513788] boot 2023-12-18T13:08:17.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T13:08:17.101 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:08:17.352 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:17.721 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1702904896,"num_in_osds":8,"osd_in_since":1702904882,"num_remapped_pgs":1} 2023-12-18T13:08:17.722 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:08:17.945 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:17.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:17 smithi093 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T13:08:17.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:17 smithi093 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T13:08:17.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:17 smithi093 ceph-mon[107718]: pgmap v126: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:17.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:17 smithi093 ceph-mon[107718]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T13:08:17.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:17 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2154714617' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:08:18.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:17 smithi141 ceph-mon[110549]: purged_snaps scrub starts 2023-12-18T13:08:18.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:17 smithi141 ceph-mon[110549]: purged_snaps scrub ok 2023-12-18T13:08:18.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:17 smithi141 ceph-mon[110549]: pgmap v126: 1 pgs: 1 peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T13:08:18.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:17 smithi141 ceph-mon[110549]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T13:08:18.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:17 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2154714617' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T13:08:19.046 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:19.047 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":56,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","created":"2023-12-18T13:03:57.768485+0000","modified":"2023-12-18T13:08:18.095956+0000","last_up_change":"2023-12-18T13:08:16.085800+0000","last_in_change":"2023-12-18T13:08:02.121426+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:06:54.780676+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":"24","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":"6ae9a671-eb2d-4154-8663-102549b36c4c","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.93:6802","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6803","nonce":415025278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6804","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6805","nonce":415025278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6808","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6809","nonce":415025278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6806","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6807","nonce":415025278}]},"public_addr":"172.21.15.93:6803/415025278","cluster_addr":"172.21.15.93:6805/415025278","heartbeat_back_addr":"172.21.15.93:6809/415025278","heartbeat_front_addr":"172.21.15.93:6807/415025278","state":["exists","up"]},{"osd":1,"uuid":"b990d988-c6a3-4a98-ac13-1c7022077e23","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6810","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6811","nonce":3655620657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6812","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6813","nonce":3655620657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6816","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6817","nonce":3655620657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6814","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6815","nonce":3655620657}]},"public_addr":"172.21.15.93:6811/3655620657","cluster_addr":"172.21.15.93:6813/3655620657","heartbeat_back_addr":"172.21.15.93:6817/3655620657","heartbeat_front_addr":"172.21.15.93:6815/3655620657","state":["exists","up"]},{"osd":2,"uuid":"0be09e9e-6f32-40ab-853d-ef4bb31e9040","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.93:6818","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6819","nonce":3030656732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6820","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6821","nonce":3030656732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6824","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6825","nonce":3030656732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6822","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6823","nonce":3030656732}]},"public_addr":"172.21.15.93:6819/3030656732","cluster_addr":"172.21.15.93:6821/3030656732","heartbeat_back_addr":"172.21.15.93:6825/3030656732","heartbeat_front_addr":"172.21.15.93:6823/3030656732","state":["exists","up"]},{"osd":3,"uuid":"d1bce805-3423-497a-9337-09cd44866634","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6826","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6827","nonce":1820180952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6828","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6829","nonce":1820180952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6832","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6833","nonce":1820180952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6830","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6831","nonce":1820180952}]},"public_addr":"172.21.15.93:6827/1820180952","cluster_addr":"172.21.15.93:6829/1820180952","heartbeat_back_addr":"172.21.15.93:6833/1820180952","heartbeat_front_addr":"172.21.15.93:6831/1820180952","state":["exists","up"]},{"osd":4,"uuid":"41112181-4f22-445c-99d3-78c65de238cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6800","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6801","nonce":3825782917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6802","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6803","nonce":3825782917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6806","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6807","nonce":3825782917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6804","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6805","nonce":3825782917}]},"public_addr":"172.21.15.141:6801/3825782917","cluster_addr":"172.21.15.141:6803/3825782917","heartbeat_back_addr":"172.21.15.141:6807/3825782917","heartbeat_front_addr":"172.21.15.141:6805/3825782917","state":["exists","up"]},{"osd":5,"uuid":"002208c3-c811-45a4-9fb3-cfc130f1c421","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6808","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6809","nonce":1744473031}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6810","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6811","nonce":1744473031}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6814","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6815","nonce":1744473031}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6812","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6813","nonce":1744473031}]},"public_addr":"172.21.15.141:6809/1744473031","cluster_addr":"172.21.15.141:6811/1744473031","heartbeat_back_addr":"172.21.15.141:6815/1744473031","heartbeat_front_addr":"172.21.15.141:6813/1744473031","state":["exists","up"]},{"osd":6,"uuid":"eb14f194-e1f2-4b80-802e-44c6a2db2cb0","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.141:6816","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6817","nonce":2799954950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6818","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6819","nonce":2799954950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6822","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6823","nonce":2799954950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6820","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6821","nonce":2799954950}]},"public_addr":"172.21.15.141:6817/2799954950","cluster_addr":"172.21.15.141:6819/2799954950","heartbeat_back_addr":"172.21.15.141:6823/2799954950","heartbeat_front_addr":"172.21.15.141:6821/2799954950","state":["exists","up"]},{"osd":7,"uuid":"c09cd761-75a6-4dcb-8bb0-1f37f60a4539","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.141:6824","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6825","nonce":2743513788}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6826","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6827","nonce":2743513788}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6830","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6831","nonce":2743513788}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6828","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6829","nonce":2743513788}]},"public_addr":"172.21.15.141:6825/2743513788","cluster_addr":"172.21.15.141:6827/2743513788","heartbeat_back_addr":"172.21.15.141:6831/2743513788","heartbeat_front_addr":"172.21.15.141:6829/2743513788","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:06:13.282131+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:06:33.948224+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:06:52.099540+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:07:09.648057+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:07:25.356217+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:07:41.967041+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:07:58.364889+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:08:14.789911+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.93:0/1061784719":"2023-12-19T13:05:27.548033+0000","172.21.15.93:0/2282969952":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6800/3246240047":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6801/3246240047":"2023-12-19T13:05:27.548033+0000","172.21.15.93:0/2186652124":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2366434714":"2023-12-19T13:04:43.851872+0000","172.21.15.93:6801/622268546":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2218445370":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6800/622268546":"2023-12-19T13:04:43.851872+0000","172.21.15.93:6800/1144408368":"2023-12-19T13:04:19.812240+0000","172.21.15.93:6801/1144408368":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/1930187602":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/891050954":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2171886447":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/1928172657":"2023-12-19T13:04:19.812240+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:08:19.336 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:19 smithi093 ceph-mon[107718]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T13:08:19.336 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:19 smithi093 ceph-mon[107718]: pgmap v129: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:19.337 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:19 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2651770314' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:08:19.403 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-18T13:06:54.780676+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': '24', '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:08:19.403 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-18T13:08:19.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:19 smithi141 ceph-mon[110549]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T13:08:19.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:19 smithi141 ceph-mon[110549]: pgmap v129: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:19.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:19 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2651770314' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:08:19.625 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:20.365 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:20 smithi093 ceph-mon[107718]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T13:08:20.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:20 smithi141 ceph-mon[110549]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T13:08:20.734 INFO:teuthology.orchestra.run.smithi093.stdout:pg_num: 1 2023-12-18T13:08:21.055 INFO:tasks.cephadm:Setting up client nodes... 2023-12-18T13:08:21.056 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-18T13:08:21.380 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:21 smithi093 ceph-mon[107718]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T13:08:21.380 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:21 smithi093 ceph-mon[107718]: pgmap v132: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:21.380 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:21 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1088287679' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T13:08:21.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:21 smithi141 ceph-mon[110549]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T13:08:21.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:21 smithi141 ceph-mon[110549]: pgmap v132: 1 pgs: 1 peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:21.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:21 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1088287679' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T13:08:22.531 INFO:teuthology.orchestra.run.smithi093.stdout:[client.0] 2023-12-18T13:08:22.531 INFO:teuthology.orchestra.run.smithi093.stdout: key = AQBGRIBl7qJxHxAAGmSFXza9DNGcf85qcFCzeA== 2023-12-18T13:08:22.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:22 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/996224605' 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:08:22.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:22 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/996224605' 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:08:22.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:22 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/996224605' 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:08:22.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:22 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/996224605' 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:08:22.936 DEBUG:teuthology.orchestra.run.smithi093:> set -ex 2023-12-18T13:08:22.936 DEBUG:teuthology.orchestra.run.smithi093:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-18T13:08:22.936 DEBUG:teuthology.orchestra.run.smithi093:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-18T13:08:22.976 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-18T13:08:22.976 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-18T13:08:22.976 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-18T13:08:23.234 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:23.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:23 smithi141 ceph-mon[110549]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-12-18T13:08:23.931 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:23 smithi093 ceph-mon[107718]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2023-12-18T13:08:24.341 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:24.610 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:24 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4065688914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T13:08:24.694 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":19,"active_gid":14206,"active_name":"smithi093.pvrqem","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6800","nonce":3588900845},{"type":"v1","addr":"172.21.15.93:6801","nonce":3588900845}]},"active_addr":"172.21.15.93:6801/3588900845","active_change":"2023-12-18T13:05:27.548368+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14224,"name":"smithi141.aezfpw","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.93:8443/","prometheus":"http://172.21.15.93: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.93:0","nonce":707439146}]},{"addrvec":[{"type":"v2","addr":"172.21.15.93:0","nonce":2700122718}]},{"addrvec":[{"type":"v2","addr":"172.21.15.93:0","nonce":3099753081}]},{"addrvec":[{"type":"v2","addr":"172.21.15.93:0","nonce":4093355467}]}]}} 2023-12-18T13:08:24.698 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-18T13:08:24.698 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-18T13:08:24.698 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:08:24.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:24 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/4065688914' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T13:08:24.920 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:25.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:25 smithi093 ceph-mon[107718]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-18T13:08:25.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:25 smithi141 ceph-mon[110549]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 81 KiB/s, 0 objects/s recovering 2023-12-18T13:08:26.116 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:26.116 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":58,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","created":"2023-12-18T13:03:57.768485+0000","modified":"2023-12-18T13:08:20.106266+0000","last_up_change":"2023-12-18T13:08:16.085800+0000","last_in_change":"2023-12-18T13:08:02.121426+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:06:54.780676+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":"24","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":"6ae9a671-eb2d-4154-8663-102549b36c4c","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.93:6802","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6803","nonce":415025278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6804","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6805","nonce":415025278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6808","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6809","nonce":415025278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6806","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6807","nonce":415025278}]},"public_addr":"172.21.15.93:6803/415025278","cluster_addr":"172.21.15.93:6805/415025278","heartbeat_back_addr":"172.21.15.93:6809/415025278","heartbeat_front_addr":"172.21.15.93:6807/415025278","state":["exists","up"]},{"osd":1,"uuid":"b990d988-c6a3-4a98-ac13-1c7022077e23","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6810","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6811","nonce":3655620657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6812","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6813","nonce":3655620657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6816","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6817","nonce":3655620657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6814","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6815","nonce":3655620657}]},"public_addr":"172.21.15.93:6811/3655620657","cluster_addr":"172.21.15.93:6813/3655620657","heartbeat_back_addr":"172.21.15.93:6817/3655620657","heartbeat_front_addr":"172.21.15.93:6815/3655620657","state":["exists","up"]},{"osd":2,"uuid":"0be09e9e-6f32-40ab-853d-ef4bb31e9040","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.93:6818","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6819","nonce":3030656732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6820","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6821","nonce":3030656732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6824","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6825","nonce":3030656732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6822","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6823","nonce":3030656732}]},"public_addr":"172.21.15.93:6819/3030656732","cluster_addr":"172.21.15.93:6821/3030656732","heartbeat_back_addr":"172.21.15.93:6825/3030656732","heartbeat_front_addr":"172.21.15.93:6823/3030656732","state":["exists","up"]},{"osd":3,"uuid":"d1bce805-3423-497a-9337-09cd44866634","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6826","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6827","nonce":1820180952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6828","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6829","nonce":1820180952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6832","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6833","nonce":1820180952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6830","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6831","nonce":1820180952}]},"public_addr":"172.21.15.93:6827/1820180952","cluster_addr":"172.21.15.93:6829/1820180952","heartbeat_back_addr":"172.21.15.93:6833/1820180952","heartbeat_front_addr":"172.21.15.93:6831/1820180952","state":["exists","up"]},{"osd":4,"uuid":"41112181-4f22-445c-99d3-78c65de238cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6800","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6801","nonce":3825782917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6802","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6803","nonce":3825782917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6806","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6807","nonce":3825782917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6804","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6805","nonce":3825782917}]},"public_addr":"172.21.15.141:6801/3825782917","cluster_addr":"172.21.15.141:6803/3825782917","heartbeat_back_addr":"172.21.15.141:6807/3825782917","heartbeat_front_addr":"172.21.15.141:6805/3825782917","state":["exists","up"]},{"osd":5,"uuid":"002208c3-c811-45a4-9fb3-cfc130f1c421","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6808","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6809","nonce":1744473031}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6810","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6811","nonce":1744473031}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6814","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6815","nonce":1744473031}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6812","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6813","nonce":1744473031}]},"public_addr":"172.21.15.141:6809/1744473031","cluster_addr":"172.21.15.141:6811/1744473031","heartbeat_back_addr":"172.21.15.141:6815/1744473031","heartbeat_front_addr":"172.21.15.141:6813/1744473031","state":["exists","up"]},{"osd":6,"uuid":"eb14f194-e1f2-4b80-802e-44c6a2db2cb0","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.141:6816","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6817","nonce":2799954950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6818","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6819","nonce":2799954950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6822","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6823","nonce":2799954950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6820","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6821","nonce":2799954950}]},"public_addr":"172.21.15.141:6817/2799954950","cluster_addr":"172.21.15.141:6819/2799954950","heartbeat_back_addr":"172.21.15.141:6823/2799954950","heartbeat_front_addr":"172.21.15.141:6821/2799954950","state":["exists","up"]},{"osd":7,"uuid":"c09cd761-75a6-4dcb-8bb0-1f37f60a4539","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.141:6824","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6825","nonce":2743513788}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6826","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6827","nonce":2743513788}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6830","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6831","nonce":2743513788}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6828","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6829","nonce":2743513788}]},"public_addr":"172.21.15.141:6825/2743513788","cluster_addr":"172.21.15.141:6827/2743513788","heartbeat_back_addr":"172.21.15.141:6831/2743513788","heartbeat_front_addr":"172.21.15.141:6829/2743513788","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:06:13.282131+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:06:33.948224+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:06:52.099540+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:07:09.648057+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:07:25.356217+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:07:41.967041+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:07:58.364889+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:08:14.789911+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.93:0/1061784719":"2023-12-19T13:05:27.548033+0000","172.21.15.93:0/2282969952":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6800/3246240047":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6801/3246240047":"2023-12-19T13:05:27.548033+0000","172.21.15.93:0/2186652124":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2366434714":"2023-12-19T13:04:43.851872+0000","172.21.15.93:6801/622268546":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2218445370":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6800/622268546":"2023-12-19T13:04:43.851872+0000","172.21.15.93:6800/1144408368":"2023-12-19T13:04:19.812240+0000","172.21.15.93:6801/1144408368":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/1930187602":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/891050954":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2171886447":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/1928172657":"2023-12-19T13:04:19.812240+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:08:26.438 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-18T13:08:26.438 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T13:08:26.660 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:27.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:27 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1584210291' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:08:27.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:27 smithi141 ceph-mon[110549]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:08:27.373 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:27 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1584210291' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:08:27.373 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:27 smithi093 ceph-mon[107718]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T13:08:27.732 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:27.733 INFO:teuthology.orchestra.run.smithi093.stdout:{"epoch":58,"fsid":"d34c12fe-9da5-11ee-95a5-87774f69a715","created":"2023-12-18T13:03:57.768485+0000","modified":"2023-12-18T13:08:20.106266+0000","last_up_change":"2023-12-18T13:08:16.085800+0000","last_in_change":"2023-12-18T13:08:02.121426+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:06:54.780676+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":"24","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":"6ae9a671-eb2d-4154-8663-102549b36c4c","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.93:6802","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6803","nonce":415025278}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6804","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6805","nonce":415025278}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6808","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6809","nonce":415025278}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6806","nonce":415025278},{"type":"v1","addr":"172.21.15.93:6807","nonce":415025278}]},"public_addr":"172.21.15.93:6803/415025278","cluster_addr":"172.21.15.93:6805/415025278","heartbeat_back_addr":"172.21.15.93:6809/415025278","heartbeat_front_addr":"172.21.15.93:6807/415025278","state":["exists","up"]},{"osd":1,"uuid":"b990d988-c6a3-4a98-ac13-1c7022077e23","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6810","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6811","nonce":3655620657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6812","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6813","nonce":3655620657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6816","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6817","nonce":3655620657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6814","nonce":3655620657},{"type":"v1","addr":"172.21.15.93:6815","nonce":3655620657}]},"public_addr":"172.21.15.93:6811/3655620657","cluster_addr":"172.21.15.93:6813/3655620657","heartbeat_back_addr":"172.21.15.93:6817/3655620657","heartbeat_front_addr":"172.21.15.93:6815/3655620657","state":["exists","up"]},{"osd":2,"uuid":"0be09e9e-6f32-40ab-853d-ef4bb31e9040","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.93:6818","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6819","nonce":3030656732}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6820","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6821","nonce":3030656732}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6824","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6825","nonce":3030656732}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6822","nonce":3030656732},{"type":"v1","addr":"172.21.15.93:6823","nonce":3030656732}]},"public_addr":"172.21.15.93:6819/3030656732","cluster_addr":"172.21.15.93:6821/3030656732","heartbeat_back_addr":"172.21.15.93:6825/3030656732","heartbeat_front_addr":"172.21.15.93:6823/3030656732","state":["exists","up"]},{"osd":3,"uuid":"d1bce805-3423-497a-9337-09cd44866634","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6826","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6827","nonce":1820180952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6828","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6829","nonce":1820180952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6832","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6833","nonce":1820180952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.93:6830","nonce":1820180952},{"type":"v1","addr":"172.21.15.93:6831","nonce":1820180952}]},"public_addr":"172.21.15.93:6827/1820180952","cluster_addr":"172.21.15.93:6829/1820180952","heartbeat_back_addr":"172.21.15.93:6833/1820180952","heartbeat_front_addr":"172.21.15.93:6831/1820180952","state":["exists","up"]},{"osd":4,"uuid":"41112181-4f22-445c-99d3-78c65de238cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6800","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6801","nonce":3825782917}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6802","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6803","nonce":3825782917}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6806","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6807","nonce":3825782917}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6804","nonce":3825782917},{"type":"v1","addr":"172.21.15.141:6805","nonce":3825782917}]},"public_addr":"172.21.15.141:6801/3825782917","cluster_addr":"172.21.15.141:6803/3825782917","heartbeat_back_addr":"172.21.15.141:6807/3825782917","heartbeat_front_addr":"172.21.15.141:6805/3825782917","state":["exists","up"]},{"osd":5,"uuid":"002208c3-c811-45a4-9fb3-cfc130f1c421","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6808","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6809","nonce":1744473031}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6810","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6811","nonce":1744473031}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6814","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6815","nonce":1744473031}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6812","nonce":1744473031},{"type":"v1","addr":"172.21.15.141:6813","nonce":1744473031}]},"public_addr":"172.21.15.141:6809/1744473031","cluster_addr":"172.21.15.141:6811/1744473031","heartbeat_back_addr":"172.21.15.141:6815/1744473031","heartbeat_front_addr":"172.21.15.141:6813/1744473031","state":["exists","up"]},{"osd":6,"uuid":"eb14f194-e1f2-4b80-802e-44c6a2db2cb0","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.141:6816","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6817","nonce":2799954950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6818","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6819","nonce":2799954950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6822","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6823","nonce":2799954950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6820","nonce":2799954950},{"type":"v1","addr":"172.21.15.141:6821","nonce":2799954950}]},"public_addr":"172.21.15.141:6817/2799954950","cluster_addr":"172.21.15.141:6819/2799954950","heartbeat_back_addr":"172.21.15.141:6823/2799954950","heartbeat_front_addr":"172.21.15.141:6821/2799954950","state":["exists","up"]},{"osd":7,"uuid":"c09cd761-75a6-4dcb-8bb0-1f37f60a4539","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.141:6824","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6825","nonce":2743513788}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6826","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6827","nonce":2743513788}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6830","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6831","nonce":2743513788}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.141:6828","nonce":2743513788},{"type":"v1","addr":"172.21.15.141:6829","nonce":2743513788}]},"public_addr":"172.21.15.141:6825/2743513788","cluster_addr":"172.21.15.141:6827/2743513788","heartbeat_back_addr":"172.21.15.141:6831/2743513788","heartbeat_front_addr":"172.21.15.141:6829/2743513788","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:06:13.282131+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:06:33.948224+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:06:52.099540+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:07:09.648057+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:07:25.356217+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:07:41.967041+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:07:58.364889+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:08:14.789911+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.93:0/1061784719":"2023-12-19T13:05:27.548033+0000","172.21.15.93:0/2282969952":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6800/3246240047":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6801/3246240047":"2023-12-19T13:05:27.548033+0000","172.21.15.93:0/2186652124":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2366434714":"2023-12-19T13:04:43.851872+0000","172.21.15.93:6801/622268546":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2218445370":"2023-12-19T13:05:27.548033+0000","172.21.15.93:6800/622268546":"2023-12-19T13:04:43.851872+0000","172.21.15.93:6800/1144408368":"2023-12-19T13:04:19.812240+0000","172.21.15.93:6801/1144408368":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/1930187602":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/891050954":"2023-12-19T13:04:43.851872+0000","172.21.15.93:0/2171886447":"2023-12-19T13:04:19.812240+0000","172.21.15.93:0/1928172657":"2023-12-19T13:04:19.812240+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:08:28.104 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-18T13:08:28.104 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-18T13:08:28.105 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-18T13:08:28.105 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-18T13:08:28.106 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-18T13:08:28.106 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-18T13:08:28.106 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-18T13:08:28.107 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-18T13:08:28.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:28 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2861842034' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:08:28.467 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:28 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2861842034' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T13:08:28.493 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:28.707 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:28.816 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:28.816 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:28.816 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:28.820 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:28.821 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:29.011 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:29.273 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:29 smithi093 ceph-mon[107718]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T13:08:29.273 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:08:29.273 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:08:29.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:29 smithi141 ceph-mon[110549]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2023-12-18T13:08:29.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:08:29.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:08:31.793 INFO:teuthology.orchestra.run.smithi093.stdout:115964117011 2023-12-18T13:08:31.794 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-18T13:08:31.821 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:31 smithi093 ceph-mon[107718]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-18T13:08:31.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:31 smithi141 ceph-mon[110549]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-12-18T13:08:32.785 INFO:teuthology.orchestra.run.smithi093.stdout:81604378647 2023-12-18T13:08:32.785 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-18T13:08:33.157 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:33.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:33 smithi141 ceph-mon[110549]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T13:08:33.882 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:33 smithi093 ceph-mon[107718]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-18T13:08:34.092 INFO:teuthology.orchestra.run.smithi093.stdout:231928233990 2023-12-18T13:08:34.093 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-18T13:08:34.359 INFO:teuthology.orchestra.run.smithi093.stdout:167503724556 2023-12-18T13:08:34.360 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-18T13:08:34.592 INFO:teuthology.orchestra.run.smithi093.stdout:38654705694 2023-12-18T13:08:34.593 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-18T13:08:34.826 INFO:teuthology.orchestra.run.smithi093.stdout:197568495625 2023-12-18T13:08:34.827 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-18T13:08:34.878 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:35.033 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:35.133 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:35.155 INFO:teuthology.orchestra.run.smithi093.stdout:60129542170 2023-12-18T13:08:35.156 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-18T13:08:35.192 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:35.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:35 smithi093 ceph-mon[107718]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:35.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:35 smithi141 ceph-mon[110549]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:36.443 INFO:teuthology.orchestra.run.smithi093.stdout:137438953487 2023-12-18T13:08:36.443 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-18T13:08:36.679 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:37.154 INFO:teuthology.orchestra.run.smithi093.stdout:115964117012 2023-12-18T13:08:37.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:37 smithi093 ceph-mon[107718]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:37.215 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:37 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/127989532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T13:08:37.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:37 smithi141 ceph-mon[110549]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:37.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:37 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/127989532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T13:08:37.490 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:37.559 INFO:teuthology.orchestra.run.smithi093.stdout:231928233990 2023-12-18T13:08:37.957 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:37.982 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117011 got 115964117012 for osd.3 2023-12-18T13:08:37.982 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:38.315 INFO:teuthology.orchestra.run.smithi093.stdout:81604378648 2023-12-18T13:08:38.350 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:38 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3785308279' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T13:08:38.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:38 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3785308279' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T13:08:39.102 INFO:teuthology.orchestra.run.smithi093.stdout:38654705695 2023-12-18T13:08:39.129 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:39 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3147133356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T13:08:39.129 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:39 smithi093 ceph-mon[107718]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:39.345 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-12-18T13:08:39.345 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:39.558 INFO:tasks.cephadm.ceph_manager.ceph:need seq 231928233990 got 231928233990 for osd.7 2023-12-18T13:08:39.558 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:39.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:39 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3147133356' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T13:08:39.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:39 smithi141 ceph-mon[110549]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:39.760 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705695 for osd.0 2023-12-18T13:08:39.760 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:40.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:40 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1876940377' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T13:08:40.535 INFO:teuthology.orchestra.run.smithi093.stdout:197568495626 2023-12-18T13:08:40.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:40 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1876940377' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T13:08:40.613 INFO:teuthology.orchestra.run.smithi093.stdout:167503724557 2023-12-18T13:08:40.702 INFO:teuthology.orchestra.run.smithi093.stdout:60129542171 2023-12-18T13:08:40.870 INFO:teuthology.orchestra.run.smithi093.stdout:137438953488 2023-12-18T13:08:41.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:41 smithi093 ceph-mon[107718]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:41.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:41 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2080430484' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T13:08:41.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:41 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3137336185' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T13:08:41.296 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:41 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2205182393' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T13:08:41.296 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:41 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2959608928' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T13:08:41.452 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495625 got 197568495626 for osd.6 2023-12-18T13:08:41.452 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:41.464 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724556 got 167503724557 for osd.5 2023-12-18T13:08:41.464 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:41.492 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953487 got 137438953488 for osd.4 2023-12-18T13:08:41.492 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:41.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:41 smithi141 ceph-mon[110549]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:41.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:41 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2080430484' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T13:08:41.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:41 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3137336185' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T13:08:41.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:41 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2205182393' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T13:08:41.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:41 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2959608928' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T13:08:41.634 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542170 got 60129542171 for osd.1 2023-12-18T13:08:41.634 DEBUG:teuthology.parallel:result is None 2023-12-18T13:08:41.634 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-18T13:08:41.635 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T13:08:41.859 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:42.940 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:42.942 INFO:teuthology.orchestra.run.smithi093.stderr:dumped all 2023-12-18T13:08:43.256 INFO:teuthology.orchestra.run.smithi093.stdout:{"pg_ready":true,"pg_map":{"version":143,"stamp":"2023-12-18T13:08:42.508478+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":48488,"kb_used_data":6184,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912728,"statfs":{"total":767960285184,"available":767910633472,"internally_reserved":0,"allocated":6332416,"data_stored":3503794,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002147"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-12-18T13:08:20.122941+0000","last_change":"2023-12-18T13:08:20.122941+0000","last_active":"2023-12-18T13:08:20.122941+0000","last_peered":"2023-12-18T13:08:20.122941+0000","last_clean":"2023-12-18T13:08:20.122941+0000","last_became_active":"2023-12-18T13:08:20.122472+0000","last_became_peered":"2023-12-18T13:08:20.122472+0000","last_unstale":"2023-12-18T13:08:20.122941+0000","last_undegraded":"2023-12-18T13:08:20.122941+0000","last_fullsized":"2023-12-18T13:08:20.122941+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:06:55.339390+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T13:06:55.339390+0000","last_clean_scrub_stamp":"2023-12-18T13:06:55.339390+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-19T19:24:54.794016+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":3727360,"data_stored":3702496,"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":6032,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739120,"statfs":{"total":95995035648,"available":95988858880,"internally_reserved":0,"allocated":1122304,"data_stored":768371,"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.69699999999999995}]},{"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.58899999999999997}]},{"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.61299999999999999}]},{"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.68500000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"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.54800000000000004}]}]},{"osd":6,"up_from":46,"seq":197568495627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":768429,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]},{"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.65400000000000003}]},{"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.80200000000000005}]},{"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.72699999999999998}]},{"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.57299999999999995}]},{"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.60899999999999999}]},{"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.86099999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":239501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:08:38 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.33300000000000002,"15min":0.32900000000000001},"min":{"1min":0.27800000000000002,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.49399999999999999,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.36799999999999999,"15min":0.36199999999999999},"min":{"1min":0.25800000000000001,"5min":0.224,"15min":0.224},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":1.0369999999999999}]},{"osd":2,"last update":"Mon Dec 18 13:07:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":1.081},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.38100000000000001}]},{"osd":3,"last update":"Mon Dec 18 13:08:17 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":1.115},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.41399999999999998}]},{"osd":4,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":1.143}]},{"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.44}]},{"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":1.2210000000000001}]},{"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.44400000000000001}]}]},{"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":6868,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738284,"statfs":{"total":95995035648,"available":95988002816,"internally_reserved":0,"allocated":1126400,"data_stored":768694,"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:08:37 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.32000000000000001,"15min":0.313},"min":{"1min":0.27800000000000002,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.45000000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"last":0.26100000000000001},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.32700000000000001,"15min":0.311},"min":{"1min":0.26500000000000001,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.28000000000000003}]},{"osd":2,"last update":"Mon Dec 18 13:07:56 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.36499999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:08:12 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.38700000000000001}]},{"osd":4,"last update":"Mon Dec 18 13:08:31 2023","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.8220000000000001,"5min":1.8220000000000001,"15min":1.8220000000000001},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.833,"5min":1.833,"15min":1.833},"last":0.61799999999999999}]},{"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.56999999999999995}]},{"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.54000000000000004}]},{"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.66100000000000003}]}]},{"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":239766,"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:07:54 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.39900000000000002}]},{"osd":1,"last update":"Mon Dec 18 13:07:54 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.312},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.33600000000000002}]},{"osd":3,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.36299999999999999}]},{"osd":4,"last update":"Mon Dec 18 13:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"last":0.59999999999999998}]},{"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.503}]},{"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.53500000000000003}]},{"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":3,"up_from":27,"seq":115964117014,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5644,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739508,"statfs":{"total":95995035648,"available":95989256192,"internally_reserved":0,"allocated":593920,"data_stored":239766,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.36899999999999999}]},{"osd":1,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.436}]},{"osd":2,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.46000000000000002}]},{"osd":4,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.88700000000000001}]},{"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.65700000000000003}]},{"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.76200000000000001}]},{"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.878}]}]},{"osd":4,"up_from":32,"seq":137438953488,"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":239766,"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:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.44500000000000001}]},{"osd":1,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.52600000000000002}]},{"osd":2,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.091,"5min":1.091,"15min":1.091},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.38300000000000001}]},{"osd":3,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.048,"5min":1.048,"15min":1.048},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.48399999999999999}]},{"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.60199999999999998}]},{"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.53700000000000003}]},{"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.57499999999999996}]}]},{"osd":5,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5640,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739512,"statfs":{"total":95995035648,"available":95989260288,"internally_reserved":0,"allocated":589824,"data_stored":239501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"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.436}]},{"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.38900000000000001}]},{"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.499}]},{"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.42199999999999999}]},{"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.46700000000000003}]},{"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.45800000000000002}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-18T13:08:43.257 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T13:08:43.478 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:43.845 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:43 smithi093 ceph-mon[107718]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:43.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:43 smithi141 ceph-mon[110549]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:44.701 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:44.703 INFO:teuthology.orchestra.run.smithi093.stderr:dumped all 2023-12-18T13:08:44.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:44 smithi141 ceph-mon[110549]: from='client.14434 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:08:44.887 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:44 smithi093 ceph-mon[107718]: from='client.14434 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:08:45.065 INFO:teuthology.orchestra.run.smithi093.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2023-12-18T13:08:44.508745+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":48488,"kb_used_data":6184,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912728,"statfs":{"total":767960285184,"available":767910633472,"internally_reserved":0,"allocated":6332416,"data_stored":3503794,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002069"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":228,"reported_epoch":58,"state":"active+clean","last_fresh":"2023-12-18T13:08:20.122941+0000","last_change":"2023-12-18T13:08:20.122941+0000","last_active":"2023-12-18T13:08:20.122941+0000","last_peered":"2023-12-18T13:08:20.122941+0000","last_clean":"2023-12-18T13:08:20.122941+0000","last_became_active":"2023-12-18T13:08:20.122472+0000","last_became_peered":"2023-12-18T13:08:20.122472+0000","last_unstale":"2023-12-18T13:08:20.122941+0000","last_undegraded":"2023-12-18T13:08:20.122941+0000","last_fullsized":"2023-12-18T13:08:20.122941+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:06:55.339390+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T13:06:55.339390+0000","last_clean_scrub_stamp":"2023-12-18T13:06:55.339390+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-19T19:24:54.794016+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":3727360,"data_stored":3702496,"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":6032,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739120,"statfs":{"total":95995035648,"available":95988858880,"internally_reserved":0,"allocated":1122304,"data_stored":768371,"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.69699999999999995}]},{"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.58899999999999997}]},{"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.61299999999999999}]},{"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.68500000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"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.54800000000000004}]}]},{"osd":6,"up_from":46,"seq":197568495627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6096,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739056,"statfs":{"total":95995035648,"available":95988793344,"internally_reserved":0,"allocated":1122304,"data_stored":768429,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69899999999999995}]},{"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.65400000000000003}]},{"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.80200000000000005}]},{"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.72699999999999998}]},{"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.57299999999999995}]},{"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.60899999999999999}]},{"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.86099999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6280,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738872,"statfs":{"total":95995035648,"available":95988604928,"internally_reserved":0,"allocated":589824,"data_stored":239501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:08:38 2023","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.33300000000000002,"15min":0.32900000000000001},"min":{"1min":0.27800000000000002,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.49399999999999999,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.36799999999999999,"15min":0.36199999999999999},"min":{"1min":0.25800000000000001,"5min":0.224,"15min":0.224},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":1.0369999999999999}]},{"osd":2,"last update":"Mon Dec 18 13:07:55 2023","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":1.081},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.23799999999999999,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"last":0.38100000000000001}]},{"osd":3,"last update":"Mon Dec 18 13:08:17 2023","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":1.115},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.41399999999999998}]},{"osd":4,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":1.143}]},{"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.44}]},{"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":1.2210000000000001}]},{"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.44400000000000001}]}]},{"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":6868,"kb_used_data":1100,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738284,"statfs":{"total":95995035648,"available":95988002816,"internally_reserved":0,"allocated":1126400,"data_stored":768694,"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:08:37 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.32000000000000001,"15min":0.313},"min":{"1min":0.27800000000000002,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.45000000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"last":0.26100000000000001},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.32700000000000001,"15min":0.311},"min":{"1min":0.26500000000000001,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.28000000000000003}]},{"osd":2,"last update":"Mon Dec 18 13:07:56 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.36499999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:08:12 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.38700000000000001}]},{"osd":4,"last update":"Mon Dec 18 13:08:31 2023","interfaces":[{"interface":"back","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":1.8220000000000001,"5min":1.8220000000000001,"15min":1.8220000000000001},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.833,"5min":1.833,"15min":1.833},"last":0.61799999999999999}]},{"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.56999999999999995}]},{"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.54000000000000004}]},{"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.66100000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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":239766,"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:07:54 2023","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.34799999999999998}]},{"osd":1,"last update":"Mon Dec 18 13:07:54 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.35899999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.32400000000000001}]},{"osd":4,"last update":"Mon Dec 18 13:08:30 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"last":0.50800000000000001}]},{"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.46200000000000002}]},{"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.5}]},{"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.54300000000000004}]}]},{"osd":3,"up_from":27,"seq":115964117014,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5644,"kb_used_data":580,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739508,"statfs":{"total":95995035648,"available":95989256192,"internally_reserved":0,"allocated":593920,"data_stored":239766,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.36899999999999999}]},{"osd":1,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.436}]},{"osd":2,"last update":"Mon Dec 18 13:08:14 2023","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.46000000000000002}]},{"osd":4,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.88700000000000001}]},{"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.65700000000000003}]},{"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.76200000000000001}]},{"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.878}]}]},{"osd":4,"up_from":32,"seq":137438953489,"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":239766,"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:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.44},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.53200000000000003}]},{"osd":1,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.50900000000000001}]},{"osd":2,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.091,"5min":1.091,"15min":1.091},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.42599999999999999}]},{"osd":3,"last update":"Mon Dec 18 13:08:28 2023","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.048,"5min":1.048,"15min":1.048},"last":0.499},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.45200000000000001}]},{"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.38800000000000001}]},{"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.41099999999999998}]},{"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.56899999999999995}]}]},{"osd":5,"up_from":39,"seq":167503724559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5640,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739512,"statfs":{"total":95995035648,"available":95989260288,"internally_reserved":0,"allocated":589824,"data_stored":239501,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"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.61899999999999999}]},{"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.58599999999999997}]},{"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.63200000000000001}]},{"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.55800000000000005}]},{"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.60899999999999999}]},{"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.73299999999999998}]}]}],"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-18T13:08:45.066 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-18T13:08:45.067 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-18T13:08:45.067 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-18T13:08:45.067 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-18T13:08:45.291 INFO:teuthology.orchestra.run.smithi093.stderr:Inferring config /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/mon.smithi093/config 2023-12-18T13:08:45.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:45 smithi093 ceph-mon[107718]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:45.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:45 smithi093 ceph-mon[107718]: from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:08:45.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:45 smithi141 ceph-mon[110549]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:45.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:45 smithi141 ceph-mon[110549]: from='client.14438 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:08:46.420 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:08:46.420 INFO:teuthology.orchestra.run.smithi093.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-18T13:08:46.791 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-18T13:08:46.792 INFO:tasks.cephadm:Setup complete, yielding 2023-12-18T13:08:46.792 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:08:46.801 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:08:46.802 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-18T13:08:47.420 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:47 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/626793777' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T13:08:47.420 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:47 smithi093 ceph-mon[107718]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:47.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:47 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/626793777' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T13:08:47.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:47 smithi141 ceph-mon[110549]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:48.060 INFO:teuthology.orchestra.run.smithi093.stdout:Backend: cephadm 2023-12-18T13:08:48.060 INFO:teuthology.orchestra.run.smithi093.stdout:Available: Yes 2023-12-18T13:08:48.060 INFO:teuthology.orchestra.run.smithi093.stdout:Paused: No 2023-12-18T13:08:48.381 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-18T13:08:49.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:49 smithi093 ceph-mon[107718]: from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:49.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:49 smithi093 ceph-mon[107718]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 running (2m) 96s ago 3m 15.4M - ba2b418f427c be2a40c4eb37 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (3m) 96s ago 3m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 running (2m) 96s ago 3m 45.5M - 8.3.5 dad864ee21e9 36f4c6143ed3 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (4m) 96s ago 4m 462M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e 90ba3a397008 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (4m) 96s ago 4m 57.9M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (3m) 36s ago 3m - 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:08:49.783 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 running (3m) 96s ago 3m 21.7M - 1dbe0e931976 5d179fa43f87 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (3m) 36s ago 2m - - 1dbe0e931976 6495f66ec5d8 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (2m) 96s ago 2m 40.3M 3224M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (2m) 96s ago 2m 43.4M 3224M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (2m) 96s ago 2m 38.9M 3224M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (104s) 96s ago 104s 29.5M 3224M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (88s) 36s ago 88s - 3992M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (72s) 36s ago 72s - 3992M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (55s) 36s ago 55s - 3992M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (39s) 36s ago 39s - 3992M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:08:49.784 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 running (2m) 96s ago 2m 46.4M - 514e6a882f6e 320db5f49690 2023-12-18T13:08:49.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:49 smithi141 ceph-mon[110549]: from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:49.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:49 smithi141 ceph-mon[110549]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:50.157 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager ?:9093,9094 1/1 98s ago 4m count:1 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:crash 2/2 98s ago 4m * 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:grafana ?:3000 1/1 98s ago 4m count:1 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:mgr 2/2 98s ago 4m count:2 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:mon 2/2 98s ago 3m smithi093:172.21.15.93=smithi093;smithi141:172.21.15.141=smithi141;count:2 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter ?:9100 2/2 98s ago 4m * 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:osd 8 98s ago - 2023-12-18T13:08:51.469 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus ?:9095 1/1 98s ago 4m count:1 2023-12-18T13:08:51.789 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:51 smithi093 ceph-mon[107718]: from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:51.790 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:51 smithi093 ceph-mon[107718]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:51.839 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-18T13:08:51.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:51 smithi141 ceph-mon[110549]: from='client.14450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:51.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:51 smithi141 ceph-mon[110549]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:52.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:52 smithi093 ceph-mon[107718]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:52.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:52 smithi141 ceph-mon[110549]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:53.114 INFO:teuthology.orchestra.run.smithi093.stdout:HOST ADDR LABELS STATUS 2023-12-18T13:08:53.114 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 172.21.15.93 2023-12-18T13:08:53.115 INFO:teuthology.orchestra.run.smithi093.stdout:smithi141 172.21.15.141 2023-12-18T13:08:53.115 INFO:teuthology.orchestra.run.smithi093.stdout:2 hosts in cluster 2023-12-18T13:08:53.481 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-18T13:08:53.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:53 smithi093 ceph-mon[107718]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:53.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:53 smithi141 ceph-mon[110549]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:54.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:54 smithi093 ceph-mon[107718]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:54.795 INFO:teuthology.orchestra.run.smithi093.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-18T13:08:54.795 INFO:teuthology.orchestra.run.smithi093.stdout:smithi093 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62040150400BGN 400G LVM detected, locked 2023-12-18T13:08:54.795 INFO:teuthology.orchestra.run.smithi093.stdout:smithi141 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6242001S400BGN 400G LVM detected, locked 2023-12-18T13:08:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:54 smithi141 ceph-mon[110549]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:55.174 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T13:08:55.184 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:08:55.184 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T13:08:55.211 INFO:teuthology.orchestra.run.smithi093.stderr:+ systemctl stop nfs-server 2023-12-18T13:08:55.218 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi141.front.sepia.ceph.com 2023-12-18T13:08:55.218 DEBUG:teuthology.orchestra.run.smithi141:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T13:08:55.257 INFO:teuthology.orchestra.run.smithi141.stderr:+ systemctl stop nfs-server 2023-12-18T13:08:55.265 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:08:55.273 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:08:55.274 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-18T13:08:55.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:55 smithi141 ceph-mon[110549]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:55.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:55 smithi093 ceph-mon[107718]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:56.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:56 smithi141 ceph-mon[110549]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:56.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:56 smithi093 ceph-mon[107718]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:57.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:57 smithi141 ceph-mon[110549]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:57.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:57 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T13:08:57.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:57 smithi093 ceph-mon[107718]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:57.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:57 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T13:08:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:58 smithi141 ceph-mon[110549]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T13:08:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:58 smithi141 ceph-mon[110549]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T13:08:58.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:58 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:08:58.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:58 smithi093 ceph-mon[107718]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:08:58.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T13:08:58.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:58 smithi093 ceph-mon[107718]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T13:08:58.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:58 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:08:58.956 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:58 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi093[107695]: 2023-12-18T13:08:58.602+0000 7f5830a53700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:08:58.990 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-18T13:08:58.999 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-18T13:08:59.000 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:08:59.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: pgmap v152: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:59.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T13:08:59.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: fsmap foofs:0 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: Saving service mds.foofs spec with placement count:2 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:08:59.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:59.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:59.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi093.shymzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:08:59.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi093.shymzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:08:59.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:08:59 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:59.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: pgmap v152: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:08:59.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T13:08:59.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T13:08:59.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T13:08:59.860 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: fsmap foofs:0 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: Saving service mds.foofs spec with placement count:2 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:08:59.861 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi093.shymzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:08:59.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi093.shymzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:08:59.862 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:08:59 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:00.812 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:00 smithi093 ceph-mon[107718]: Deploying daemon mds.foofs.smithi093.shymzl on smithi093 2023-12-18T13:09:00.813 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:00 smithi093 ceph-mon[107718]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T13:09:00.863 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:09:00.863 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:04:35.185349Z", "last_refresh": "2023-12-18T13:07:13.413836Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:04:31.459072Z", "last_refresh": "2023-12-18T13:07:13.413897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:04:33.418672Z", "last_refresh": "2023-12-18T13:07:13.413957Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:08:58.626419Z 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:08:58.622395Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:04:30.496352Z", "last_refresh": "2023-12-18T13:07:13.413767Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi141:172.21.15.141=smithi141"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:05:08.955167Z", "last_refresh": "2023-12-18T13:07:13.413612Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:04:34.292965Z", "last_refresh": "2023-12-18T13:07:13.414047Z", "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:07:13.414174Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:04:32.329519Z", "last_refresh": "2023-12-18T13:07:13.414112Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:09:01.032 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:00 smithi141 ceph-mon[110549]: Deploying daemon mds.foofs.smithi093.shymzl on smithi093 2023-12-18T13:09:01.033 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:00 smithi141 ceph-mon[110549]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T13:09:01.288 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T13:09:01.716 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: pgmap v156: 65 pgs: 5 creating+peering, 17 active+clean, 43 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:09:01.716 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T13:09:01.716 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi141.grlpib", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi141.grlpib", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: daemon mds.foofs.smithi093.shymzl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: Cluster is now healthy 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: mds.? [v2:172.21.15.93:6834/1036591303,v1:172.21.15.93:6835/1036591303] up:boot 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:creating} 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi093.shymzl"}]: dispatch 2023-12-18T13:09:01.717 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:01 smithi141 ceph-mon[110549]: daemon mds.foofs.smithi093.shymzl is now active in filesystem foofs as rank 0 2023-12-18T13:09:01.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: pgmap v156: 65 pgs: 5 creating+peering, 17 active+clean, 43 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T13:09:01.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T13:09:01.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:01.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi141.grlpib", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T13:09:01.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi141.grlpib", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T13:09:01.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: daemon mds.foofs.smithi093.shymzl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: Cluster is now healthy 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: mds.? [v2:172.21.15.93:6834/1036591303,v1:172.21.15.93:6835/1036591303] up:boot 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:creating} 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi093.shymzl"}]: dispatch 2023-12-18T13:09:01.966 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:01 smithi093 ceph-mon[107718]: daemon mds.foofs.smithi093.shymzl is now active in filesystem foofs as rank 0 2023-12-18T13:09:02.289 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:09:02.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:09:02.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: Deploying daemon mds.foofs.smithi141.grlpib on smithi141 2023-12-18T13:09:02.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: mds.? [v2:172.21.15.93:6834/1036591303,v1:172.21.15.93:6835/1036591303] up:active 2023-12-18T13:09:02.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:active} 2023-12-18T13:09:02.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:02.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:02.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:02.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:02 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: Deploying daemon mds.foofs.smithi141.grlpib on smithi141 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: mds.? [v2:172.21.15.93:6834/1036591303,v1:172.21.15.93:6835/1036591303] up:active 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:active} 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:02.935 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:02 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:03.633 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:09:03.633 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:04:35.185349Z", "last_refresh": "2023-12-18T13:07:13.413836Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:04:31.459072Z", "last_refresh": "2023-12-18T13:07:13.413897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:04:33.418672Z", "last_refresh": "2023-12-18T13:07:13.413957Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:08:58.626419Z 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:08:58.622395Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:04:30.496352Z", "last_refresh": "2023-12-18T13:07:13.413767Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi141:172.21.15.141=smithi141"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:05:08.955167Z", "last_refresh": "2023-12-18T13:07:13.413612Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:04:34.292965Z", "last_refresh": "2023-12-18T13:07:13.414047Z", "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:07:13.414174Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:04:32.329519Z", "last_refresh": "2023-12-18T13:07:13.414112Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:09:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:03 smithi141 ceph-mon[110549]: pgmap v158: 65 pgs: 5 creating+peering, 55 active+clean, 5 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2023-12-18T13:09:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:03 smithi141 ceph-mon[110549]: mds.? [v2:172.21.15.141:6832/2013664232,v1:172.21.15.141:6833/2013664232] up:boot 2023-12-18T13:09:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:03 smithi141 ceph-mon[110549]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:active} 1 up:standby 2023-12-18T13:09:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:03 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi141.grlpib"}]: dispatch 2023-12-18T13:09:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:03 smithi141 ceph-mon[110549]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:active} 1 up:standby 2023-12-18T13:09:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:03 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:03 smithi093 ceph-mon[107718]: pgmap v158: 65 pgs: 5 creating+peering, 55 active+clean, 5 unknown; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2023-12-18T13:09:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:03 smithi093 ceph-mon[107718]: mds.? [v2:172.21.15.141:6832/2013664232,v1:172.21.15.141:6833/2013664232] up:boot 2023-12-18T13:09:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:03 smithi093 ceph-mon[107718]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:active} 1 up:standby 2023-12-18T13:09:03.902 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:03 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi141.grlpib"}]: dispatch 2023-12-18T13:09:03.902 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:03 smithi093 ceph-mon[107718]: fsmap foofs:1 {0=foofs.smithi093.shymzl=up:active} 1 up:standby 2023-12-18T13:09:03.902 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:03 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:04.198 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T13:09:04.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:04 smithi093 ceph-mon[107718]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:09:04.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:04 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:05.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:04 smithi141 ceph-mon[110549]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:09:05.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:04 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:05.199 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T13:09:05.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:05 smithi093 ceph-mon[107718]: pgmap v159: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 519 B/s wr, 4 op/s 2023-12-18T13:09:06.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:05 smithi141 ceph-mon[110549]: pgmap v159: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 519 B/s wr, 4 op/s 2023-12-18T13:09:06.814 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:09:06.815 INFO:teuthology.orchestra.run.smithi093.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T13:04:35.185349Z", "last_refresh": "2023-12-18T13:09:06.121616Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T13:04:31.459072Z", "last_refresh": "2023-12-18T13:09:03.923030Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T13:04:33.418672Z", "last_refresh": "2023-12-18T13:09:06.121783Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T13:08:58.626419Z 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:08:58.622395Z", "last_refresh": "2023-12-18T13:09:03.923605Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T13:04:30.496352Z", "last_refresh": "2023-12-18T13:09:03.923169Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi093:172.21.15.93=smithi093", "smithi141:172.21.15.141=smithi141"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T13:05:08.955167Z", "last_refresh": "2023-12-18T13:09:03.923239Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T13:04:34.292965Z", "last_refresh": "2023-12-18T13:09:03.923302Z", "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:09:03.923363Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T13:04:32.329519Z", "last_refresh": "2023-12-18T13:09:06.121908Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T13:09:07.179 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-18T13:09:07.180 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T13:09:07.190 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:09:07.190 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-18T13:09:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:07 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:07 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:07 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:07 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:07 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:07 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:07.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:07 smithi093 ceph-mon[107718]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T13:09:07.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:07 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:07.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:07 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:07.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:07 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:07.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:07 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:07.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:07 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:07.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:07 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:07.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:07 smithi141 ceph-mon[110549]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-18T13:09:08.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:08 smithi093 ceph-mon[107718]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:09:08.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:08 smithi141 ceph-mon[110549]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T13:09:09.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:09 smithi093 ceph-mon[107718]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-18T13:09:09.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:09 smithi093 ceph-mon[107718]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:09.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:09 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T13:09:09.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:09 smithi141 ceph-mon[110549]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-18T13:09:09.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:09 smithi141 ceph-mon[110549]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:09.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:09 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T13:09:10.183 INFO:teuthology.orchestra.run.smithi093.stdout:NFS Cluster Created Successfully 2023-12-18T13:09:10.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:10 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T13:09:10.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:10 smithi093 ceph-mon[107718]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T13:09:10.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:10 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T13:09:10.554 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-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:09:10.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:10 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T13:09:10.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:10 smithi141 ceph-mon[110549]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T13:09:10.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:10 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T13:09:11.159 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T13:09:11.159 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T13:09:11.159 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: Saving service nfs.foo spec with placement count:2 2023-12-18T13:09:11.159 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: Creating key for client.nfs.foo.0.0.smithi093.lmunpv 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: pgmap v164: 97 pgs: 2 creating+activating, 1 creating+peering, 28 unknown, 66 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:09:11.160 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: Rados config object exists: conf-nfs.foo 2023-12-18T13:09:11.161 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: Creating key for client.nfs.foo.0.0.smithi093.lmunpv-rgw 2023-12-18T13:09:11.161 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:09:11.161 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:09:11.161 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:11.161 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:11 smithi093 ceph-mon[107718]: Deploying daemon nfs.foo.0.0.smithi093.lmunpv on smithi093 2023-12-18T13:09:11.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T13:09:11.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: Saving service nfs.foo spec with placement count:2 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: Creating key for client.nfs.foo.0.0.smithi093.lmunpv 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:09:11.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: pgmap v164: 97 pgs: 2 creating+activating, 1 creating+peering, 28 unknown, 66 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: Rados config object exists: conf-nfs.foo 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: Creating key for client.nfs.foo.0.0.smithi093.lmunpv-rgw 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi093.lmunpv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:11.602 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:11 smithi141 ceph-mon[110549]: Deploying daemon nfs.foo.0.0.smithi093.lmunpv on smithi093 2023-12-18T13:09:11.985 INFO:teuthology.orchestra.run.smithi093.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-18T13:09:11.985 INFO:teuthology.orchestra.run.smithi093.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-18T13:09:11.985 INFO:teuthology.orchestra.run.smithi093.stderr:Error EINVAL: invalid command 2023-12-18T13:09:12.217 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:12 smithi093 ceph-mon[107718]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T13:09:12.217 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:12 smithi093 ceph-mon[107718]: mgrmap e20: smithi093.pvrqem(active, since 3m), standbys: smithi141.aezfpw 2023-12-18T13:09:12.369 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:09:12.369 INFO:teuthology.orchestra.run.smithi093.stdout: "bind": "/fake", 2023-12-18T13:09:12.369 INFO:teuthology.orchestra.run.smithi093.stdout: "fs": "foofs", 2023-12-18T13:09:12.369 INFO:teuthology.orchestra.run.smithi093.stdout: "path": "/", 2023-12-18T13:09:12.369 INFO:teuthology.orchestra.run.smithi093.stdout: "cluster": "foo", 2023-12-18T13:09:12.369 INFO:teuthology.orchestra.run.smithi093.stdout: "mode": "RW" 2023-12-18T13:09:12.369 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:09:12.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:12 smithi141 ceph-mon[110549]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T13:09:12.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:12 smithi141 ceph-mon[110549]: mgrmap e20: smithi093.pvrqem(active, since 3m), standbys: smithi141.aezfpw 2023-12-18T13:09:12.871 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-18T13:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: pgmap v166: 97 pgs: 2 creating+activating, 1 creating+peering, 11 unknown, 83 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-12-18T13:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:09:13.191 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.192 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.192 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:13 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:13.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:13.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: pgmap v166: 97 pgs: 2 creating+activating, 1 creating+peering, 11 unknown, 83 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 1 op/s 2023-12-18T13:09:13.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:13.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T13:09:13.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T13:09:13.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 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:09:13.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:13 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:14.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:14 smithi093 ceph-mon[107718]: Creating key for client.nfs.foo.1.0.smithi141.wouwip 2023-12-18T13:09:14.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:14 smithi093 ceph-mon[107718]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T13:09:14.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:14 smithi141 ceph-mon[110549]: Creating key for client.nfs.foo.1.0.smithi141.wouwip 2023-12-18T13:09:14.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:14 smithi141 ceph-mon[110549]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T13:09:15.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:15 smithi093 ceph-mon[107718]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:15.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:15 smithi093 ceph-mon[107718]: pgmap v167: 97 pgs: 2 creating+activating, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-12-18T13:09:15.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:15 smithi141 ceph-mon[110549]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:15.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:15 smithi141 ceph-mon[110549]: pgmap v167: 97 pgs: 2 creating+activating, 95 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-12-18T13:09:16.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:16 smithi141 ceph-mon[110549]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:16.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:09:16.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:09:16.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:09:16.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:09:16.601 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:16 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:16.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:16 smithi093 ceph-mon[107718]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:16.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T13:09:16.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T13:09:16.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T13:09:16.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi141.wouwip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T13:09:16.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:16 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:17.534 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:17 smithi093 ceph-mon[107718]: Rados config object exists: conf-nfs.foo 2023-12-18T13:09:17.534 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:17 smithi093 ceph-mon[107718]: Creating key for client.nfs.foo.1.0.smithi141.wouwip-rgw 2023-12-18T13:09:17.534 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:17 smithi093 ceph-mon[107718]: Deploying daemon nfs.foo.1.0.smithi141.wouwip on smithi141 2023-12-18T13:09:17.534 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:17 smithi093 ceph-mon[107718]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 277 B/s rd, 555 B/s wr, 1 op/s 2023-12-18T13:09:17.657 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:17 smithi141 ceph-mon[110549]: Rados config object exists: conf-nfs.foo 2023-12-18T13:09:17.658 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:17 smithi141 ceph-mon[110549]: Creating key for client.nfs.foo.1.0.smithi141.wouwip-rgw 2023-12-18T13:09:17.658 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:17 smithi141 ceph-mon[110549]: Deploying daemon nfs.foo.1.0.smithi141.wouwip on smithi141 2023-12-18T13:09:17.658 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:17 smithi141 ceph-mon[110549]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 277 B/s rd, 555 B/s wr, 1 op/s 2023-12-18T13:09:18.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:18 smithi093 ceph-mon[107718]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:18.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:18.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:18.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:18.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:18 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:18.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:18 smithi141 ceph-mon[110549]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:18.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:18.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:18.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:18.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:18 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:19.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:19 smithi141 ceph-mon[110549]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:19.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:19 smithi141 ceph-mon[110549]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2023-12-18T13:09:19.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:19 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:19.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:19 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:19.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:19 smithi093 ceph-mon[107718]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:19.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:19 smithi093 ceph-mon[107718]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 1.8 KiB/s wr, 6 op/s 2023-12-18T13:09:19.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:19 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:19.965 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:19 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.735 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo ?:2049 2/2 1s ago 10s count:2 2023-12-18T13:09:20.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:20.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:20.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:20.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:20.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:20 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.907 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:20.907 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.907 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.907 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.907 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:20.908 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:20.908 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:20.908 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:20.908 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:20 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:21.120 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T13:09:21.131 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:09:21.131 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-18T13:09:21.160 INFO:teuthology.orchestra.run.smithi093.stderr:+ mkdir /mnt/foo 2023-12-18T13:09:21.182 DEBUG:teuthology.orchestra.run.smithi093:> 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:09:21.249 INFO:teuthology.orchestra.run.smithi093.stderr:++ hostname 2023-12-18T13:09:21.249 INFO:teuthology.orchestra.run.smithi093.stderr:+ mount -t nfs smithi093:/fake /mnt/foo -o sync 2023-12-18T13:09:21.622 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-18T13:09:21.689 INFO:teuthology.orchestra.run.smithi093.stderr:+ echo test 2023-12-18T13:09:21.740 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-18T13:09:21.804 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:21 smithi093 ceph-mon[107718]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-18T13:09:21.806 INFO:teuthology.orchestra.run.smithi093.stderr:+ sync 2023-12-18T13:09:21.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:21 smithi141 ceph-mon[110549]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-18T13:09:22.354 INFO:teuthology.run_tasks:Running task parallel... 2023-12-18T13:09:22.396 INFO:teuthology.task.parallel:starting parallel... 2023-12-18T13:09:22.396 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T13:09:22.421 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T13:09:22.422 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:09:22.422 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-18T13:09:22.423 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T13:09:22.423 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-18T13:09:22.424 INFO:teuthology.task.exec:Executing custom commands... 2023-12-18T13:09:22.425 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:09:22.425 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-18T13:09:22.500 INFO:teuthology.orchestra.run.smithi093.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T13:09:22.500 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:09:22.500 INFO:teuthology.orchestra.run.smithi093.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-18T13:09:22.505 INFO:teuthology.orchestra.run.smithi093.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T13:09:22.605 INFO:teuthology.orchestra.run.smithi093.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T13:09:22.605 INFO:teuthology.orchestra.run.smithi093.stdout:releasing clients 2023-12-18T13:09:22.625 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:22 smithi093 ceph-mon[107718]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:22.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:22 smithi141 ceph-mon[110549]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:23.605 INFO:teuthology.orchestra.run.smithi093.stdout: 5 129 27.62 MB/sec warmup 1 sec latency 156.805 ms 2023-12-18T13:09:23.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:23 smithi093 ceph-mon[107718]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-12-18T13:09:23.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:23 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:23.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:23 smithi141 ceph-mon[110549]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2023-12-18T13:09:23.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:23 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:24.605 INFO:teuthology.orchestra.run.smithi093.stdout: 5 238 22.70 MB/sec warmup 2 sec latency 148.619 ms 2023-12-18T13:09:24.869 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-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:09:25.605 INFO:teuthology.orchestra.run.smithi093.stdout: 5 367 21.87 MB/sec warmup 3 sec latency 110.537 ms 2023-12-18T13:09:25.770 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:25 smithi093 ceph-mon[107718]: pgmap v172: 97 pgs: 97 active+clean; 4.4 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 324 KiB/s wr, 11 op/s 2023-12-18T13:09:25.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:25 smithi141 ceph-mon[110549]: pgmap v172: 97 pgs: 97 active+clean; 4.4 MiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 324 KiB/s wr, 11 op/s 2023-12-18T13:09:26.607 INFO:teuthology.orchestra.run.smithi093.stdout: 5 497 21.52 MB/sec warmup 4 sec latency 173.691 ms 2023-12-18T13:09:27.307 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:27 smithi093 ceph-mon[107718]: pgmap v173: 97 pgs: 97 active+clean; 21 MiB data, 64 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 MiB/s wr, 139 op/s 2023-12-18T13:09:27.346 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-18T13:09:27.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:27 smithi141 ceph-mon[110549]: pgmap v173: 97 pgs: 97 active+clean; 21 MiB data, 64 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 MiB/s wr, 139 op/s 2023-12-18T13:09:27.607 INFO:teuthology.orchestra.run.smithi093.stdout: 5 715 21.25 MB/sec warmup 5 sec latency 98.143 ms 2023-12-18T13:09:28.571 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-18T13:09:28.571 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-18T13:09:28.572 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-18T13:09:28.572 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-18T13:09:28.607 INFO:teuthology.orchestra.run.smithi093.stdout: 5 1051 18.75 MB/sec warmup 6 sec latency 98.419 ms 2023-12-18T13:09:28.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2023-12-18T13:09:28.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-18T13:09:28.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-18T13:09:28.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-18T13:09:29.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: pgmap v174: 97 pgs: 97 active+clean; 77 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 6.6 MiB/s wr, 295 op/s 2023-12-18T13:09:29.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-12-18T13:09:29.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-18T13:09:29.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-18T13:09:29.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-12-18T13:09:29.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T13:09:29.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:09:29.586 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:09:29.586 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:29 smithi093 ceph-mon[107718]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:09:29.607 INFO:teuthology.orchestra.run.smithi093.stdout: 5 1566 18.66 MB/sec warmup 7 sec latency 95.004 ms 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: pgmap v174: 97 pgs: 97 active+clean; 77 MiB data, 104 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 6.6 MiB/s wr, 295 op/s 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]': finished 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:09:29.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:29 smithi141 ceph-mon[110549]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T13:09:30.000 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-18T13:09:30.607 INFO:teuthology.orchestra.run.smithi093.stdout: 5 2225 16.97 MB/sec warmup 8 sec latency 95.908 ms 2023-12-18T13:09:31.607 INFO:teuthology.orchestra.run.smithi093.stdout: 5 2714 17.18 MB/sec warmup 9 sec latency 134.565 ms 2023-12-18T13:09:31.614 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:31 smithi093 ceph-mon[107718]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 92 MiB data, 159 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 12 MiB/s wr, 518 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:31.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:31 smithi141 ceph-mon[110549]: pgmap v177: 97 pgs: 1 peering, 96 active+clean; 92 MiB data, 159 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 12 MiB/s wr, 518 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:32.608 INFO:teuthology.orchestra.run.smithi093.stdout: 5 3217 17.25 MB/sec warmup 10 sec latency 125.345 ms 2023-12-18T13:09:33.598 INFO:teuthology.orchestra.run.smithi093.stderr:module 'nfs' is already enabled 2023-12-18T13:09:33.607 INFO:teuthology.orchestra.run.smithi093.stdout: 5 3671 17.58 MB/sec warmup 11 sec latency 141.606 ms 2023-12-18T13:09:33.683 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:33 smithi093 ceph-mon[107718]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 119 MiB data, 192 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 16 MiB/s wr, 854 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:33.683 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:33 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/908739476' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T13:09:33.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:33 smithi141 ceph-mon[110549]: pgmap v178: 97 pgs: 1 peering, 96 active+clean; 119 MiB data, 192 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 16 MiB/s wr, 854 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:33.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:33 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/908739476' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T13:09:34.162 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-18T13:09:34.615 INFO:teuthology.orchestra.run.smithi093.stdout: 5 3918 16.60 MB/sec warmup 12 sec latency 136.018 ms 2023-12-18T13:09:34.696 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:34 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/908739476' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T13:09:34.696 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:34 smithi093 ceph-mon[107718]: mgrmap e21: smithi093.pvrqem(active, since 4m), standbys: smithi141.aezfpw 2023-12-18T13:09:35.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:34 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/908739476' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T13:09:35.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:34 smithi141 ceph-mon[110549]: mgrmap e21: smithi093.pvrqem(active, since 4m), standbys: smithi141.aezfpw 2023-12-18T13:09:35.617 INFO:teuthology.orchestra.run.smithi093.stdout: 5 4428 15.65 MB/sec warmup 13 sec latency 105.673 ms 2023-12-18T13:09:35.701 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:35 smithi093 ceph-mon[107718]: pgmap v179: 97 pgs: 97 active+clean; 121 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 14 MiB/s wr, 703 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:35 smithi141 ceph-mon[110549]: pgmap v179: 97 pgs: 97 active+clean; 121 MiB data, 217 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 14 MiB/s wr, 703 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:36.511 INFO:teuthology.orchestra.run.smithi093.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:09:36.617 INFO:teuthology.orchestra.run.smithi093.stdout: 5 4836 15.43 MB/sec warmup 14 sec latency 131.118 ms 2023-12-18T13:09:37.083 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T13:09:37.083 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:09:37.083 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-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:09:37.618 INFO:teuthology.orchestra.run.smithi093.stdout: 5 5222 15.09 MB/sec warmup 15 sec latency 123.808 ms 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: pgmap v180: 97 pgs: 97 active+clean; 130 MiB data, 215 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 9.4 MiB/s wr, 672 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:37.734 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:37 smithi093 ceph-mon[107718]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: pgmap v180: 97 pgs: 97 active+clean; 130 MiB data, 215 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 9.4 MiB/s wr, 672 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:09:37.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:37 smithi141 ceph-mon[110549]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 2023-12-18T13:09:38.627 INFO:teuthology.orchestra.run.smithi093.stdout: 5 5660 14.28 MB/sec warmup 16 sec latency 108.796 ms 2023-12-18T13:09:39.627 INFO:teuthology.orchestra.run.smithi093.stdout: 5 5921 13.83 MB/sec warmup 17 sec latency 86.896 ms 2023-12-18T13:09:39.771 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:39 smithi093 ceph-mon[107718]: pgmap v181: 97 pgs: 97 active+clean; 128 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 8.9 MiB/s wr, 648 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:39.775 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:09:39.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:39 smithi141 ceph-mon[110549]: pgmap v181: 97 pgs: 97 active+clean; 128 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 8.9 MiB/s wr, 648 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:40.627 INFO:teuthology.orchestra.run.smithi093.stdout: 5 6250 13.81 MB/sec warmup 18 sec latency 189.183 ms 2023-12-18T13:09:40.718 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 running (3m) 20s ago 4m 24.2M - ba2b418f427c be2a40c4eb37 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (4m) 20s ago 4m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (4m) 21s ago 4m 7142k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 running (3m) 20s ago 4m 45.8M - 8.3.5 dad864ee21e9 36f4c6143ed3 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (40s) 20s ago 39s 14.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (38s) 21s ago 38s 13.3M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (5m) 20s ago 5m 476M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (4m) 21s ago 4m 422M - 17.2.0 e1d6a67b021e 90ba3a397008 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (5m) 20s ago 5m 76.4M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (4m) 21s ago 4m 63.9M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (28s) 20s ago 27s 51.9M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (23s) 21s ago 23s 51.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 running (4m) 20s ago 4m 22.4M - 1dbe0e931976 5d179fa43f87 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (3m) 21s ago 3m 21.9M - 1dbe0e931976 6495f66ec5d8 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (3m) 20s ago 3m 57.0M 3224M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:09:40.719 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (3m) 20s ago 3m 58.2M 3224M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:09:40.720 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (2m) 20s ago 2m 51.7M 3224M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:09:40.720 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (2m) 20s ago 2m 50.4M 3224M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:09:40.720 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (2m) 21s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:09:40.720 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (2m) 21s ago 2m 49.1M 3992M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:09:40.720 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (106s) 21s ago 106s 49.4M 3992M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:09:40.720 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (90s) 21s ago 90s 53.1M 3992M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:09:40.720 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 running (3m) 20s ago 3m 60.5M - 514e6a882f6e 320db5f49690 2023-12-18T13:09:41.263 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:09:41.263 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:09:41.263 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:09:41.263 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:09:41.263 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:09:41.263 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:09:41.264 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:09:41.627 INFO:teuthology.orchestra.run.smithi093.stdout: 5 6553 13.69 MB/sec warmup 19 sec latency 134.465 ms 2023-12-18T13:09:41.707 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:09:41.707 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1", 2023-12-18T13:09:41.707 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:09:41.707 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:09:41.707 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "", 2023-12-18T13:09:41.707 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:861525e252e70f0d455bae7d2dc4d635f8b415f1 image" 2023-12-18T13:09:41.707 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:09:41.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:41 smithi093 ceph-mon[107718]: from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:41.820 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:41 smithi093 ceph-mon[107718]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:41.820 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:41 smithi093 ceph-mon[107718]: pgmap v182: 97 pgs: 97 active+clean; 129 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 7.4 MiB/s wr, 631 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:41.820 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:41 smithi093 ceph-mon[107718]: from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:41.820 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:41 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1085848816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:09:42.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:41 smithi141 ceph-mon[110549]: from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:42.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:41 smithi141 ceph-mon[110549]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:42.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:41 smithi141 ceph-mon[110549]: pgmap v182: 97 pgs: 97 active+clean; 129 MiB data, 268 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 7.4 MiB/s wr, 631 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T13:09:42.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:41 smithi141 ceph-mon[110549]: from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:42.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:41 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1085848816' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:09:42.245 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:09:42.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 6959 13.98 MB/sec warmup 20 sec latency 124.378 ms 2023-12-18T13:09:42.831 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:42 smithi093 ceph-mon[107718]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:42.831 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:42 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3906238371' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:09:43.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:42 smithi141 ceph-mon[110549]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:09:43.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:42 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3906238371' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:09:43.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 7280 13.81 MB/sec warmup 21 sec latency 204.640 ms 2023-12-18T13:09:43.842 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:43 smithi093 ceph-mon[107718]: pgmap v183: 97 pgs: 97 active+clean; 132 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.7 MiB/s wr, 686 op/s 2023-12-18T13:09:44.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:43 smithi141 ceph-mon[110549]: pgmap v183: 97 pgs: 97 active+clean; 132 MiB data, 296 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.7 MiB/s wr, 686 op/s 2023-12-18T13:09:44.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 7574 13.43 MB/sec warmup 22 sec latency 126.153 ms 2023-12-18T13:09:45.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 7788 12.91 MB/sec warmup 23 sec latency 139.187 ms 2023-12-18T13:09:45.684 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:45 smithi093 ceph-mon[107718]: pgmap v184: 97 pgs: 97 active+clean; 136 MiB data, 309 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 476 op/s 2023-12-18T13:09:46.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:45 smithi141 ceph-mon[110549]: pgmap v184: 97 pgs: 97 active+clean; 136 MiB data, 309 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.0 MiB/s wr, 476 op/s 2023-12-18T13:09:46.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 7971 12.50 MB/sec warmup 24 sec latency 131.026 ms 2023-12-18T13:09:47.178 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:47 smithi093 ceph-mon[107718]: pgmap v185: 97 pgs: 97 active+clean; 138 MiB data, 351 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 468 op/s 2023-12-18T13:09:47.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:47 smithi141 ceph-mon[110549]: pgmap v185: 97 pgs: 97 active+clean; 138 MiB data, 351 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 468 op/s 2023-12-18T13:09:47.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 8193 12.27 MB/sec warmup 25 sec latency 114.667 ms 2023-12-18T13:09:48.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 8574 12.19 MB/sec warmup 26 sec latency 122.373 ms 2023-12-18T13:09:49.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 8943 11.85 MB/sec warmup 27 sec latency 140.492 ms 2023-12-18T13:09:49.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:49 smithi093 ceph-mon[107718]: pgmap v186: 97 pgs: 97 active+clean; 142 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 478 op/s 2023-12-18T13:09:49.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:49 smithi141 ceph-mon[110549]: pgmap v186: 97 pgs: 97 active+clean; 142 MiB data, 363 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 478 op/s 2023-12-18T13:09:50.638 INFO:teuthology.orchestra.run.smithi093.stdout: 5 9263 11.64 MB/sec warmup 28 sec latency 119.880 ms 2023-12-18T13:09:51.641 INFO:teuthology.orchestra.run.smithi093.stdout: 5 9593 11.69 MB/sec warmup 29 sec latency 201.704 ms 2023-12-18T13:09:51.779 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:51 smithi093 ceph-mon[107718]: pgmap v187: 97 pgs: 97 active+clean; 140 MiB data, 375 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-12-18T13:09:52.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:51 smithi141 ceph-mon[110549]: pgmap v187: 97 pgs: 97 active+clean; 140 MiB data, 375 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 402 op/s 2023-12-18T13:09:52.639 INFO:teuthology.orchestra.run.smithi093.stdout: 5 10083 11.86 MB/sec warmup 30 sec latency 124.187 ms 2023-12-18T13:09:53.645 INFO:teuthology.orchestra.run.smithi093.stdout: 5 10501 12.06 MB/sec warmup 31 sec latency 129.927 ms 2023-12-18T13:09:53.824 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:53 smithi093 ceph-mon[107718]: pgmap v188: 97 pgs: 97 active+clean; 141 MiB data, 433 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-18T13:09:54.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:53 smithi141 ceph-mon[110549]: pgmap v188: 97 pgs: 97 active+clean; 141 MiB data, 433 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-18T13:09:54.645 INFO:teuthology.orchestra.run.smithi093.stdout: 5 10728 11.85 MB/sec warmup 32 sec latency 127.191 ms 2023-12-18T13:09:55.645 INFO:teuthology.orchestra.run.smithi093.stdout: 5 11098 11.70 MB/sec warmup 33 sec latency 100.411 ms 2023-12-18T13:09:55.869 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:55 smithi093 ceph-mon[107718]: pgmap v189: 97 pgs: 97 active+clean; 144 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-12-18T13:09:56.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:55 smithi141 ceph-mon[110549]: pgmap v189: 97 pgs: 97 active+clean; 144 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.2 MiB/s wr, 386 op/s 2023-12-18T13:09:56.645 INFO:teuthology.orchestra.run.smithi093.stdout: 5 11394 11.51 MB/sec warmup 34 sec latency 126.976 ms 2023-12-18T13:09:57.139 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:57 smithi093 ceph-mon[107718]: pgmap v190: 97 pgs: 97 active+clean; 152 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-12-18T13:09:57.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:57 smithi141 ceph-mon[110549]: pgmap v190: 97 pgs: 97 active+clean; 152 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.0 MiB/s wr, 477 op/s 2023-12-18T13:09:57.652 INFO:teuthology.orchestra.run.smithi093.stdout: 5 11713 11.49 MB/sec warmup 35 sec latency 156.209 ms 2023-12-18T13:09:58.652 INFO:teuthology.orchestra.run.smithi093.stdout: 5 12105 11.45 MB/sec warmup 36 sec latency 123.674 ms 2023-12-18T13:09:59.658 INFO:teuthology.orchestra.run.smithi093.stdout: 5 12475 11.20 MB/sec warmup 37 sec latency 119.975 ms 2023-12-18T13:09:59.689 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:09:59 smithi093 ceph-mon[107718]: pgmap v191: 97 pgs: 97 active+clean; 153 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T13:10:00.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:09:59 smithi141 ceph-mon[110549]: pgmap v191: 97 pgs: 97 active+clean; 153 MiB data, 420 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T13:10:00.658 INFO:teuthology.orchestra.run.smithi093.stdout: 5 12725 11.03 MB/sec warmup 38 sec latency 115.570 ms 2023-12-18T13:10:00.713 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:00 smithi093 ceph-mon[107718]: overall HEALTH_OK 2023-12-18T13:10:01.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:00 smithi141 ceph-mon[110549]: overall HEALTH_OK 2023-12-18T13:10:01.658 INFO:teuthology.orchestra.run.smithi093.stdout: 5 12964 11.01 MB/sec warmup 39 sec latency 126.787 ms 2023-12-18T13:10:01.728 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:01 smithi093 ceph-mon[107718]: pgmap v192: 97 pgs: 97 active+clean; 155 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-18T13:10:02.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:01 smithi141 ceph-mon[110549]: pgmap v192: 97 pgs: 97 active+clean; 155 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-12-18T13:10:02.659 INFO:teuthology.orchestra.run.smithi093.stdout: 5 13321 11.11 MB/sec warmup 40 sec latency 214.638 ms 2023-12-18T13:10:03.659 INFO:teuthology.orchestra.run.smithi093.stdout: 5 13759 11.23 MB/sec warmup 41 sec latency 221.850 ms 2023-12-18T13:10:03.760 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:03 smithi093 ceph-mon[107718]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 565 op/s 2023-12-18T13:10:04.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:03 smithi141 ceph-mon[110549]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 504 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 565 op/s 2023-12-18T13:10:04.659 INFO:teuthology.orchestra.run.smithi093.stdout: 5 14005 11.10 MB/sec warmup 42 sec latency 135.174 ms 2023-12-18T13:10:05.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 14304 11.01 MB/sec warmup 43 sec latency 115.056 ms 2023-12-18T13:10:05.797 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:05 smithi093 ceph-mon[107718]: pgmap v194: 97 pgs: 97 active+clean; 157 MiB data, 500 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-18T13:10:06.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:05 smithi141 ceph-mon[110549]: pgmap v194: 97 pgs: 97 active+clean; 157 MiB data, 500 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-12-18T13:10:06.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 14717 10.95 MB/sec warmup 44 sec latency 125.304 ms 2023-12-18T13:10:07.175 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:07 smithi093 ceph-mon[107718]: pgmap v195: 97 pgs: 97 active+clean; 161 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-12-18T13:10:07.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:07 smithi141 ceph-mon[110549]: pgmap v195: 97 pgs: 97 active+clean; 161 MiB data, 520 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-12-18T13:10:07.665 INFO:teuthology.orchestra.run.smithi093.stdout: 5 15162 10.94 MB/sec warmup 45 sec latency 143.686 ms 2023-12-18T13:10:08.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 15547 10.96 MB/sec warmup 46 sec latency 145.413 ms 2023-12-18T13:10:09.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:09 smithi093 ceph-mon[107718]: pgmap v196: 97 pgs: 97 active+clean; 164 MiB data, 551 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 435 op/s 2023-12-18T13:10:09.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:09 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:09.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:09 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:09.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:09 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:09.647 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:09 smithi141 ceph-mon[110549]: pgmap v196: 97 pgs: 97 active+clean; 164 MiB data, 551 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 435 op/s 2023-12-18T13:10:09.647 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:09 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:09.647 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:09 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:09.647 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:09 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:09.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 15979 10.87 MB/sec warmup 47 sec latency 126.238 ms 2023-12-18T13:10:10.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 16445 10.88 MB/sec warmup 48 sec latency 108.487 ms 2023-12-18T13:10:10.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:10 smithi093 ceph-mon[107718]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T13:10:10.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:10 smithi093 ceph-mon[107718]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T13:10:10.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:10 smithi093 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi093.pvrqem) 2023-12-18T13:10:10.855 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:10 smithi093 ceph-mon[107718]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi141 2023-12-18T13:10:11.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:10 smithi141 ceph-mon[110549]: Upgrade: Target is version 19.0.0-303-g861525e2 (unknown) 2023-12-18T13:10:11.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:10 smithi141 ceph-mon[110549]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e'] 2023-12-18T13:10:11.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:10 smithi141 ceph-mon[110549]: Upgrade: Need to upgrade myself (mgr.smithi093.pvrqem) 2023-12-18T13:10:11.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:10 smithi141 ceph-mon[110549]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e on smithi141 2023-12-18T13:10:11.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 16954 11.10 MB/sec warmup 49 sec latency 128.635 ms 2023-12-18T13:10:11.864 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:11 smithi093 ceph-mon[107718]: pgmap v197: 97 pgs: 97 active+clean; 166 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 498 op/s 2023-12-18T13:10:12.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:11 smithi141 ceph-mon[110549]: pgmap v197: 97 pgs: 97 active+clean; 166 MiB data, 566 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 4.7 MiB/s wr, 498 op/s 2023-12-18T13:10:12.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 17374 11.17 MB/sec warmup 50 sec latency 153.972 ms 2023-12-18T13:10:12.696 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:10:13.591 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:10:13.591 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 running (4m) 53s ago 5m 24.2M - ba2b418f427c be2a40c4eb37 2023-12-18T13:10:13.591 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (5m) 53s ago 5m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:10:13.591 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (4m) 54s ago 4m 7142k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:10:13.591 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 running (3m) 53s ago 4m 45.8M - 8.3.5 dad864ee21e9 36f4c6143ed3 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (72s) 53s ago 72s 14.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (71s) 54s ago 71s 13.3M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (6m) 53s ago 6m 476M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (4m) 54s ago 4m 422M - 17.2.0 e1d6a67b021e 90ba3a397008 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (6m) 53s ago 6m 76.4M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (4m) 54s ago 4m 63.9M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (61s) 53s ago 60s 51.9M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (56s) 54s ago 56s 51.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 running (4m) 53s ago 4m 22.4M - 1dbe0e931976 5d179fa43f87 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (4m) 54s ago 4m 21.9M - 1dbe0e931976 6495f66ec5d8 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (4m) 53s ago 4m 57.0M 3224M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (3m) 53s ago 3m 58.2M 3224M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:10:13.592 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (3m) 53s ago 3m 51.7M 3224M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:10:13.593 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (3m) 53s ago 3m 50.4M 3224M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:10:13.593 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (2m) 54s ago 2m 49.6M 3992M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:10:13.593 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (2m) 54s ago 2m 49.1M 3992M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:10:13.593 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (2m) 54s ago 2m 49.4M 3992M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:10:13.593 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (2m) 54s ago 2m 53.1M 3992M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:10:13.593 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 running (4m) 53s ago 4m 60.5M - 514e6a882f6e 320db5f49690 2023-12-18T13:10:13.646 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:13 smithi093 ceph-mon[107718]: pgmap v198: 97 pgs: 97 active+clean; 172 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.1 MiB/s wr, 615 op/s 2023-12-18T13:10:13.646 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:13 smithi093 ceph-mon[107718]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:13.666 INFO:teuthology.orchestra.run.smithi093.stdout: 5 17737 11.10 MB/sec warmup 51 sec latency 126.968 ms 2023-12-18T13:10:14.095 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:14.096 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:10:14.097 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T13:10:14.097 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:10:14.097 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:10:14.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:13 smithi141 ceph-mon[110549]: pgmap v198: 97 pgs: 97 active+clean; 172 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.1 MiB/s wr, 615 op/s 2023-12-18T13:10:14.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:13 smithi141 ceph-mon[110549]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:14.497 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:10:14.497 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:10:14.497 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:10:14.498 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:10:14.498 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "0/23 daemons upgraded", 2023-12-18T13:10:14.498 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e image on host smithi141" 2023-12-18T13:10:14.498 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:10:14.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:14 smithi093 ceph-mon[107718]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:14.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:14 smithi093 ceph-mon[107718]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:14.664 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:14 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/356017411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:10:14.669 INFO:teuthology.orchestra.run.smithi093.stdout: 5 18010 11.00 MB/sec warmup 52 sec latency 118.871 ms 2023-12-18T13:10:14.969 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:10:15.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:14 smithi141 ceph-mon[110549]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:15.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:14 smithi141 ceph-mon[110549]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:15.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:14 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/356017411' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:10:15.667 INFO:teuthology.orchestra.run.smithi093.stdout: 5 18311 10.91 MB/sec warmup 53 sec latency 140.067 ms 2023-12-18T13:10:15.673 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:15 smithi093 ceph-mon[107718]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:15.673 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:15 smithi093 ceph-mon[107718]: pgmap v199: 97 pgs: 97 active+clean; 175 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-12-18T13:10:15.673 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:15 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3546084768' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:10:16.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:15 smithi141 ceph-mon[110549]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:16.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:15 smithi141 ceph-mon[110549]: pgmap v199: 97 pgs: 97 active+clean; 175 MiB data, 615 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 525 op/s 2023-12-18T13:10:16.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:15 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3546084768' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:10:16.667 INFO:teuthology.orchestra.run.smithi093.stdout: 5 18867 10.95 MB/sec warmup 54 sec latency 129.753 ms 2023-12-18T13:10:17.196 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:17 smithi093 ceph-mon[107718]: pgmap v200: 97 pgs: 97 active+clean; 174 MiB data, 626 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 527 op/s 2023-12-18T13:10:17.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:17 smithi141 ceph-mon[110549]: pgmap v200: 97 pgs: 97 active+clean; 174 MiB data, 626 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 527 op/s 2023-12-18T13:10:17.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 19420 11.07 MB/sec warmup 55 sec latency 130.727 ms 2023-12-18T13:10:18.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 19929 11.06 MB/sec warmup 56 sec latency 126.461 ms 2023-12-18T13:10:19.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 20380 11.08 MB/sec warmup 57 sec latency 129.283 ms 2023-12-18T13:10:19.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:19 smithi093 ceph-mon[107718]: pgmap v201: 97 pgs: 97 active+clean; 177 MiB data, 676 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 503 op/s 2023-12-18T13:10:20.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:19 smithi141 ceph-mon[110549]: pgmap v201: 97 pgs: 97 active+clean; 177 MiB data, 676 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 503 op/s 2023-12-18T13:10:20.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 20753 11.15 MB/sec warmup 58 sec latency 144.044 ms 2023-12-18T13:10:21.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 21266 11.23 MB/sec warmup 59 sec latency 124.125 ms 2023-12-18T13:10:21.732 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:21 smithi093 ceph-mon[107718]: pgmap v202: 97 pgs: 97 active+clean; 185 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 665 op/s 2023-12-18T13:10:22.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:21 smithi141 ceph-mon[110549]: pgmap v202: 97 pgs: 97 active+clean; 185 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 665 op/s 2023-12-18T13:10:22.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 21646 11.16 MB/sec warmup 60 sec latency 127.335 ms 2023-12-18T13:10:23.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 21970 11.04 MB/sec warmup 61 sec latency 124.005 ms 2023-12-18T13:10:23.767 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:23 smithi093 ceph-mon[107718]: pgmap v203: 97 pgs: 97 active+clean; 183 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.9 MiB/s wr, 659 op/s 2023-12-18T13:10:24.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:23 smithi141 ceph-mon[110549]: pgmap v203: 97 pgs: 97 active+clean; 183 MiB data, 723 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.9 MiB/s wr, 659 op/s 2023-12-18T13:10:24.676 INFO:teuthology.orchestra.run.smithi093.stdout: 5 22321 11.01 MB/sec warmup 62 sec latency 134.055 ms 2023-12-18T13:10:25.681 INFO:teuthology.orchestra.run.smithi093.stdout: 5 22759 11.11 MB/sec warmup 63 sec latency 127.934 ms 2023-12-18T13:10:25.799 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:25 smithi093 ceph-mon[107718]: pgmap v204: 97 pgs: 97 active+clean; 188 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.6 MiB/s wr, 525 op/s 2023-12-18T13:10:26.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:25 smithi141 ceph-mon[110549]: pgmap v204: 97 pgs: 97 active+clean; 188 MiB data, 758 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.6 MiB/s wr, 525 op/s 2023-12-18T13:10:26.681 INFO:teuthology.orchestra.run.smithi093.stdout: 5 23216 11.07 MB/sec warmup 64 sec latency 108.387 ms 2023-12-18T13:10:27.326 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:27 smithi093 ceph-mon[107718]: pgmap v205: 97 pgs: 97 active+clean; 188 MiB data, 762 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 504 op/s 2023-12-18T13:10:27.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:27 smithi141 ceph-mon[110549]: pgmap v205: 97 pgs: 97 active+clean; 188 MiB data, 762 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.8 MiB/s wr, 504 op/s 2023-12-18T13:10:27.683 INFO:teuthology.orchestra.run.smithi093.stdout: 5 23604 11.07 MB/sec warmup 65 sec latency 124.141 ms 2023-12-18T13:10:28.683 INFO:teuthology.orchestra.run.smithi093.stdout: 5 23956 11.05 MB/sec warmup 66 sec latency 130.149 ms 2023-12-18T13:10:28.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:10:28.854 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:28 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:10:29.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:10:29.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:28 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi093.pvrqem/trash_purge_schedule"}]: dispatch 2023-12-18T13:10:29.683 INFO:teuthology.orchestra.run.smithi093.stdout: 5 24356 11.08 MB/sec warmup 67 sec latency 129.920 ms 2023-12-18T13:10:29.876 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:29 smithi093 ceph-mon[107718]: pgmap v206: 97 pgs: 97 active+clean; 196 MiB data, 776 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 697 op/s 2023-12-18T13:10:30.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:29 smithi141 ceph-mon[110549]: pgmap v206: 97 pgs: 97 active+clean; 196 MiB data, 776 MiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.7 MiB/s wr, 697 op/s 2023-12-18T13:10:30.684 INFO:teuthology.orchestra.run.smithi093.stdout: 5 24826 11.16 MB/sec warmup 68 sec latency 128.619 ms 2023-12-18T13:10:31.669 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:31 smithi093 ceph-mon[107718]: pgmap v207: 97 pgs: 97 active+clean; 192 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 635 op/s 2023-12-18T13:10:31.687 INFO:teuthology.orchestra.run.smithi093.stdout: 5 25256 11.10 MB/sec warmup 69 sec latency 92.158 ms 2023-12-18T13:10:32.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:31 smithi141 ceph-mon[110549]: pgmap v207: 97 pgs: 97 active+clean; 192 MiB data, 787 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 635 op/s 2023-12-18T13:10:32.687 INFO:teuthology.orchestra.run.smithi093.stdout: 5 25703 11.03 MB/sec warmup 70 sec latency 108.720 ms 2023-12-18T13:10:33.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 26205 11.18 MB/sec warmup 71 sec latency 138.355 ms 2023-12-18T13:10:33.700 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:33 smithi093 ceph-mon[107718]: pgmap v208: 97 pgs: 97 active+clean; 197 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.4 MiB/s wr, 572 op/s 2023-12-18T13:10:34.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:33 smithi141 ceph-mon[110549]: pgmap v208: 97 pgs: 97 active+clean; 197 MiB data, 855 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.4 MiB/s wr, 572 op/s 2023-12-18T13:10:34.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 26792 11.20 MB/sec warmup 72 sec latency 130.415 ms 2023-12-18T13:10:35.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 27164 11.15 MB/sec warmup 73 sec latency 130.007 ms 2023-12-18T13:10:35.731 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:35 smithi093 ceph-mon[107718]: pgmap v209: 97 pgs: 97 active+clean; 202 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-18T13:10:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:35 smithi141 ceph-mon[110549]: pgmap v209: 97 pgs: 97 active+clean; 202 MiB data, 857 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-18T13:10:36.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 27684 11.23 MB/sec warmup 74 sec latency 134.401 ms 2023-12-18T13:10:37.256 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:37 smithi093 ceph-mon[107718]: pgmap v210: 97 pgs: 97 active+clean; 208 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.1 MiB/s wr, 608 op/s 2023-12-18T13:10:37.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:37 smithi141 ceph-mon[110549]: pgmap v210: 97 pgs: 97 active+clean; 208 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.1 MiB/s wr, 608 op/s 2023-12-18T13:10:37.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 28046 11.23 MB/sec warmup 75 sec latency 149.243 ms 2023-12-18T13:10:38.172 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:38 smithi141 ceph-mon[110549]: Upgrade: Updating mgr.smithi141.aezfpw 2023-12-18T13:10:38.172 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:38.172 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi141.aezfpw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:10:38.172 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:10:38.172 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:38 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:10:38.173 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:38 smithi141 ceph-mon[110549]: Deploying daemon mgr.smithi141.aezfpw on smithi141 2023-12-18T13:10:38.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:38 smithi093 ceph-mon[107718]: Upgrade: Updating mgr.smithi141.aezfpw 2023-12-18T13:10:38.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:38.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi141.aezfpw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:10:38.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:10:38.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:38 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:10:38.295 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:38 smithi093 ceph-mon[107718]: Deploying daemon mgr.smithi141.aezfpw on smithi141 2023-12-18T13:10:38.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 28403 11.24 MB/sec warmup 76 sec latency 127.256 ms 2023-12-18T13:10:39.319 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:39 smithi093 ceph-mon[107718]: pgmap v211: 97 pgs: 97 active+clean; 212 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.9 MiB/s wr, 722 op/s 2023-12-18T13:10:39.462 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:39 smithi141 ceph-mon[110549]: pgmap v211: 97 pgs: 97 active+clean; 212 MiB data, 901 MiB used, 714 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.9 MiB/s wr, 722 op/s 2023-12-18T13:10:39.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 28711 11.18 MB/sec warmup 77 sec latency 124.132 ms 2023-12-18T13:10:40.351 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:40.351 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:40.351 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:10:40.351 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:40 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:10:40.452 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:40.453 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:40.453 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:10:40.453 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:40 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:10:40.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 29135 11.09 MB/sec warmup 78 sec latency 126.944 ms 2023-12-18T13:10:41.367 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:41 smithi093 ceph-mon[107718]: pgmap v212: 97 pgs: 97 active+clean; 217 MiB data, 909 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 609 op/s 2023-12-18T13:10:41.536 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:41 smithi141 ceph-mon[110549]: pgmap v212: 97 pgs: 97 active+clean; 217 MiB data, 909 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 609 op/s 2023-12-18T13:10:41.693 INFO:teuthology.orchestra.run.smithi093.stdout: 5 29535 11.09 MB/sec warmup 79 sec latency 126.747 ms 2023-12-18T13:10:42.553 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:42.553 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:42 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:42.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:42.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:42 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:42.699 INFO:teuthology.orchestra.run.smithi093.stdout: 5 29936 11.12 MB/sec warmup 80 sec latency 126.449 ms 2023-12-18T13:10:43.649 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:43 smithi093 ceph-mon[107718]: pgmap v213: 97 pgs: 97 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 745 op/s 2023-12-18T13:10:43.698 INFO:teuthology.orchestra.run.smithi093.stdout: 5 30436 11.16 MB/sec warmup 81 sec latency 130.793 ms 2023-12-18T13:10:43.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:43 smithi141 ceph-mon[110549]: pgmap v213: 97 pgs: 97 active+clean; 218 MiB data, 923 MiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.6 MiB/s wr, 745 op/s 2023-12-18T13:10:44.699 INFO:teuthology.orchestra.run.smithi093.stdout: 5 30852 11.17 MB/sec warmup 82 sec latency 142.513 ms 2023-12-18T13:10:45.431 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:10:45.553 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:45.553 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:45.553 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:45.553 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:45.554 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: Upgrade: Need to upgrade myself (mgr.smithi093.pvrqem) 2023-12-18T13:10:45.554 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: Failing over to other MGR 2023-12-18T13:10:45.554 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr fail", "who": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:10:45.554 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T13:10:45.554 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:45 smithi141 ceph-mon[110549]: pgmap v215: 97 pgs: 97 active+clean; 219 MiB data, 944 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.7 MiB/s wr, 699 op/s 2023-12-18T13:10:45.688 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:45.688 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:45.688 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' 2023-12-18T13:10:45.688 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:45.689 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi093.pvrqem) 2023-12-18T13:10:45.689 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: Failing over to other MGR 2023-12-18T13:10:45.689 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "mgr fail", "who": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:10:45.689 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T13:10:45.689 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:45 smithi093 ceph-mon[107718]: pgmap v215: 97 pgs: 97 active+clean; 219 MiB data, 944 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.7 MiB/s wr, 699 op/s 2023-12-18T13:10:45.709 INFO:teuthology.orchestra.run.smithi093.stdout: 5 31248 11.18 MB/sec warmup 83 sec latency 123.947 ms 2023-12-18T13:10:46.703 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:46 smithi093 ceph-mon[107718]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "mgr fail", "who": "smithi093.pvrqem"}]': finished 2023-12-18T13:10:46.703 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:46 smithi093 ceph-mon[107718]: mgrmap e22: smithi141.aezfpw(active, starting, since 0.996619s) 2023-12-18T13:10:46.703 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:46 smithi093 ceph-mon[107718]: Standby manager daemon smithi093.pvrqem started 2023-12-18T13:10:46.709 INFO:teuthology.orchestra.run.smithi093.stdout: 5 31595 11.18 MB/sec warmup 84 sec latency 136.053 ms 2023-12-18T13:10:46.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:46 smithi141 ceph-mon[110549]: from='mgr.14206 172.21.15.93:0/3943217052' entity='mgr.smithi093.pvrqem' cmd='[{"prefix": "mgr fail", "who": "smithi093.pvrqem"}]': finished 2023-12-18T13:10:46.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:46 smithi141 ceph-mon[110549]: mgrmap e22: smithi141.aezfpw(active, starting, since 0.996619s) 2023-12-18T13:10:46.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:46 smithi141 ceph-mon[110549]: Standby manager daemon smithi093.pvrqem started 2023-12-18T13:10:47.709 INFO:teuthology.orchestra.run.smithi093.stdout: 5 31883 11.13 MB/sec warmup 85 sec latency 117.560 ms 2023-12-18T13:10:47.735 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: mgrmap e23: smithi141.aezfpw(active, starting, since 2s), standbys: smithi093.pvrqem 2023-12-18T13:10:47.735 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: Active manager daemon smithi141.aezfpw restarted 2023-12-18T13:10:47.735 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: Activating manager daemon smithi141.aezfpw 2023-12-18T13:10:47.735 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/crt"}]: dispatch 2023-12-18T13:10:47.735 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: osdmap e70: 8 total, 8 up, 8 in 2023-12-18T13:10:47.736 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:10:47.736 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/key"}]: dispatch 2023-12-18T13:10:47.736 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:47 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:10:47.770 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: mgrmap e23: smithi141.aezfpw(active, starting, since 2s), standbys: smithi093.pvrqem 2023-12-18T13:10:47.770 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: Active manager daemon smithi141.aezfpw restarted 2023-12-18T13:10:47.770 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: Activating manager daemon smithi141.aezfpw 2023-12-18T13:10:47.770 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/crt"}]: dispatch 2023-12-18T13:10:47.770 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: osdmap e70: 8 total, 8 up, 8 in 2023-12-18T13:10:47.770 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:10:47.771 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi141.aezfpw/key"}]: dispatch 2023-12-18T13:10:47.771 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:47 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:10:48.709 INFO:teuthology.orchestra.run.smithi093.stdout: 5 32225 11.08 MB/sec warmup 86 sec latency 126.840 ms 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: mgrmap e24: smithi141.aezfpw(active, starting, since 0.475793s), standbys: smithi093.pvrqem 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi093.shymzl"}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi141.grlpib"}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mgr metadata", "who": "smithi141.aezfpw", "id": "smithi141.aezfpw"}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mgr metadata", "who": "smithi093.pvrqem", "id": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:10:48.749 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: Manager daemon smithi141.aezfpw is now available 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:10:48.750 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/trash_purge_schedule"}]: dispatch 2023-12-18T13:10:48.751 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/trash_purge_schedule"}]: dispatch 2023-12-18T13:10:48.751 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:48 smithi093 ceph-mon[107718]: Deploying cephadm binary to smithi141 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: mgrmap e24: smithi141.aezfpw(active, starting, since 0.475793s), standbys: smithi093.pvrqem 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mon metadata", "id": "smithi093"}]: dispatch 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mon metadata", "id": "smithi141"}]: dispatch 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi093.shymzl"}]: dispatch 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi141.grlpib"}]: dispatch 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mgr metadata", "who": "smithi141.aezfpw", "id": "smithi141.aezfpw"}]: dispatch 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mgr metadata", "who": "smithi093.pvrqem", "id": "smithi093.pvrqem"}]: dispatch 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T13:10:48.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: Manager daemon smithi141.aezfpw is now available 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:10:48.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:10:48.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:10:48.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/mirror_snapshot_schedule"}]: dispatch 2023-12-18T13:10:48.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/trash_purge_schedule"}]: dispatch 2023-12-18T13:10:48.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi141.aezfpw/trash_purge_schedule"}]: dispatch 2023-12-18T13:10:48.852 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:48 smithi141 ceph-mon[110549]: Deploying cephadm binary to smithi141 2023-12-18T13:10:49.082 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 running (4m) 88s ago 5m 24.2M - ba2b418f427c be2a40c4eb37 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (5m) 88s ago 5m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (5m) 7s ago 5m 7147k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 running (4m) 88s ago 5m 45.8M - 8.3.5 dad864ee21e9 36f4c6143ed3 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (108s) 88s ago 108s 14.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (106s) 7s ago 106s 13.6M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (6m) 88s ago 6m 476M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (10s) 7s ago 5m 48.8M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (6m) 88s ago 6m 76.4M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (5m) 7s ago 5m 52.5M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (96s) 88s ago 96s 51.9M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (91s) 7s ago 91s 76.1M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:10:49.083 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 running (5m) 88s ago 5m 22.4M - 1dbe0e931976 5d179fa43f87 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (4m) 7s ago 4m 22.0M - 1dbe0e931976 6495f66ec5d8 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (4m) 88s ago 4m 57.0M 3224M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (4m) 88s ago 4m 58.2M 3224M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (4m) 88s ago 4m 51.7M 3224M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (3m) 88s ago 3m 50.4M 3224M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (3m) 7s ago 3m 439M 3992M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (3m) 7s ago 3m 475M 3992M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (2m) 7s ago 2m 453M 3992M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (2m) 7s ago 2m 766M 3992M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:10:49.084 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 running (4m) 88s ago 4m 60.5M - 514e6a882f6e 320db5f49690 2023-12-18T13:10:49.709 INFO:teuthology.orchestra.run.smithi093.stdout: 5 32571 11.07 MB/sec warmup 87 sec latency 129.336 ms 2023-12-18T13:10:49.724 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:10:49.725 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:10:49.726 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:10:49.726 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:10:49.726 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:10:49.726 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:10:49.726 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:10:49.726 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:10:49.767 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:49 smithi093 ceph-mon[107718]: Deploying cephadm binary to smithi093 2023-12-18T13:10:49.768 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:49 smithi093 ceph-mon[107718]: mgrmap e25: smithi141.aezfpw(active, since 1.49001s), standbys: smithi093.pvrqem 2023-12-18T13:10:49.768 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:49 smithi093 ceph-mon[107718]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:49.768 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:49 smithi093 ceph-mon[107718]: pgmap v3: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:49.768 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:49 smithi093 ceph-mon[107718]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:49.768 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:49 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:49.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:49 smithi141 ceph-mon[110549]: Deploying cephadm binary to smithi093 2023-12-18T13:10:49.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:49 smithi141 ceph-mon[110549]: mgrmap e25: smithi141.aezfpw(active, since 1.49001s), standbys: smithi093.pvrqem 2023-12-18T13:10:49.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:49 smithi141 ceph-mon[110549]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:49.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:49 smithi141 ceph-mon[110549]: pgmap v3: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:49.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:49 smithi141 ceph-mon[110549]: from='client.24455 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:49.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:49 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "", 2023-12-18T13:10:50.221 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:10:50.222 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:10:50.544 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:50 smithi141 ceph-mon[110549]: pgmap v4: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:50.714 INFO:teuthology.orchestra.run.smithi093.stdout: 5 32927 10.98 MB/sec warmup 88 sec latency 96.166 ms 2023-12-18T13:10:50.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:50 smithi093 ceph-mon[107718]: pgmap v4: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:50.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:50 smithi093 ceph-mon[107718]: mgrmap e26: smithi141.aezfpw(active, since 2s), standbys: smithi093.pvrqem 2023-12-18T13:10:50.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:50 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:50.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:50 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1341940408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:10:50.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:50 smithi093 ceph-mon[107718]: [18/Dec/2023:13:10:50] ENGINE Bus STARTING 2023-12-18T13:10:50.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:50 smithi141 ceph-mon[110549]: mgrmap e26: smithi141.aezfpw(active, since 2s), standbys: smithi093.pvrqem 2023-12-18T13:10:50.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:50 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:50.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:50 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1341940408' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:10:50.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:50 smithi141 ceph-mon[110549]: [18/Dec/2023:13:10:50] ENGINE Bus STARTING 2023-12-18T13:10:50.893 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:10:51.714 INFO:teuthology.orchestra.run.smithi093.stdout: 5 33326 10.98 MB/sec warmup 89 sec latency 127.031 ms 2023-12-18T13:10:51.793 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:51 smithi093 ceph-mon[107718]: from='client.24465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:51.793 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:51 smithi093 ceph-mon[107718]: [18/Dec/2023:13:10:50] ENGINE Serving on http://172.21.15.141:8765 2023-12-18T13:10:51.793 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:51 smithi093 ceph-mon[107718]: [18/Dec/2023:13:10:50] ENGINE Serving on https://172.21.15.141:7150 2023-12-18T13:10:51.793 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:51 smithi093 ceph-mon[107718]: [18/Dec/2023:13:10:50] ENGINE Bus STARTED 2023-12-18T13:10:51.793 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:51 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2192266621' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:10:51.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:51 smithi141 ceph-mon[110549]: from='client.24465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:10:51.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:51 smithi141 ceph-mon[110549]: [18/Dec/2023:13:10:50] ENGINE Serving on http://172.21.15.141:8765 2023-12-18T13:10:51.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:51 smithi141 ceph-mon[110549]: [18/Dec/2023:13:10:50] ENGINE Serving on https://172.21.15.141:7150 2023-12-18T13:10:51.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:51 smithi141 ceph-mon[110549]: [18/Dec/2023:13:10:50] ENGINE Bus STARTED 2023-12-18T13:10:51.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:51 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2192266621' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:10:52.723 INFO:teuthology.orchestra.run.smithi093.stdout: 5 33742 10.98 MB/sec warmup 90 sec latency 127.598 ms 2023-12-18T13:10:52.815 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:52 smithi093 ceph-mon[107718]: pgmap v5: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:52.815 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:52 smithi093 ceph-mon[107718]: mgrmap e27: smithi141.aezfpw(active, since 4s), standbys: smithi093.pvrqem 2023-12-18T13:10:52.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:52 smithi141 ceph-mon[110549]: pgmap v5: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:52.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:52 smithi141 ceph-mon[110549]: mgrmap e27: smithi141.aezfpw(active, since 4s), standbys: smithi093.pvrqem 2023-12-18T13:10:53.716 INFO:teuthology.orchestra.run.smithi093.stdout: 5 34087 11.04 MB/sec warmup 91 sec latency 123.790 ms 2023-12-18T13:10:54.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:54 smithi093 ceph-mon[107718]: pgmap v6: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:54.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:54 smithi093 ceph-mon[107718]: Standby manager daemon smithi093.pvrqem restarted 2023-12-18T13:10:54.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:54 smithi093 ceph-mon[107718]: Standby manager daemon smithi093.pvrqem started 2023-12-18T13:10:54.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:54 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi093.pvrqem/crt"}]: dispatch 2023-12-18T13:10:54.617 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:54 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:10:54.617 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:54 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi093.pvrqem/key"}]: dispatch 2023-12-18T13:10:54.617 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:54 smithi093 ceph-mon[107718]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:10:54.716 INFO:teuthology.orchestra.run.smithi093.stdout: 5 34381 11.02 MB/sec warmup 92 sec latency 164.655 ms 2023-12-18T13:10:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:54 smithi141 ceph-mon[110549]: pgmap v6: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-12-18T13:10:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:54 smithi141 ceph-mon[110549]: Standby manager daemon smithi093.pvrqem restarted 2023-12-18T13:10:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:54 smithi141 ceph-mon[110549]: Standby manager daemon smithi093.pvrqem started 2023-12-18T13:10:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:54 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi093.pvrqem/crt"}]: dispatch 2023-12-18T13:10:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:54 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T13:10:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:54 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi093.pvrqem/key"}]: dispatch 2023-12-18T13:10:54.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:54 smithi141 ceph-mon[110549]: from='mgr.? 172.21.15.93:0/3128261573' entity='mgr.smithi093.pvrqem' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T13:10:55.636 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:55 smithi093 ceph-mon[107718]: mgrmap e28: smithi141.aezfpw(active, since 7s), standbys: smithi093.pvrqem 2023-12-18T13:10:55.722 INFO:teuthology.orchestra.run.smithi093.stdout: 5 34724 10.99 MB/sec warmup 93 sec latency 118.225 ms 2023-12-18T13:10:55.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:55 smithi141 ceph-mon[110549]: mgrmap e28: smithi141.aezfpw(active, since 7s), standbys: smithi093.pvrqem 2023-12-18T13:10:56.660 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:56 smithi093 ceph-mon[107718]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.7 MiB/s wr, 401 op/s 2023-12-18T13:10:56.724 INFO:teuthology.orchestra.run.smithi093.stdout: 5 35129 10.99 MB/sec warmup 94 sec latency 108.266 ms 2023-12-18T13:10:57.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:56 smithi141 ceph-mon[110549]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.7 MiB/s wr, 401 op/s 2023-12-18T13:10:57.725 INFO:teuthology.orchestra.run.smithi093.stdout: 5 35475 10.98 MB/sec warmup 95 sec latency 109.096 ms 2023-12-18T13:10:58.702 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:58 smithi093 ceph-mon[107718]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.9 MiB/s wr, 311 op/s 2023-12-18T13:10:58.702 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:58 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:58.702 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:10:58 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:58.730 INFO:teuthology.orchestra.run.smithi093.stdout: 5 35836 10.96 MB/sec warmup 96 sec latency 129.989 ms 2023-12-18T13:10:59.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:58 smithi141 ceph-mon[110549]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.9 MiB/s wr, 311 op/s 2023-12-18T13:10:59.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:58 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:59.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:10:58 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:10:59.731 INFO:teuthology.orchestra.run.smithi093.stdout: 5 36311 10.92 MB/sec warmup 97 sec latency 90.311 ms 2023-12-18T13:11:00.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:00.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:00.487 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi093 to 1944M 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:00.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:00 smithi093 ceph-mon[107718]: pgmap v9: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-18T13:11:00.731 INFO:teuthology.orchestra.run.smithi093.stdout: 5 36773 10.93 MB/sec warmup 98 sec latency 87.882 ms 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi093 to 1944M 2023-12-18T13:11:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:00.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:00 smithi141 ceph-mon[110549]: pgmap v9: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-12-18T13:11:01.735 INFO:teuthology.orchestra.run.smithi093.stdout: 5 37258 10.94 MB/sec warmup 99 sec latency 89.470 ms 2023-12-18T13:11:02.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:02 smithi093 ceph-mon[107718]: pgmap v10: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T13:11:02.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:02 smithi141 ceph-mon[110549]: pgmap v10: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T13:11:02.735 INFO:teuthology.orchestra.run.smithi093.stdout: 5 37776 11.06 MB/sec warmup 100 sec latency 87.649 ms 2023-12-18T13:11:03.537 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:03.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.538 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:03.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:03.735 INFO:teuthology.orchestra.run.smithi093.stdout: 5 38220 11.06 MB/sec warmup 101 sec latency 129.857 ms 2023-12-18T13:11:04.552 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:04 smithi093 ceph-mon[107718]: pgmap v11: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T13:11:04.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:04 smithi141 ceph-mon[110549]: pgmap v11: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T13:11:04.742 INFO:teuthology.orchestra.run.smithi093.stdout: 5 38642 11.06 MB/sec warmup 102 sec latency 105.296 ms 2023-12-18T13:11:05.742 INFO:teuthology.orchestra.run.smithi093.stdout: 5 38935 11.02 MB/sec warmup 103 sec latency 141.889 ms 2023-12-18T13:11:06.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:06.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:06.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.591 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: Adjusting osd_memory_target on smithi141 to 2712M 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: Updating smithi093:/etc/ceph/ceph.conf 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: Updating smithi141:/etc/ceph/ceph.conf 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: pgmap v12: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 7.3 MiB/s wr, 720 op/s 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: Updating smithi141:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: Updating smithi093:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:11:06.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:06 smithi093 ceph-mon[107718]: Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:11:06.742 INFO:teuthology.orchestra.run.smithi093.stdout: 5 39381 11.03 MB/sec warmup 104 sec latency 133.538 ms 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T13:11:06.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: Adjusting osd_memory_target on smithi141 to 2712M 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: Updating smithi093:/etc/ceph/ceph.conf 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: Updating smithi141:/etc/ceph/ceph.conf 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: pgmap v12: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 7.3 MiB/s wr, 720 op/s 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: Updating smithi141:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: Updating smithi093:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T13:11:06.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:06 smithi141 ceph-mon[110549]: Updating smithi141:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:11:07.514 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:07 smithi093 ceph-mon[107718]: Updating smithi141:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:11:07.514 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:07 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:07.514 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:07 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:07.514 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:07 smithi093 ceph-mon[107718]: Updating smithi093:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:11:07.514 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:07 smithi093 ceph-mon[107718]: Updating smithi093:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:11:07.742 INFO:teuthology.orchestra.run.smithi093.stdout: 5 39813 11.00 MB/sec warmup 105 sec latency 127.255 ms 2023-12-18T13:11:07.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:07 smithi141 ceph-mon[110549]: Updating smithi141:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:11:07.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:07 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:07.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:07 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:07.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:07 smithi141 ceph-mon[110549]: Updating smithi093:/etc/ceph/ceph.client.admin.keyring 2023-12-18T13:11:07.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:07 smithi141 ceph-mon[110549]: Updating smithi093:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T13:11:08.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: pgmap v13: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 487 op/s 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: Reconfiguring alertmanager.smithi093 (dependencies changed)... 2023-12-18T13:11:08.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:08 smithi093 ceph-mon[107718]: Reconfiguring daemon alertmanager.smithi093 on smithi093 2023-12-18T13:11:08.742 INFO:teuthology.orchestra.run.smithi093.stdout: 5 40102 10.96 MB/sec warmup 106 sec latency 124.424 ms 2023-12-18T13:11:08.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: pgmap v13: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 487 op/s 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: Reconfiguring alertmanager.smithi093 (dependencies changed)... 2023-12-18T13:11:08.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:08 smithi141 ceph-mon[110549]: Reconfiguring daemon alertmanager.smithi093 on smithi093 2023-12-18T13:11:09.742 INFO:teuthology.orchestra.run.smithi093.stdout: 5 40374 10.91 MB/sec warmup 107 sec latency 123.066 ms 2023-12-18T13:11:10.718 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:10 smithi093 ceph-mon[107718]: pgmap v14: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.4 MiB/s wr, 724 op/s 2023-12-18T13:11:10.748 INFO:teuthology.orchestra.run.smithi093.stdout: 5 40683 10.90 MB/sec warmup 108 sec latency 139.266 ms 2023-12-18T13:11:10.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:10 smithi141 ceph-mon[110549]: pgmap v14: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.4 MiB/s wr, 724 op/s 2023-12-18T13:11:11.748 INFO:teuthology.orchestra.run.smithi093.stdout: 5 41047 10.89 MB/sec warmup 109 sec latency 124.046 ms 2023-12-18T13:11:12.252 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:12 smithi093 ceph-mon[107718]: pgmap v15: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2023-12-18T13:11:12.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:12 smithi141 ceph-mon[110549]: pgmap v15: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2023-12-18T13:11:12.748 INFO:teuthology.orchestra.run.smithi093.stdout: 5 41377 10.90 MB/sec warmup 110 sec latency 155.945 ms 2023-12-18T13:11:13.749 INFO:teuthology.orchestra.run.smithi093.stdout: 5 41739 10.90 MB/sec warmup 111 sec latency 128.783 ms 2023-12-18T13:11:14.749 INFO:teuthology.orchestra.run.smithi093.stdout: 5 42103 10.93 MB/sec warmup 112 sec latency 124.245 ms 2023-12-18T13:11:14.792 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:14 smithi093 ceph-mon[107718]: pgmap v16: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2023-12-18T13:11:15.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:14 smithi141 ceph-mon[110549]: pgmap v16: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 511 op/s 2023-12-18T13:11:15.749 INFO:teuthology.orchestra.run.smithi093.stdout: 5 42362 10.87 MB/sec warmup 113 sec latency 139.283 ms 2023-12-18T13:11:16.749 INFO:teuthology.orchestra.run.smithi093.stdout: 5 42737 10.84 MB/sec warmup 114 sec latency 127.105 ms 2023-12-18T13:11:16.841 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:16 smithi093 ceph-mon[107718]: pgmap v17: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 701 op/s 2023-12-18T13:11:17.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:16 smithi141 ceph-mon[110549]: pgmap v17: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 701 op/s 2023-12-18T13:11:17.749 INFO:teuthology.orchestra.run.smithi093.stdout: 5 43152 10.85 MB/sec warmup 115 sec latency 141.585 ms 2023-12-18T13:11:18.355 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.355 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.355 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: Reconfiguring grafana.smithi093 (dependencies changed)... 2023-12-18T13:11:18.355 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T13:11:18.355 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:11:18.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:11:18.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: Reconfiguring daemon grafana.smithi093 on smithi093 2023-12-18T13:11:18.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: pgmap v18: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-12-18T13:11:18.356 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: Reconfiguring grafana.smithi093 (dependencies changed)... 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: Reconfiguring daemon grafana.smithi093 on smithi093 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: pgmap v18: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-12-18T13:11:18.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:18.754 INFO:teuthology.orchestra.run.smithi093.stdout: 5 43544 10.79 MB/sec warmup 116 sec latency 121.234 ms 2023-12-18T13:11:19.754 INFO:teuthology.orchestra.run.smithi093.stdout: 5 43872 10.77 MB/sec warmup 117 sec latency 214.103 ms 2023-12-18T13:11:20.649 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:20 smithi093 ceph-mon[107718]: pgmap v19: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 651 op/s 2023-12-18T13:11:20.762 INFO:teuthology.orchestra.run.smithi093.stdout: 5 44216 10.76 MB/sec warmup 118 sec latency 144.052 ms 2023-12-18T13:11:20.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:20 smithi141 ceph-mon[110549]: pgmap v19: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 651 op/s 2023-12-18T13:11:21.522 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:11:21.763 INFO:teuthology.orchestra.run.smithi093.stdout: 5 44517 10.73 MB/sec warmup 119 sec latency 110.009 ms 2023-12-18T13:11:22.441 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:22 smithi093 ceph-mon[107718]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:22.441 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:22 smithi093 ceph-mon[107718]: pgmap v20: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-12-18T13:11:22.441 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:22 smithi093 ceph-mon[107718]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:22.525 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:11:22.525 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:11:22.525 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (6m) 24s ago 6m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:11:22.525 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (5m) 20s ago 5m 7151k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:11:22.525 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 running (5m) 24s ago 6m 59.9M - 8.3.5 dad864ee21e9 36f4c6143ed3 2023-12-18T13:11:22.525 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (2m) 24s ago 2m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (2m) 20s ago 2m 14.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (7m) 24s ago 7m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (43s) 20s ago 5m 497M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (7m) 24s ago 7m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (5m) 20s ago 5m 62.0M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (2m) 24s ago 2m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (2m) 20s ago 2m 76.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 running (6m) 24s ago 6m 27.6M - 1.3.1 1dbe0e931976 5d179fa43f87 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (5m) 20s ago 5m 24.3M - 1.3.1 1dbe0e931976 6495f66ec5d8 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (5m) 24s ago 5m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (4m) 24s ago 4m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (4m) 24s ago 4m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (4m) 24s ago 4m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:11:22.526 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (4m) 20s ago 4m 502M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:11:22.527 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (3m) 20s ago 3m 557M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:11:22.527 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (3m) 20s ago 3m 587M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:11:22.527 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (3m) 20s ago 3m 850M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:11:22.527 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 running (5m) 24s ago 5m 65.2M - 2.33.4 514e6a882f6e 320db5f49690 2023-12-18T13:11:22.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:22 smithi141 ceph-mon[110549]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:22.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:22 smithi141 ceph-mon[110549]: pgmap v20: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-12-18T13:11:22.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:22 smithi141 ceph-mon[110549]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:23.166 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:11:23.166 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:11:23.167 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:11:23.168 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:11:23.168 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:11:23.168 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:11:23.258 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:23 smithi093 ceph-mon[107718]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:23.258 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:23 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3002688054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:11:23.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:23 smithi141 ceph-mon[110549]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:23.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:23 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3002688054' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:11:23.661 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "", 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:11:23.662 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:11:23.769 INFO:teuthology.orchestra.run.smithi093.stdout: 5 45055 14.53 MB/sec execute 1 sec latency 146.483 ms 2023-12-18T13:11:24.222 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:11:24.291 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:24 smithi093 ceph-mon[107718]: pgmap v21: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-12-18T13:11:24.291 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:24 smithi093 ceph-mon[107718]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:24.291 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:24 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/302987501' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:11:24.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:24 smithi141 ceph-mon[110549]: pgmap v21: 97 pgs: 97 active+clean; 262 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-12-18T13:11:24.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:24 smithi141 ceph-mon[110549]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:24.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:24 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/302987501' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:11:24.769 INFO:teuthology.orchestra.run.smithi093.stdout: 5 45334 13.09 MB/sec execute 2 sec latency 142.626 ms 2023-12-18T13:11:25.770 INFO:teuthology.orchestra.run.smithi093.stdout: 5 45630 11.92 MB/sec execute 3 sec latency 134.898 ms 2023-12-18T13:11:26.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:26 smithi093 ceph-mon[107718]: pgmap v22: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 586 op/s 2023-12-18T13:11:26.770 INFO:teuthology.orchestra.run.smithi093.stdout: 5 45926 10.12 MB/sec execute 4 sec latency 123.921 ms 2023-12-18T13:11:26.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:26 smithi141 ceph-mon[110549]: pgmap v22: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 586 op/s 2023-12-18T13:11:27.770 INFO:teuthology.orchestra.run.smithi093.stdout: 5 46234 9.10 MB/sec execute 5 sec latency 105.896 ms 2023-12-18T13:11:28.638 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:28 smithi093 ceph-mon[107718]: pgmap v23: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-18T13:11:28.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 46648 9.28 MB/sec execute 6 sec latency 112.415 ms 2023-12-18T13:11:28.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:28 smithi141 ceph-mon[110549]: pgmap v23: 97 pgs: 97 active+clean; 271 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-18T13:11:29.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 47098 9.10 MB/sec execute 7 sec latency 117.967 ms 2023-12-18T13:11:30.683 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:30 smithi093 ceph-mon[107718]: pgmap v24: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.1 MiB/s wr, 591 op/s 2023-12-18T13:11:30.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 47588 9.08 MB/sec execute 8 sec latency 110.653 ms 2023-12-18T13:11:31.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:30 smithi141 ceph-mon[110549]: pgmap v24: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.1 MiB/s wr, 591 op/s 2023-12-18T13:11:31.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 47963 9.22 MB/sec execute 9 sec latency 130.371 ms 2023-12-18T13:11:32.463 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:32 smithi093 ceph-mon[107718]: pgmap v25: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 365 op/s 2023-12-18T13:11:32.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:32 smithi141 ceph-mon[110549]: pgmap v25: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 365 op/s 2023-12-18T13:11:32.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 48488 10.33 MB/sec execute 10 sec latency 134.785 ms 2023-12-18T13:11:33.228 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:33.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:33.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 48901 10.92 MB/sec execute 11 sec latency 123.775 ms 2023-12-18T13:11:34.239 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:34 smithi093 ceph-mon[107718]: pgmap v26: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 365 op/s 2023-12-18T13:11:34.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:34 smithi141 ceph-mon[110549]: pgmap v26: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 365 op/s 2023-12-18T13:11:34.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 49274 10.91 MB/sec execute 12 sec latency 141.403 ms 2023-12-18T13:11:35.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:35 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:35.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:35 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:35.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:35 smithi093 ceph-mon[107718]: Reconfiguring node-exporter.smithi093 (dependencies changed)... 2023-12-18T13:11:35.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:35 smithi093 ceph-mon[107718]: Reconfiguring daemon node-exporter.smithi093 on smithi093 2023-12-18T13:11:35.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 49608 10.56 MB/sec execute 13 sec latency 129.332 ms 2023-12-18T13:11:36.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:35 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:35 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:35 smithi141 ceph-mon[110549]: Reconfiguring node-exporter.smithi093 (dependencies changed)... 2023-12-18T13:11:36.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:35 smithi141 ceph-mon[110549]: Reconfiguring daemon node-exporter.smithi093 on smithi093 2023-12-18T13:11:36.773 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:36 smithi093 ceph-mon[107718]: pgmap v27: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.8 MiB/s wr, 631 op/s 2023-12-18T13:11:36.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 49918 10.42 MB/sec execute 14 sec latency 133.045 ms 2023-12-18T13:11:37.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:36 smithi141 ceph-mon[110549]: pgmap v27: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.8 MiB/s wr, 631 op/s 2023-12-18T13:11:37.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 50299 10.30 MB/sec execute 15 sec latency 153.728 ms 2023-12-18T13:11:38.780 INFO:teuthology.orchestra.run.smithi093.stdout: 5 50813 10.11 MB/sec execute 16 sec latency 126.818 ms 2023-12-18T13:11:38.800 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:38 smithi093 ceph-mon[107718]: pgmap v28: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-12-18T13:11:39.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:38 smithi141 ceph-mon[110549]: pgmap v28: 97 pgs: 97 active+clean; 286 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 460 op/s 2023-12-18T13:11:39.781 INFO:teuthology.orchestra.run.smithi093.stdout: 5 51137 9.86 MB/sec execute 17 sec latency 133.159 ms 2023-12-18T13:11:40.781 INFO:teuthology.orchestra.run.smithi093.stdout: 5 51696 10.46 MB/sec execute 18 sec latency 113.185 ms 2023-12-18T13:11:41.063 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:41 smithi093 ceph-mon[107718]: pgmap v29: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 689 op/s 2023-12-18T13:11:41.063 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:41 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:41.063 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:41 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:41.063 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:41 smithi093 ceph-mon[107718]: Reconfiguring prometheus.smithi093 (dependencies changed)... 2023-12-18T13:11:41.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:41 smithi141 ceph-mon[110549]: pgmap v29: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 689 op/s 2023-12-18T13:11:41.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:41 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:41.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:41 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:41.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:41 smithi141 ceph-mon[110549]: Reconfiguring prometheus.smithi093 (dependencies changed)... 2023-12-18T13:11:41.781 INFO:teuthology.orchestra.run.smithi093.stdout: 5 52221 10.96 MB/sec execute 19 sec latency 108.309 ms 2023-12-18T13:11:42.088 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:42 smithi093 ceph-mon[107718]: Reconfiguring daemon prometheus.smithi093 on smithi093 2023-12-18T13:11:42.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:42 smithi141 ceph-mon[110549]: Reconfiguring daemon prometheus.smithi093 on smithi093 2023-12-18T13:11:42.781 INFO:teuthology.orchestra.run.smithi093.stdout: 5 52444 10.75 MB/sec execute 20 sec latency 149.542 ms 2023-12-18T13:11:43.095 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:43 smithi093 ceph-mon[107718]: pgmap v30: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 494 op/s 2023-12-18T13:11:43.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:43 smithi141 ceph-mon[110549]: pgmap v30: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 494 op/s 2023-12-18T13:11:43.786 INFO:teuthology.orchestra.run.smithi093.stdout: 5 52771 10.63 MB/sec execute 21 sec latency 129.523 ms 2023-12-18T13:11:44.786 INFO:teuthology.orchestra.run.smithi093.stdout: 5 53073 10.43 MB/sec execute 22 sec latency 131.312 ms 2023-12-18T13:11:45.222 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:45 smithi093 ceph-mon[107718]: pgmap v31: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-12-18T13:11:45.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:45 smithi141 ceph-mon[110549]: pgmap v31: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 525 op/s 2023-12-18T13:11:45.786 INFO:teuthology.orchestra.run.smithi093.stdout: 5 53362 10.30 MB/sec execute 23 sec latency 137.735 ms 2023-12-18T13:11:46.786 INFO:teuthology.orchestra.run.smithi093.stdout: 5 53776 10.32 MB/sec execute 24 sec latency 138.419 ms 2023-12-18T13:11:47.279 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:47 smithi093 ceph-mon[107718]: pgmap v32: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 725 op/s 2023-12-18T13:11:47.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:47 smithi141 ceph-mon[110549]: pgmap v32: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 725 op/s 2023-12-18T13:11:47.786 INFO:teuthology.orchestra.run.smithi093.stdout: 5 54052 10.05 MB/sec execute 25 sec latency 124.246 ms 2023-12-18T13:11:48.310 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:48.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:11:48.792 INFO:teuthology.orchestra.run.smithi093.stdout: 5 54409 9.94 MB/sec execute 26 sec latency 123.965 ms 2023-12-18T13:11:49.324 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:49 smithi093 ceph-mon[107718]: pgmap v33: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-12-18T13:11:49.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:49 smithi141 ceph-mon[110549]: pgmap v33: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 460 op/s 2023-12-18T13:11:49.792 INFO:teuthology.orchestra.run.smithi093.stdout: 5 54729 9.89 MB/sec execute 27 sec latency 138.201 ms 2023-12-18T13:11:50.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 55194 10.09 MB/sec execute 28 sec latency 124.468 ms 2023-12-18T13:11:51.134 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:51 smithi093 ceph-mon[107718]: pgmap v34: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 664 op/s 2023-12-18T13:11:51.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:51 smithi141 ceph-mon[110549]: pgmap v34: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 664 op/s 2023-12-18T13:11:51.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 55624 10.46 MB/sec execute 29 sec latency 129.703 ms 2023-12-18T13:11:52.410 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:52 smithi093 ceph-mon[107718]: pgmap v35: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-12-18T13:11:52.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:52 smithi141 ceph-mon[110549]: pgmap v35: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-12-18T13:11:52.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 55912 10.31 MB/sec execute 30 sec latency 129.685 ms 2023-12-18T13:11:53.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 56199 10.15 MB/sec execute 31 sec latency 142.651 ms 2023-12-18T13:11:54.683 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:11:54.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:54 smithi093 ceph-mon[107718]: pgmap v36: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 478 op/s 2023-12-18T13:11:54.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 56476 9.96 MB/sec execute 32 sec latency 124.567 ms 2023-12-18T13:11:54.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:54 smithi141 ceph-mon[110549]: pgmap v36: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 478 op/s 2023-12-18T13:11:55.561 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:11:55.561 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:11:55.561 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (6m) 57s ago 6m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:11:55.561 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (6m) 53s ago 6m 7151k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:11:55.561 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 starting - - - - 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (2m) 57s ago 2m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (2m) 53s ago 2m 14.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (7m) 57s ago 7m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (76s) 53s ago 6m 497M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (7m) 57s ago 7m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (6m) 53s ago 6m 62.0M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (2m) 57s ago 2m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (2m) 53s ago 2m 76.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 starting - - - - 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (6m) 53s ago 6m 24.3M - 1.3.1 1dbe0e931976 6495f66ec5d8 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (5m) 57s ago 5m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (5m) 57s ago 5m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (5m) 57s ago 5m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (4m) 57s ago 4m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (4m) 53s ago 4m 502M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:11:55.562 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (4m) 53s ago 4m 557M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:11:55.563 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (4m) 53s ago 4m 587M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:11:55.563 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (3m) 53s ago 3m 850M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:11:55.563 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 starting - - - - 2023-12-18T13:11:55.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 56711 9.84 MB/sec execute 33 sec latency 123.858 ms 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:56.075 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:11:56.076 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:11:56.076 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:11:56.076 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:11:56.076 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:11:56.076 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:11:56.076 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:11:56.076 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:11:56.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:56 smithi093 ceph-mon[107718]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:56.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:56 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:56.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:56 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:56.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:56 smithi093 ceph-mon[107718]: Reconfiguring node-exporter.smithi141 (dependencies changed)... 2023-12-18T13:11:56.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:56 smithi093 ceph-mon[107718]: Reconfiguring daemon node-exporter.smithi141 on smithi141 2023-12-18T13:11:56.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:56 smithi093 ceph-mon[107718]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:56.318 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:56 smithi141 ceph-mon[110549]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:56.318 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:56 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:56.318 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:56 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:56.318 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:56 smithi141 ceph-mon[110549]: Reconfiguring node-exporter.smithi141 (dependencies changed)... 2023-12-18T13:11:56.318 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:56 smithi141 ceph-mon[110549]: Reconfiguring daemon node-exporter.smithi141 on smithi141 2023-12-18T13:11:56.318 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:56 smithi141 ceph-mon[110549]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:56.541 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:11:56.541 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:11:56.541 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:11:56.541 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:11:56.541 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:11:56.541 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:11:56.542 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:11:56.542 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:11:56.542 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:11:56.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 56999 9.81 MB/sec execute 34 sec latency 126.879 ms 2023-12-18T13:11:57.079 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:11:57.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: pgmap v37: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.5 MiB/s wr, 616 op/s 2023-12-18T13:11:57.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:57.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3152810557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:11:57.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.277 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.278 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:57 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:11:57.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: pgmap v37: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.5 MiB/s wr, 616 op/s 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3152810557' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:57.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:57 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:11:57.793 INFO:teuthology.orchestra.run.smithi093.stdout: 5 57389 9.76 MB/sec execute 35 sec latency 123.781 ms 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi141.aezfpw) 2023-12-18T13:11:58.282 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi141.aezfpw) 2023-12-18T13:11:58.283 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:58.283 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:58 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2751222375' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:11:58.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi093.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi093.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi093.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: Upgrade: Need to upgrade myself (mgr.smithi141.aezfpw) 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: Upgrade: Need to upgrade myself (mgr.smithi141.aezfpw) 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:11:58.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:58 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2751222375' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:11:58.807 INFO:teuthology.orchestra.run.smithi093.stdout: 5 57740 9.74 MB/sec execute 36 sec latency 201.199 ms 2023-12-18T13:11:59.328 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: pgmap v38: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-18T13:11:59.328 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: Upgrade: Updating mgr.smithi093.pvrqem 2023-12-18T13:11:59.328 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:59.328 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.pvrqem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:11:59.328 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.pvrqem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:11:59.328 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:11:59.329 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:11:59.329 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:11:59 smithi093 ceph-mon[107718]: Deploying daemon mgr.smithi093.pvrqem on smithi093 2023-12-18T13:11:59.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: pgmap v38: 97 pgs: 97 active+clean; 314 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-18T13:11:59.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: Upgrade: Updating mgr.smithi093.pvrqem 2023-12-18T13:11:59.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:11:59.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.pvrqem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:11:59.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi093.pvrqem", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T13:11:59.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T13:11:59.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:11:59.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:11:59 smithi141 ceph-mon[110549]: Deploying daemon mgr.smithi093.pvrqem on smithi093 2023-12-18T13:11:59.810 INFO:teuthology.orchestra.run.smithi093.stdout: 5 58064 9.71 MB/sec execute 37 sec latency 129.759 ms 2023-12-18T13:12:00.811 INFO:teuthology.orchestra.run.smithi093.stdout: 5 58489 9.82 MB/sec execute 38 sec latency 126.941 ms 2023-12-18T13:12:01.115 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:01 smithi093 ceph-mon[107718]: pgmap v39: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 603 op/s 2023-12-18T13:12:01.350 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:01 smithi141 ceph-mon[110549]: pgmap v39: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 603 op/s 2023-12-18T13:12:01.813 INFO:teuthology.orchestra.run.smithi093.stdout: 5 58827 9.83 MB/sec execute 39 sec latency 130.325 ms 2023-12-18T13:12:02.402 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:02 smithi093 ceph-mon[107718]: pgmap v40: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-18T13:12:02.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:02 smithi141 ceph-mon[110549]: pgmap v40: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-12-18T13:12:02.813 INFO:teuthology.orchestra.run.smithi093.stdout: 5 59161 9.95 MB/sec execute 40 sec latency 137.799 ms 2023-12-18T13:12:03.419 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:03.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:03.822 INFO:teuthology.orchestra.run.smithi093.stdout: 5 59542 9.88 MB/sec execute 41 sec latency 105.875 ms 2023-12-18T13:12:04.448 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:04 smithi093 ceph-mon[107718]: pgmap v41: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-18T13:12:04.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:04 smithi141 ceph-mon[110549]: pgmap v41: 97 pgs: 97 active+clean; 317 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-18T13:12:04.822 INFO:teuthology.orchestra.run.smithi093.stdout: 5 60003 9.84 MB/sec execute 42 sec latency 138.291 ms 2023-12-18T13:12:05.822 INFO:teuthology.orchestra.run.smithi093.stdout: 5 60413 9.86 MB/sec execute 43 sec latency 135.365 ms 2023-12-18T13:12:06.747 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:06 smithi093 ceph-mon[107718]: pgmap v42: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 565 op/s 2023-12-18T13:12:06.822 INFO:teuthology.orchestra.run.smithi093.stdout: 5 60772 9.84 MB/sec execute 44 sec latency 160.077 ms 2023-12-18T13:12:07.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:06 smithi141 ceph-mon[110549]: pgmap v42: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.0 MiB/s wr, 565 op/s 2023-12-18T13:12:07.829 INFO:teuthology.orchestra.run.smithi093.stdout: 5 61254 9.85 MB/sec execute 45 sec latency 108.190 ms 2023-12-18T13:12:08.788 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:08 smithi093 ceph-mon[107718]: pgmap v43: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 396 op/s 2023-12-18T13:12:08.829 INFO:teuthology.orchestra.run.smithi093.stdout: 5 61669 9.98 MB/sec execute 46 sec latency 98.872 ms 2023-12-18T13:12:09.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:08 smithi141 ceph-mon[110549]: pgmap v43: 97 pgs: 97 active+clean; 326 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 396 op/s 2023-12-18T13:12:09.830 INFO:teuthology.orchestra.run.smithi093.stdout: 5 62026 9.95 MB/sec execute 47 sec latency 130.116 ms 2023-12-18T13:12:10.819 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:10 smithi093 ceph-mon[107718]: pgmap v44: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 649 op/s 2023-12-18T13:12:10.836 INFO:teuthology.orchestra.run.smithi093.stdout: 5 62425 10.02 MB/sec execute 48 sec latency 108.856 ms 2023-12-18T13:12:11.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:10 smithi141 ceph-mon[110549]: pgmap v44: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 649 op/s 2023-12-18T13:12:11.837 INFO:teuthology.orchestra.run.smithi093.stdout: 5 62815 10.07 MB/sec execute 49 sec latency 141.386 ms 2023-12-18T13:12:12.350 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:12 smithi093 ceph-mon[107718]: pgmap v45: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 462 op/s 2023-12-18T13:12:12.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:12 smithi141 ceph-mon[110549]: pgmap v45: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 462 op/s 2023-12-18T13:12:12.837 INFO:teuthology.orchestra.run.smithi093.stdout: 5 63111 10.04 MB/sec execute 50 sec latency 129.751 ms 2023-12-18T13:12:13.842 INFO:teuthology.orchestra.run.smithi093.stdout: 5 63503 10.01 MB/sec execute 51 sec latency 123.549 ms 2023-12-18T13:12:14.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:14 smithi093 ceph-mon[107718]: pgmap v46: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.3 MiB/s wr, 483 op/s 2023-12-18T13:12:14.842 INFO:teuthology.orchestra.run.smithi093.stdout: 5 63824 9.88 MB/sec execute 52 sec latency 130.566 ms 2023-12-18T13:12:15.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:14 smithi141 ceph-mon[110549]: pgmap v46: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.3 MiB/s wr, 483 op/s 2023-12-18T13:12:15.842 INFO:teuthology.orchestra.run.smithi093.stdout: 5 64157 9.88 MB/sec execute 53 sec latency 132.385 ms 2023-12-18T13:12:16.673 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:16 smithi093 ceph-mon[107718]: pgmap v47: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 617 op/s 2023-12-18T13:12:16.842 INFO:teuthology.orchestra.run.smithi093.stdout: 5 64537 10.01 MB/sec execute 54 sec latency 131.066 ms 2023-12-18T13:12:17.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:16 smithi141 ceph-mon[110549]: pgmap v47: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 617 op/s 2023-12-18T13:12:17.842 INFO:teuthology.orchestra.run.smithi093.stdout: 5 64922 9.98 MB/sec execute 55 sec latency 111.948 ms 2023-12-18T13:12:18.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:18 smithi093 ceph-mon[107718]: pgmap v48: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-18T13:12:18.715 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:18.842 INFO:teuthology.orchestra.run.smithi093.stdout: 5 65290 9.93 MB/sec execute 56 sec latency 123.554 ms 2023-12-18T13:12:19.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:18 smithi141 ceph-mon[110549]: pgmap v48: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-18T13:12:19.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:19.843 INFO:teuthology.orchestra.run.smithi093.stdout: 5 65661 9.91 MB/sec execute 57 sec latency 148.890 ms 2023-12-18T13:12:20.760 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:20 smithi093 ceph-mon[107718]: pgmap v49: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 764 op/s 2023-12-18T13:12:20.761 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:20 smithi093 ceph-mon[107718]: mgrmap e29: smithi141.aezfpw(active, since 92s), standbys: smithi093.pvrqem 2023-12-18T13:12:20.844 INFO:teuthology.orchestra.run.smithi093.stdout: 5 66144 10.02 MB/sec execute 58 sec latency 98.364 ms 2023-12-18T13:12:21.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:20 smithi141 ceph-mon[110549]: pgmap v49: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 764 op/s 2023-12-18T13:12:21.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:20 smithi141 ceph-mon[110549]: mgrmap e29: smithi141.aezfpw(active, since 92s), standbys: smithi093.pvrqem 2023-12-18T13:12:21.844 INFO:teuthology.orchestra.run.smithi093.stdout: 5 66517 10.06 MB/sec execute 59 sec latency 125.975 ms 2023-12-18T13:12:22.274 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:22 smithi093 ceph-mon[107718]: pgmap v50: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 511 op/s 2023-12-18T13:12:22.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:22 smithi141 ceph-mon[110549]: pgmap v50: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 511 op/s 2023-12-18T13:12:22.844 INFO:teuthology.orchestra.run.smithi093.stdout: 5 66908 10.02 MB/sec execute 60 sec latency 88.032 ms 2023-12-18T13:12:23.844 INFO:teuthology.orchestra.run.smithi093.stdout: 5 67364 10.01 MB/sec execute 61 sec latency 118.171 ms 2023-12-18T13:12:24.844 INFO:teuthology.orchestra.run.smithi093.stdout: 5 67766 10.08 MB/sec execute 62 sec latency 126.377 ms 2023-12-18T13:12:24.848 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:24 smithi093 ceph-mon[107718]: pgmap v51: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-12-18T13:12:25.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:24 smithi141 ceph-mon[110549]: pgmap v51: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-12-18T13:12:25.844 INFO:teuthology.orchestra.run.smithi093.stdout: 5 68260 10.13 MB/sec execute 63 sec latency 126.710 ms 2023-12-18T13:12:26.850 INFO:teuthology.orchestra.run.smithi093.stdout: 5 68660 10.11 MB/sec execute 64 sec latency 140.680 ms 2023-12-18T13:12:26.885 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:26 smithi093 ceph-mon[107718]: pgmap v52: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 729 op/s 2023-12-18T13:12:27.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:26 smithi141 ceph-mon[110549]: pgmap v52: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 729 op/s 2023-12-18T13:12:27.563 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:12:27.850 INFO:teuthology.orchestra.run.smithi093.stdout: 5 68968 10.06 MB/sec execute 65 sec latency 137.092 ms 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (7m) 90s ago 7m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (6m) 86s ago 6m 7151k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 starting - - - - 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (3m) 90s ago 3m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (3m) 86s ago 3m 14.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (8m) 90s ago 8m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (109s) 86s ago 6m 497M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:12:28.397 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (8m) 90s ago 8m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (6m) 86s ago 6m 62.0M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (3m) 90s ago 3m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (3m) 86s ago 3m 76.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 starting - - - - 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 starting - - - - 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (6m) 90s ago 6m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (5m) 90s ago 5m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (5m) 90s ago 5m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (5m) 90s ago 5m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (5m) 86s ago 5m 502M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (4m) 86s ago 4m 557M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (4m) 86s ago 4m 587M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (4m) 86s ago 4m 850M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:12:28.398 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 starting - - - - 2023-12-18T13:12:28.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:28 smithi093 ceph-mon[107718]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:28.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:28 smithi093 ceph-mon[107718]: pgmap v53: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 526 op/s 2023-12-18T13:12:28.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:28 smithi093 ceph-mon[107718]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:28.850 INFO:teuthology.orchestra.run.smithi093.stdout: 5 69353 10.10 MB/sec execute 66 sec latency 130.117 ms 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:12:29.006 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:12:29.007 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:12:29.007 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:12:29.007 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:12:29.007 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:12:29.007 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:12:29.007 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:12:29.007 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:12:29.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:28 smithi141 ceph-mon[110549]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:29.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:28 smithi141 ceph-mon[110549]: pgmap v53: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 526 op/s 2023-12-18T13:12:29.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:28 smithi141 ceph-mon[110549]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:29.506 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:12:29.506 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:12:29.506 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:12:29.507 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:12:29.507 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:12:29.507 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:12:29.507 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:12:29.507 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:12:29.507 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:12:29.692 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:29 smithi093 ceph-mon[107718]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:29.692 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:29 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2674667139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:12:29.858 INFO:teuthology.orchestra.run.smithi093.stdout: 5 69798 10.12 MB/sec execute 67 sec latency 108.319 ms 2023-12-18T13:12:30.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:29 smithi141 ceph-mon[110549]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:30.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:29 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2674667139' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:12:30.139 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:12:30.698 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:30 smithi093 ceph-mon[107718]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:30.698 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:30 smithi093 ceph-mon[107718]: pgmap v54: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.1 MiB/s wr, 773 op/s 2023-12-18T13:12:30.698 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:30 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2789958829' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:12:30.862 INFO:teuthology.orchestra.run.smithi093.stdout: 5 70238 10.15 MB/sec execute 68 sec latency 130.819 ms 2023-12-18T13:12:31.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:30 smithi141 ceph-mon[110549]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:12:31.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:30 smithi141 ceph-mon[110549]: pgmap v54: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.1 MiB/s wr, 773 op/s 2023-12-18T13:12:31.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:30 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2789958829' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:12:31.862 INFO:teuthology.orchestra.run.smithi093.stdout: 5 70665 10.13 MB/sec execute 69 sec latency 130.179 ms 2023-12-18T13:12:32.461 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:32 smithi093 ceph-mon[107718]: pgmap v55: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-18T13:12:32.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:32 smithi141 ceph-mon[110549]: pgmap v55: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-18T13:12:32.866 INFO:teuthology.orchestra.run.smithi093.stdout: 5 70971 10.13 MB/sec execute 70 sec latency 126.601 ms 2023-12-18T13:12:33.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:33.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:33.866 INFO:teuthology.orchestra.run.smithi093.stdout: 5 71306 10.16 MB/sec execute 71 sec latency 144.126 ms 2023-12-18T13:12:34.333 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:34 smithi093 ceph-mon[107718]: pgmap v56: 97 pgs: 97 active+clean; 344 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.5 MiB/s wr, 508 op/s 2023-12-18T13:12:34.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:34 smithi141 ceph-mon[110549]: pgmap v56: 97 pgs: 97 active+clean; 344 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.5 MiB/s wr, 508 op/s 2023-12-18T13:12:34.866 INFO:teuthology.orchestra.run.smithi093.stdout: 5 71649 10.18 MB/sec execute 72 sec latency 134.091 ms 2023-12-18T13:12:35.866 INFO:teuthology.orchestra.run.smithi093.stdout: 5 72036 10.13 MB/sec execute 73 sec latency 130.556 ms 2023-12-18T13:12:36.866 INFO:teuthology.orchestra.run.smithi093.stdout: 5 72321 10.07 MB/sec execute 74 sec latency 143.305 ms 2023-12-18T13:12:36.880 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:36 smithi093 ceph-mon[107718]: pgmap v57: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 700 op/s 2023-12-18T13:12:37.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:36 smithi141 ceph-mon[110549]: pgmap v57: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 700 op/s 2023-12-18T13:12:37.867 INFO:teuthology.orchestra.run.smithi093.stdout: 5 72754 10.13 MB/sec execute 75 sec latency 129.672 ms 2023-12-18T13:12:38.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:38 smithi093 ceph-mon[107718]: pgmap v58: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2023-12-18T13:12:38.866 INFO:teuthology.orchestra.run.smithi093.stdout: 5 73222 10.15 MB/sec execute 76 sec latency 123.640 ms 2023-12-18T13:12:39.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:38 smithi141 ceph-mon[110549]: pgmap v58: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2023-12-18T13:12:39.877 INFO:teuthology.orchestra.run.smithi093.stdout: 5 73480 10.12 MB/sec execute 77 sec latency 126.743 ms 2023-12-18T13:12:40.740 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:40 smithi093 ceph-mon[107718]: pgmap v59: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.3 MiB/s wr, 697 op/s 2023-12-18T13:12:40.877 INFO:teuthology.orchestra.run.smithi093.stdout: 5 73866 10.07 MB/sec execute 78 sec latency 136.759 ms 2023-12-18T13:12:41.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:40 smithi141 ceph-mon[110549]: pgmap v59: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.3 MiB/s wr, 697 op/s 2023-12-18T13:12:41.877 INFO:teuthology.orchestra.run.smithi093.stdout: 5 74271 10.07 MB/sec execute 79 sec latency 132.524 ms 2023-12-18T13:12:42.510 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:42 smithi093 ceph-mon[107718]: pgmap v60: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 450 op/s 2023-12-18T13:12:42.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:42 smithi141 ceph-mon[110549]: pgmap v60: 97 pgs: 97 active+clean; 343 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 450 op/s 2023-12-18T13:12:42.877 INFO:teuthology.orchestra.run.smithi093.stdout: 5 74673 10.10 MB/sec execute 80 sec latency 102.424 ms 2023-12-18T13:12:43.878 INFO:teuthology.orchestra.run.smithi093.stdout: 5 75073 10.15 MB/sec execute 81 sec latency 120.232 ms 2023-12-18T13:12:44.824 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:44 smithi093 ceph-mon[107718]: pgmap v61: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-12-18T13:12:44.878 INFO:teuthology.orchestra.run.smithi093.stdout: 5 75539 10.15 MB/sec execute 82 sec latency 127.063 ms 2023-12-18T13:12:45.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:44 smithi141 ceph-mon[110549]: pgmap v61: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-12-18T13:12:45.878 INFO:teuthology.orchestra.run.smithi093.stdout: 5 75836 10.15 MB/sec execute 83 sec latency 136.927 ms 2023-12-18T13:12:46.875 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:46 smithi093 ceph-mon[107718]: pgmap v62: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 660 op/s 2023-12-18T13:12:46.882 INFO:teuthology.orchestra.run.smithi093.stdout: 5 76165 10.14 MB/sec execute 84 sec latency 143.912 ms 2023-12-18T13:12:47.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:46 smithi141 ceph-mon[110549]: pgmap v62: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 660 op/s 2023-12-18T13:12:47.878 INFO:teuthology.orchestra.run.smithi093.stdout: 5 76484 10.15 MB/sec execute 85 sec latency 139.979 ms 2023-12-18T13:12:48.669 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:48 smithi093 ceph-mon[107718]: pgmap v63: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-18T13:12:48.669 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:48.878 INFO:teuthology.orchestra.run.smithi093.stdout: 5 76789 10.15 MB/sec execute 86 sec latency 126.589 ms 2023-12-18T13:12:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:48 smithi141 ceph-mon[110549]: pgmap v63: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-12-18T13:12:49.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:12:49.878 INFO:teuthology.orchestra.run.smithi093.stdout: 5 77131 10.05 MB/sec execute 87 sec latency 136.306 ms 2023-12-18T13:12:50.701 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:50 smithi093 ceph-mon[107718]: pgmap v64: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.9 MiB/s wr, 657 op/s 2023-12-18T13:12:50.881 INFO:teuthology.orchestra.run.smithi093.stdout: 5 77495 9.99 MB/sec execute 88 sec latency 119.081 ms 2023-12-18T13:12:51.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:50 smithi141 ceph-mon[110549]: pgmap v64: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.9 MiB/s wr, 657 op/s 2023-12-18T13:12:51.891 INFO:teuthology.orchestra.run.smithi093.stdout: 5 77754 9.98 MB/sec execute 89 sec latency 129.793 ms 2023-12-18T13:12:52.469 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:52 smithi093 ceph-mon[107718]: pgmap v65: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 442 op/s 2023-12-18T13:12:52.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:52 smithi141 ceph-mon[110549]: pgmap v65: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 442 op/s 2023-12-18T13:12:52.891 INFO:teuthology.orchestra.run.smithi093.stdout: 5 78207 10.05 MB/sec execute 90 sec latency 128.845 ms 2023-12-18T13:12:53.891 INFO:teuthology.orchestra.run.smithi093.stdout: 5 78711 10.07 MB/sec execute 91 sec latency 123.871 ms 2023-12-18T13:12:54.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:54 smithi093 ceph-mon[107718]: pgmap v66: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 511 op/s 2023-12-18T13:12:54.891 INFO:teuthology.orchestra.run.smithi093.stdout: 5 79059 10.08 MB/sec execute 92 sec latency 138.014 ms 2023-12-18T13:12:55.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:54 smithi141 ceph-mon[110549]: pgmap v66: 97 pgs: 97 active+clean; 340 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 511 op/s 2023-12-18T13:12:55.892 INFO:teuthology.orchestra.run.smithi093.stdout: 5 79453 10.11 MB/sec execute 93 sec latency 133.685 ms 2023-12-18T13:12:56.759 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:56 smithi093 ceph-mon[107718]: pgmap v67: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 581 op/s 2023-12-18T13:12:56.891 INFO:teuthology.orchestra.run.smithi093.stdout: 5 79881 10.14 MB/sec execute 94 sec latency 129.863 ms 2023-12-18T13:12:57.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:56 smithi141 ceph-mon[110549]: pgmap v67: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 581 op/s 2023-12-18T13:12:57.898 INFO:teuthology.orchestra.run.smithi093.stdout: 5 80255 10.15 MB/sec execute 95 sec latency 88.548 ms 2023-12-18T13:12:58.781 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:12:58 smithi093 ceph-mon[107718]: pgmap v68: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-12-18T13:12:58.898 INFO:teuthology.orchestra.run.smithi093.stdout: 5 80618 10.11 MB/sec execute 96 sec latency 108.433 ms 2023-12-18T13:12:59.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:12:58 smithi141 ceph-mon[110549]: pgmap v68: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-12-18T13:12:59.899 INFO:teuthology.orchestra.run.smithi093.stdout: 5 81021 10.08 MB/sec execute 97 sec latency 138.202 ms 2023-12-18T13:13:00.594 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:13:00.835 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:00 smithi093 ceph-mon[107718]: pgmap v69: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.0 MiB/s wr, 666 op/s 2023-12-18T13:13:00.907 INFO:teuthology.orchestra.run.smithi093.stdout: 5 81425 10.08 MB/sec execute 98 sec latency 124.046 ms 2023-12-18T13:13:01.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:00 smithi141 ceph-mon[110549]: pgmap v69: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.0 MiB/s wr, 666 op/s 2023-12-18T13:13:01.483 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:13:01.483 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:13:01.483 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (7m) 2m ago 7m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:13:01.483 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (7m) 119s ago 7m 7151k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:13:01.483 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 starting - - - - 2023-12-18T13:13:01.483 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (4m) 2m ago 4m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (3m) 119s ago 3m 14.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (8m) 2m ago 8m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (2m) 119s ago 7m 497M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (9m) 2m ago 9m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (7m) 119s ago 7m 62.0M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (3m) 2m ago 3m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (3m) 119s ago 3m 76.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 starting - - - - 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 starting - - - - 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (6m) 2m ago 6m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (6m) 2m ago 6m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (6m) 2m ago 6m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (5m) 2m ago 5m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:13:01.484 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (5m) 119s ago 5m 502M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:13:01.485 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (5m) 119s ago 5m 557M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:13:01.485 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (5m) 119s ago 5m 587M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:13:01.485 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (4m) 119s ago 4m 850M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:13:01.485 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 starting - - - - 2023-12-18T13:13:01.888 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:01 smithi093 ceph-mon[107718]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:01.888 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:01 smithi093 ceph-mon[107718]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:01.907 INFO:teuthology.orchestra.run.smithi093.stdout: 5 81772 10.07 MB/sec execute 99 sec latency 149.244 ms 2023-12-18T13:13:02.036 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:13:02.037 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:02.038 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:13:02.038 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:13:02.038 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:13:02.038 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:13:02.038 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:13:02.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:01 smithi141 ceph-mon[110549]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:02.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:01 smithi141 ceph-mon[110549]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:02.524 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:13:02.524 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:13:02.524 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:13:02.525 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:13:02.525 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:13:02.525 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:13:02.525 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:13:02.525 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:13:02.525 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:13:02.913 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:02 smithi093 ceph-mon[107718]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:02.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:02 smithi093 ceph-mon[107718]: pgmap v70: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2023-12-18T13:13:02.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:02 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4089296875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:13:02.914 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:02 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:02.918 INFO:teuthology.orchestra.run.smithi093.stdout: 5 82255 10.16 MB/sec execute 100 sec latency 137.879 ms 2023-12-18T13:13:03.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:02 smithi141 ceph-mon[110549]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:03.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:02 smithi141 ceph-mon[110549]: pgmap v70: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2023-12-18T13:13:03.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:02 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/4089296875' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:13:03.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:02 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:03.104 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:13:03.918 INFO:teuthology.orchestra.run.smithi093.stdout: 5 82604 10.16 MB/sec execute 101 sec latency 129.339 ms 2023-12-18T13:13:03.941 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:03 smithi093 ceph-mon[107718]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:03.941 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:03 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1289637134' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:13:04.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:03 smithi141 ceph-mon[110549]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:04.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:03 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1289637134' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:13:04.918 INFO:teuthology.orchestra.run.smithi093.stdout: 5 82993 10.14 MB/sec execute 102 sec latency 127.893 ms 2023-12-18T13:13:04.948 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:04 smithi093 ceph-mon[107718]: pgmap v71: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.6 MiB/s wr, 588 op/s 2023-12-18T13:13:05.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:04 smithi141 ceph-mon[110549]: pgmap v71: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.6 MiB/s wr, 588 op/s 2023-12-18T13:13:05.918 INFO:teuthology.orchestra.run.smithi093.stdout: 5 83330 10.16 MB/sec execute 103 sec latency 108.233 ms 2023-12-18T13:13:06.919 INFO:teuthology.orchestra.run.smithi093.stdout: 5 83656 10.11 MB/sec execute 104 sec latency 89.940 ms 2023-12-18T13:13:06.984 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:06 smithi093 ceph-mon[107718]: pgmap v72: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 621 op/s 2023-12-18T13:13:07.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:06 smithi141 ceph-mon[110549]: pgmap v72: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 621 op/s 2023-12-18T13:13:07.919 INFO:teuthology.orchestra.run.smithi093.stdout: 5 84050 10.13 MB/sec execute 105 sec latency 122.189 ms 2023-12-18T13:13:08.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:08 smithi093 ceph-mon[107718]: pgmap v73: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-18T13:13:08.924 INFO:teuthology.orchestra.run.smithi093.stdout: 5 84405 10.07 MB/sec execute 106 sec latency 126.758 ms 2023-12-18T13:13:09.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:08 smithi141 ceph-mon[110549]: pgmap v73: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 474 op/s 2023-12-18T13:13:09.924 INFO:teuthology.orchestra.run.smithi093.stdout: 5 84749 10.08 MB/sec execute 107 sec latency 123.235 ms 2023-12-18T13:13:10.823 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:10 smithi093 ceph-mon[107718]: pgmap v74: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 691 op/s 2023-12-18T13:13:10.924 INFO:teuthology.orchestra.run.smithi093.stdout: 5 85114 10.08 MB/sec execute 108 sec latency 126.518 ms 2023-12-18T13:13:11.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:10 smithi141 ceph-mon[110549]: pgmap v74: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 691 op/s 2023-12-18T13:13:11.926 INFO:teuthology.orchestra.run.smithi093.stdout: 5 85499 10.06 MB/sec execute 109 sec latency 138.964 ms 2023-12-18T13:13:12.337 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:12 smithi093 ceph-mon[107718]: pgmap v75: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-12-18T13:13:12.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:12 smithi141 ceph-mon[110549]: pgmap v75: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-12-18T13:13:12.929 INFO:teuthology.orchestra.run.smithi093.stdout: 5 85959 10.14 MB/sec execute 110 sec latency 120.876 ms 2023-12-18T13:13:13.929 INFO:teuthology.orchestra.run.smithi093.stdout: 5 86328 10.15 MB/sec execute 111 sec latency 139.524 ms 2023-12-18T13:13:14.627 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:14 smithi093 ceph-mon[107718]: pgmap v76: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-18T13:13:14.933 INFO:teuthology.orchestra.run.smithi093.stdout: 5 86665 10.14 MB/sec execute 112 sec latency 117.388 ms 2023-12-18T13:13:15.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:14 smithi141 ceph-mon[110549]: pgmap v76: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-18T13:13:15.942 INFO:teuthology.orchestra.run.smithi093.stdout: 5 86989 10.12 MB/sec execute 113 sec latency 130.117 ms 2023-12-18T13:13:16.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:16 smithi093 ceph-mon[107718]: pgmap v77: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-18T13:13:16.942 INFO:teuthology.orchestra.run.smithi093.stdout: 5 87400 10.13 MB/sec execute 114 sec latency 129.416 ms 2023-12-18T13:13:17.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:16 smithi141 ceph-mon[110549]: pgmap v77: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-18T13:13:17.942 INFO:teuthology.orchestra.run.smithi093.stdout: 5 87749 10.10 MB/sec execute 115 sec latency 117.782 ms 2023-12-18T13:13:18.696 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:18 smithi093 ceph-mon[107718]: pgmap v78: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2023-12-18T13:13:18.696 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:18.948 INFO:teuthology.orchestra.run.smithi093.stdout: 5 88196 10.08 MB/sec execute 116 sec latency 119.993 ms 2023-12-18T13:13:19.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:18 smithi141 ceph-mon[110549]: pgmap v78: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2023-12-18T13:13:19.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:19.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 88555 10.05 MB/sec execute 117 sec latency 209.520 ms 2023-12-18T13:13:20.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:20 smithi093 ceph-mon[107718]: pgmap v79: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 671 op/s 2023-12-18T13:13:20.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 88936 10.07 MB/sec execute 118 sec latency 123.839 ms 2023-12-18T13:13:21.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:20 smithi141 ceph-mon[110549]: pgmap v79: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 671 op/s 2023-12-18T13:13:21.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 89348 10.11 MB/sec execute 119 sec latency 150.953 ms 2023-12-18T13:13:22.535 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:22 smithi093 ceph-mon[107718]: pgmap v80: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-12-18T13:13:22.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:22 smithi141 ceph-mon[110549]: pgmap v80: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.6 MiB/s wr, 455 op/s 2023-12-18T13:13:22.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 89726 10.14 MB/sec execute 120 sec latency 139.122 ms 2023-12-18T13:13:23.953 INFO:teuthology.orchestra.run.smithi093.stdout: 5 90020 10.13 MB/sec execute 121 sec latency 140.073 ms 2023-12-18T13:13:24.660 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:24 smithi093 ceph-mon[107718]: pgmap v81: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.1 MiB/s wr, 628 op/s 2023-12-18T13:13:24.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 90226 10.10 MB/sec execute 122 sec latency 126.976 ms 2023-12-18T13:13:25.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:24 smithi141 ceph-mon[110549]: pgmap v81: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.1 MiB/s wr, 628 op/s 2023-12-18T13:13:25.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 90587 10.09 MB/sec execute 123 sec latency 135.992 ms 2023-12-18T13:13:26.706 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:26 smithi093 ceph-mon[107718]: pgmap v82: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-12-18T13:13:26.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 90914 10.09 MB/sec execute 124 sec latency 140.719 ms 2023-12-18T13:13:27.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:26 smithi141 ceph-mon[110549]: pgmap v82: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-12-18T13:13:27.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 91254 10.06 MB/sec execute 125 sec latency 99.176 ms 2023-12-18T13:13:28.758 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:28 smithi093 ceph-mon[107718]: pgmap v83: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T13:13:28.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 91600 10.02 MB/sec execute 126 sec latency 114.853 ms 2023-12-18T13:13:29.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:28 smithi141 ceph-mon[110549]: pgmap v83: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T13:13:29.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 91888 10.00 MB/sec execute 127 sec latency 126.470 ms 2023-12-18T13:13:30.789 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:30 smithi093 ceph-mon[107718]: pgmap v84: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 640 op/s 2023-12-18T13:13:30.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 92340 9.99 MB/sec execute 128 sec latency 150.301 ms 2023-12-18T13:13:31.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:30 smithi141 ceph-mon[110549]: pgmap v84: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 640 op/s 2023-12-18T13:13:31.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 92651 9.97 MB/sec execute 129 sec latency 130.038 ms 2023-12-18T13:13:32.323 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:32 smithi093 ceph-mon[107718]: pgmap v85: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T13:13:32.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:32 smithi141 ceph-mon[110549]: pgmap v85: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T13:13:32.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 93035 10.01 MB/sec execute 130 sec latency 123.089 ms 2023-12-18T13:13:33.367 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:33.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:33.607 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:13:33.951 INFO:teuthology.orchestra.run.smithi093.stdout: 5 93350 10.02 MB/sec execute 131 sec latency 134.075 ms 2023-12-18T13:13:34.402 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:34 smithi093 ceph-mon[107718]: pgmap v86: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 476 op/s 2023-12-18T13:13:34.402 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:34 smithi093 ceph-mon[107718]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:34.403 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:34 smithi093 ceph-mon[107718]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:34.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:34 smithi141 ceph-mon[110549]: pgmap v86: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 476 op/s 2023-12-18T13:13:34.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:34 smithi141 ceph-mon[110549]: from='client.24551 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:34.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:34 smithi141 ceph-mon[110549]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (8m) 2m ago 8m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (8m) 2m ago 7m 7151k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 starting - - - - 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (4m) 2m ago 4m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (4m) 2m ago 4m 14.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (9m) 2m ago 9m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (2m) 2m ago 7m 497M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (9m) 2m ago 9m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (7m) 2m ago 7m 62.0M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (4m) 2m ago 4m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (4m) 2m ago 4m 76.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:13:34.604 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 starting - - - - 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 starting - - - - 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (7m) 2m ago 7m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (7m) 2m ago 7m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (6m) 2m ago 6m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (6m) 2m ago 6m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (6m) 2m ago 6m 502M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (5m) 2m ago 5m 557M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (5m) 2m ago 5m 587M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (5m) 2m ago 5m 850M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:13:34.605 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 starting - - - - 2023-12-18T13:13:34.952 INFO:teuthology.orchestra.run.smithi093.stdout: 5 93652 10.06 MB/sec execute 132 sec latency 127.800 ms 2023-12-18T13:13:35.136 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:13:35.137 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:13:35.138 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:13:35.138 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:13:35.138 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:13:35.138 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:13:35.138 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:13:35.138 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:13:35.420 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:35 smithi093 ceph-mon[107718]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:35.420 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:35 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3738228100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:13:35.599 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:13:35.600 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:13:35.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:35 smithi141 ceph-mon[110549]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:35.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:35 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3738228100' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:13:35.952 INFO:teuthology.orchestra.run.smithi093.stdout: 5 93840 10.01 MB/sec execute 133 sec latency 128.291 ms 2023-12-18T13:13:36.157 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:13:36.429 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:36 smithi093 ceph-mon[107718]: pgmap v87: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 450 op/s 2023-12-18T13:13:36.430 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:36 smithi093 ceph-mon[107718]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:36.430 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:36 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1097918246' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:13:36.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:36 smithi141 ceph-mon[110549]: pgmap v87: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 450 op/s 2023-12-18T13:13:36.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:36 smithi141 ceph-mon[110549]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:13:36.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:36 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1097918246' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:13:36.960 INFO:teuthology.orchestra.run.smithi093.stdout: 5 94059 9.97 MB/sec execute 134 sec latency 129.922 ms 2023-12-18T13:13:37.961 INFO:teuthology.orchestra.run.smithi093.stdout: 5 94401 9.94 MB/sec execute 135 sec latency 121.104 ms 2023-12-18T13:13:38.744 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:38 smithi093 ceph-mon[107718]: pgmap v88: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-18T13:13:38.968 INFO:teuthology.orchestra.run.smithi093.stdout: 5 94648 9.91 MB/sec execute 136 sec latency 127.744 ms 2023-12-18T13:13:39.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:38 smithi141 ceph-mon[110549]: pgmap v88: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-18T13:13:39.968 INFO:teuthology.orchestra.run.smithi093.stdout: 5 94938 9.89 MB/sec execute 137 sec latency 129.942 ms 2023-12-18T13:13:40.813 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:40 smithi093 ceph-mon[107718]: pgmap v89: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-12-18T13:13:40.968 INFO:teuthology.orchestra.run.smithi093.stdout: 5 95296 9.87 MB/sec execute 138 sec latency 139.127 ms 2023-12-18T13:13:41.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:40 smithi141 ceph-mon[110549]: pgmap v89: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-12-18T13:13:41.968 INFO:teuthology.orchestra.run.smithi093.stdout: 5 95602 9.83 MB/sec execute 139 sec latency 130.076 ms 2023-12-18T13:13:42.361 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:42 smithi093 ceph-mon[107718]: pgmap v90: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-12-18T13:13:42.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:42 smithi141 ceph-mon[110549]: pgmap v90: 97 pgs: 97 active+clean; 345 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-12-18T13:13:42.968 INFO:teuthology.orchestra.run.smithi093.stdout: 5 95876 9.79 MB/sec execute 140 sec latency 94.855 ms 2023-12-18T13:13:43.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 96175 9.82 MB/sec execute 141 sec latency 126.374 ms 2023-12-18T13:13:44.653 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:44 smithi093 ceph-mon[107718]: pgmap v91: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-18T13:13:44.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 96566 9.84 MB/sec execute 142 sec latency 123.489 ms 2023-12-18T13:13:45.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:44 smithi141 ceph-mon[110549]: pgmap v91: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-18T13:13:45.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 96906 9.85 MB/sec execute 143 sec latency 145.179 ms 2023-12-18T13:13:46.689 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:46 smithi093 ceph-mon[107718]: pgmap v92: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.6 MiB/s wr, 495 op/s 2023-12-18T13:13:46.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 97142 9.85 MB/sec execute 144 sec latency 128.949 ms 2023-12-18T13:13:47.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:46 smithi141 ceph-mon[110549]: pgmap v92: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.6 MiB/s wr, 495 op/s 2023-12-18T13:13:47.963 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:47 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:47.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 97412 9.85 MB/sec execute 145 sec latency 120.661 ms 2023-12-18T13:13:48.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:47 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:13:48.727 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:48 smithi093 ceph-mon[107718]: pgmap v93: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-18T13:13:48.973 INFO:teuthology.orchestra.run.smithi093.stdout: 5 97660 9.83 MB/sec execute 146 sec latency 144.395 ms 2023-12-18T13:13:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:48 smithi141 ceph-mon[110549]: pgmap v93: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.3 MiB/s wr, 348 op/s 2023-12-18T13:13:49.981 INFO:teuthology.orchestra.run.smithi093.stdout: 5 97949 9.78 MB/sec execute 147 sec latency 129.602 ms 2023-12-18T13:13:50.804 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:50 smithi093 ceph-mon[107718]: pgmap v94: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-12-18T13:13:50.981 INFO:teuthology.orchestra.run.smithi093.stdout: 5 98233 9.76 MB/sec execute 148 sec latency 132.896 ms 2023-12-18T13:13:51.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:50 smithi141 ceph-mon[110549]: pgmap v94: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.5 MiB/s wr, 513 op/s 2023-12-18T13:13:51.981 INFO:teuthology.orchestra.run.smithi093.stdout: 5 98588 9.74 MB/sec execute 149 sec latency 130.014 ms 2023-12-18T13:13:52.373 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:52 smithi093 ceph-mon[107718]: pgmap v95: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-12-18T13:13:52.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:52 smithi141 ceph-mon[110549]: pgmap v95: 97 pgs: 97 active+clean; 348 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-12-18T13:13:52.981 INFO:teuthology.orchestra.run.smithi093.stdout: 5 98976 9.74 MB/sec execute 150 sec latency 134.851 ms 2023-12-18T13:13:53.982 INFO:teuthology.orchestra.run.smithi093.stdout: 5 99398 9.74 MB/sec execute 151 sec latency 129.664 ms 2023-12-18T13:13:54.674 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:54 smithi093 ceph-mon[107718]: pgmap v96: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-12-18T13:13:54.991 INFO:teuthology.orchestra.run.smithi093.stdout: 5 99776 9.74 MB/sec execute 152 sec latency 126.361 ms 2023-12-18T13:13:55.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:54 smithi141 ceph-mon[110549]: pgmap v96: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 4.6 MiB/s wr, 465 op/s 2023-12-18T13:13:55.991 INFO:teuthology.orchestra.run.smithi093.stdout: 5 100141 9.76 MB/sec execute 153 sec latency 108.186 ms 2023-12-18T13:13:56.724 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:56 smithi093 ceph-mon[107718]: pgmap v97: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.8 MiB/s wr, 493 op/s 2023-12-18T13:13:56.991 INFO:teuthology.orchestra.run.smithi093.stdout: 5 100479 9.78 MB/sec execute 154 sec latency 138.504 ms 2023-12-18T13:13:57.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:56 smithi141 ceph-mon[110549]: pgmap v97: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.8 MiB/s wr, 493 op/s 2023-12-18T13:13:57.991 INFO:teuthology.orchestra.run.smithi093.stdout: 5 100850 9.81 MB/sec execute 155 sec latency 143.919 ms 2023-12-18T13:13:58.770 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:13:58 smithi093 ceph-mon[107718]: pgmap v98: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T13:13:58.991 INFO:teuthology.orchestra.run.smithi093.stdout: 5 101096 9.80 MB/sec execute 156 sec latency 127.848 ms 2023-12-18T13:13:59.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:13:58 smithi141 ceph-mon[110549]: pgmap v98: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T13:13:59.996 INFO:teuthology.orchestra.run.smithi093.stdout: 5 101272 9.76 MB/sec execute 157 sec latency 128.413 ms 2023-12-18T13:14:00.812 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:00 smithi093 ceph-mon[107718]: pgmap v99: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 577 op/s 2023-12-18T13:14:00.996 INFO:teuthology.orchestra.run.smithi093.stdout: 5 101532 9.73 MB/sec execute 158 sec latency 129.963 ms 2023-12-18T13:14:01.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:00 smithi141 ceph-mon[110549]: pgmap v99: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 577 op/s 2023-12-18T13:14:01.997 INFO:teuthology.orchestra.run.smithi093.stdout: 5 101777 9.68 MB/sec execute 159 sec latency 129.555 ms 2023-12-18T13:14:02.360 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:02 smithi093 ceph-mon[107718]: pgmap v100: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-12-18T13:14:02.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:02 smithi141 ceph-mon[110549]: pgmap v100: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-12-18T13:14:03.008 INFO:teuthology.orchestra.run.smithi093.stdout: 5 102167 9.67 MB/sec execute 160 sec latency 105.561 ms 2023-12-18T13:14:03.366 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:03.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:04.008 INFO:teuthology.orchestra.run.smithi093.stdout: 5 102570 9.69 MB/sec execute 161 sec latency 134.477 ms 2023-12-18T13:14:04.378 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:04 smithi093 ceph-mon[107718]: pgmap v101: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T13:14:04.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:04 smithi141 ceph-mon[110549]: pgmap v101: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T13:14:05.008 INFO:teuthology.orchestra.run.smithi093.stdout: 5 102976 9.67 MB/sec execute 162 sec latency 112.052 ms 2023-12-18T13:14:06.009 INFO:teuthology.orchestra.run.smithi093.stdout: 5 103443 9.69 MB/sec execute 163 sec latency 120.589 ms 2023-12-18T13:14:06.638 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:14:06.670 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:06 smithi093 ceph-mon[107718]: pgmap v102: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-18T13:14:07.010 INFO:teuthology.orchestra.run.smithi093.stdout: 5 103778 9.70 MB/sec execute 164 sec latency 126.981 ms 2023-12-18T13:14:07.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:06 smithi141 ceph-mon[110549]: pgmap v102: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-18T13:14:07.495 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (9m) 3m ago 9m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (8m) 3m ago 8m 7151k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 starting - - - - 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (5m) 3m ago 5m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (5m) 3m ago 5m 14.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (10m) 3m ago 10m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (3m) 3m ago 8m 497M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (10m) 3m ago 10m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (8m) 3m ago 8m 62.0M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (4m) 3m ago 4m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (4m) 3m ago 4m 76.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 starting - - - - 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 starting - - - - 2023-12-18T13:14:07.496 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (7m) 3m ago 7m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (7m) 3m ago 7m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (7m) 3m ago 7m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (7m) 3m ago 7m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (6m) 3m ago 6m 502M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (6m) 3m ago 6m 557M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (6m) 3m ago 6m 587M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (5m) 3m ago 5m 850M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:14:07.497 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 starting - - - - 2023-12-18T13:14:07.701 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:07 smithi093 ceph-mon[107718]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:07.701 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:07 smithi093 ceph-mon[107718]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:08.019 INFO:teuthology.orchestra.run.smithi093.stdout: 5 104152 9.74 MB/sec execute 165 sec latency 142.361 ms 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:14:08.051 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:14:08.052 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:14:08.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:07 smithi141 ceph-mon[110549]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:08.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:07 smithi141 ceph-mon[110549]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:14:08.480 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:14:08.712 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:08 smithi093 ceph-mon[107718]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:08.712 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:08 smithi093 ceph-mon[107718]: pgmap v103: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 387 op/s 2023-12-18T13:14:08.712 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:08 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1079182132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:14:09.019 INFO:teuthology.orchestra.run.smithi093.stdout: 5 104466 9.74 MB/sec execute 166 sec latency 130.390 ms 2023-12-18T13:14:09.085 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:14:09.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:08 smithi141 ceph-mon[110549]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:09.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:08 smithi141 ceph-mon[110549]: pgmap v103: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 387 op/s 2023-12-18T13:14:09.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:08 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1079182132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:14:09.730 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:09 smithi093 ceph-mon[107718]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:09.730 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:09 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1365284399' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:14:10.024 INFO:teuthology.orchestra.run.smithi093.stdout: 5 104771 9.73 MB/sec execute 167 sec latency 121.070 ms 2023-12-18T13:14:10.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:09 smithi141 ceph-mon[110549]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:10.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:09 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1365284399' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:14:10.742 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:10 smithi093 ceph-mon[107718]: pgmap v104: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.7 MiB/s wr, 605 op/s 2023-12-18T13:14:11.028 INFO:teuthology.orchestra.run.smithi093.stdout: 5 105053 9.71 MB/sec execute 168 sec latency 126.257 ms 2023-12-18T13:14:11.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:10 smithi141 ceph-mon[110549]: pgmap v104: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.7 MiB/s wr, 605 op/s 2023-12-18T13:14:12.028 INFO:teuthology.orchestra.run.smithi093.stdout: 5 105317 9.67 MB/sec execute 169 sec latency 137.821 ms 2023-12-18T13:14:12.520 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:12 smithi093 ceph-mon[107718]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-12-18T13:14:12.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:12 smithi141 ceph-mon[110549]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-12-18T13:14:13.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 105644 9.65 MB/sec execute 170 sec latency 121.725 ms 2023-12-18T13:14:14.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 105972 9.63 MB/sec execute 171 sec latency 121.929 ms 2023-12-18T13:14:14.833 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:14 smithi093 ceph-mon[107718]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 483 op/s 2023-12-18T13:14:15.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 106272 9.65 MB/sec execute 172 sec latency 133.937 ms 2023-12-18T13:14:15.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:14 smithi141 ceph-mon[110549]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 483 op/s 2023-12-18T13:14:16.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 106586 9.62 MB/sec execute 173 sec latency 126.576 ms 2023-12-18T13:14:16.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:16 smithi093 ceph-mon[107718]: pgmap v107: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 566 op/s 2023-12-18T13:14:17.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 106946 9.62 MB/sec execute 174 sec latency 123.020 ms 2023-12-18T13:14:17.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:16 smithi141 ceph-mon[110549]: pgmap v107: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 566 op/s 2023-12-18T13:14:17.877 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:17 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:18.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 107260 9.63 MB/sec execute 175 sec latency 126.361 ms 2023-12-18T13:14:18.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:17 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:18.904 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:18 smithi093 ceph-mon[107718]: pgmap v108: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:14:19.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 107578 9.64 MB/sec execute 176 sec latency 134.165 ms 2023-12-18T13:14:19.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:18 smithi141 ceph-mon[110549]: pgmap v108: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-12-18T13:14:20.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 107885 9.65 MB/sec execute 177 sec latency 133.498 ms 2023-12-18T13:14:20.937 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:20 smithi093 ceph-mon[107718]: pgmap v109: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 596 op/s 2023-12-18T13:14:21.034 INFO:teuthology.orchestra.run.smithi093.stdout: 5 108191 9.64 MB/sec execute 178 sec latency 137.356 ms 2023-12-18T13:14:21.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:20 smithi141 ceph-mon[110549]: pgmap v109: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 596 op/s 2023-12-18T13:14:22.036 INFO:teuthology.orchestra.run.smithi093.stdout: 5 108476 9.64 MB/sec execute 179 sec latency 137.592 ms 2023-12-18T13:14:22.463 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:22 smithi093 ceph-mon[107718]: pgmap v110: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 378 op/s 2023-12-18T13:14:22.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:22 smithi141 ceph-mon[110549]: pgmap v110: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 378 op/s 2023-12-18T13:14:23.038 INFO:teuthology.orchestra.run.smithi093.stdout: 5 108718 9.61 MB/sec execute 180 sec latency 204.881 ms 2023-12-18T13:14:24.037 INFO:teuthology.orchestra.run.smithi093.stdout: 5 108978 9.58 MB/sec execute 181 sec latency 126.782 ms 2023-12-18T13:14:24.764 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:24 smithi093 ceph-mon[107718]: pgmap v111: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-18T13:14:25.037 INFO:teuthology.orchestra.run.smithi093.stdout: 5 109299 9.56 MB/sec execute 182 sec latency 125.296 ms 2023-12-18T13:14:25.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:24 smithi141 ceph-mon[110549]: pgmap v111: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 425 op/s 2023-12-18T13:14:26.040 INFO:teuthology.orchestra.run.smithi093.stdout: 5 109577 9.55 MB/sec execute 183 sec latency 129.945 ms 2023-12-18T13:14:26.811 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:26 smithi093 ceph-mon[107718]: pgmap v112: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-18T13:14:27.040 INFO:teuthology.orchestra.run.smithi093.stdout: 5 109981 9.55 MB/sec execute 184 sec latency 123.956 ms 2023-12-18T13:14:27.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:26 smithi141 ceph-mon[110549]: pgmap v112: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-18T13:14:28.040 INFO:teuthology.orchestra.run.smithi093.stdout: 5 110337 9.55 MB/sec execute 185 sec latency 132.560 ms 2023-12-18T13:14:28.841 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:28 smithi093 ceph-mon[107718]: pgmap v113: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-12-18T13:14:29.040 INFO:teuthology.orchestra.run.smithi093.stdout: 5 110687 9.54 MB/sec execute 186 sec latency 112.782 ms 2023-12-18T13:14:29.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:28 smithi141 ceph-mon[110549]: pgmap v113: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-12-18T13:14:30.040 INFO:teuthology.orchestra.run.smithi093.stdout: 5 111039 9.55 MB/sec execute 187 sec latency 128.674 ms 2023-12-18T13:14:30.886 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:30 smithi093 ceph-mon[107718]: pgmap v114: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-12-18T13:14:31.041 INFO:teuthology.orchestra.run.smithi093.stdout: 5 111423 9.58 MB/sec execute 188 sec latency 141.742 ms 2023-12-18T13:14:31.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:30 smithi141 ceph-mon[110549]: pgmap v114: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-12-18T13:14:32.040 INFO:teuthology.orchestra.run.smithi093.stdout: 5 111804 9.59 MB/sec execute 189 sec latency 106.380 ms 2023-12-18T13:14:32.444 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:32 smithi093 ceph-mon[107718]: pgmap v115: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T13:14:32.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:32 smithi141 ceph-mon[110549]: pgmap v115: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 376 op/s 2023-12-18T13:14:33.040 INFO:teuthology.orchestra.run.smithi093.stdout: 5 112120 9.59 MB/sec execute 190 sec latency 129.847 ms 2023-12-18T13:14:33.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:33.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:34.044 INFO:teuthology.orchestra.run.smithi093.stdout: 5 112444 9.57 MB/sec execute 191 sec latency 126.922 ms 2023-12-18T13:14:34.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:34 smithi093 ceph-mon[107718]: pgmap v116: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 438 op/s 2023-12-18T13:14:34.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:34 smithi141 ceph-mon[110549]: pgmap v116: 97 pgs: 97 active+clean; 337 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 438 op/s 2023-12-18T13:14:35.047 INFO:teuthology.orchestra.run.smithi093.stdout: 5 112824 9.55 MB/sec execute 192 sec latency 126.556 ms 2023-12-18T13:14:36.048 INFO:teuthology.orchestra.run.smithi093.stdout: 5 113121 9.54 MB/sec execute 193 sec latency 130.506 ms 2023-12-18T13:14:36.778 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:36 smithi093 ceph-mon[107718]: pgmap v117: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-12-18T13:14:37.048 INFO:teuthology.orchestra.run.smithi093.stdout: 5 113427 9.54 MB/sec execute 194 sec latency 140.256 ms 2023-12-18T13:14:37.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:36 smithi141 ceph-mon[110549]: pgmap v117: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-12-18T13:14:38.048 INFO:teuthology.orchestra.run.smithi093.stdout: 5 113891 9.55 MB/sec execute 195 sec latency 133.911 ms 2023-12-18T13:14:38.816 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:38 smithi093 ceph-mon[107718]: pgmap v118: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-18T13:14:39.052 INFO:teuthology.orchestra.run.smithi093.stdout: 5 114297 9.55 MB/sec execute 196 sec latency 129.765 ms 2023-12-18T13:14:39.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:38 smithi141 ceph-mon[110549]: pgmap v118: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 410 op/s 2023-12-18T13:14:39.541 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:14:40.052 INFO:teuthology.orchestra.run.smithi093.stdout: 5 114535 9.55 MB/sec execute 197 sec latency 105.326 ms 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (9m) 3m ago 9m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (9m) 3m ago 9m 7151k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 starting - - - - 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (5m) 3m ago 5m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (5m) 3m ago 5m 14.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (10m) 3m ago 10m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:14:40.395 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (4m) 3m ago 9m 497M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (10m) 3m ago 10m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (9m) 3m ago 9m 62.0M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (5m) 3m ago 5m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (5m) 3m ago 5m 76.8M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 starting - - - - 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 starting - - - - 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (8m) 3m ago 8m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (8m) 3m ago 8m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (7m) 3m ago 7m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (7m) 3m ago 7m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (7m) 3m ago 7m 502M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (7m) 3m ago 7m 557M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (6m) 3m ago 6m 587M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:14:40.396 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (6m) 3m ago 6m 850M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:14:40.397 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 starting - - - - 2023-12-18T13:14:40.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:40 smithi093 ceph-mon[107718]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:40.871 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:40 smithi093 ceph-mon[107718]: pgmap v119: 97 pgs: 97 active+clean; 335 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 624 op/s 2023-12-18T13:14:40.872 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:40 smithi093 ceph-mon[107718]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:40.951 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:14:40.951 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:14:40.951 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:14:40.951 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:40.951 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:14:40.951 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:14:40.952 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:14:41.057 INFO:teuthology.orchestra.run.smithi093.stdout: 5 114927 9.57 MB/sec execute 198 sec latency 129.843 ms 2023-12-18T13:14:41.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:40 smithi141 ceph-mon[110549]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:41.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:40 smithi141 ceph-mon[110549]: pgmap v119: 97 pgs: 97 active+clean; 335 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.2 MiB/s wr, 624 op/s 2023-12-18T13:14:41.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:40 smithi141 ceph-mon[110549]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": false 2023-12-18T13:14:41.430 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:14:41.891 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:41 smithi093 ceph-mon[107718]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:41.891 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:41 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3603159604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:14:41.945 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_OK 2023-12-18T13:14:42.061 INFO:teuthology.orchestra.run.smithi093.stdout: 5 115230 9.56 MB/sec execute 199 sec latency 128.664 ms 2023-12-18T13:14:42.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:41 smithi141 ceph-mon[110549]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:42.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:41 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3603159604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:14:42.926 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:42 smithi093 ceph-mon[107718]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:42.926 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:42 smithi093 ceph-mon[107718]: pgmap v120: 97 pgs: 97 active+clean; 335 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T13:14:42.926 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:42 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/2490166002' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:14:43.061 INFO:teuthology.orchestra.run.smithi093.stdout: 5 115486 9.56 MB/sec execute 200 sec latency 134.089 ms 2023-12-18T13:14:43.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:42 smithi141 ceph-mon[110549]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:14:43.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:42 smithi141 ceph-mon[110549]: pgmap v120: 97 pgs: 97 active+clean; 335 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T13:14:43.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:42 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/2490166002' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:14:44.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 115797 9.57 MB/sec execute 201 sec latency 130.781 ms 2023-12-18T13:14:44.728 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:44 smithi093 ceph-mon[107718]: pgmap v121: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.6 MiB/s wr, 568 op/s 2023-12-18T13:14:45.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 116195 9.53 MB/sec execute 202 sec latency 128.747 ms 2023-12-18T13:14:45.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:44 smithi141 ceph-mon[110549]: pgmap v121: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.6 MiB/s wr, 568 op/s 2023-12-18T13:14:46.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 116553 9.52 MB/sec execute 203 sec latency 126.424 ms 2023-12-18T13:14:46.743 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:46 smithi093 ceph-mon[107718]: pgmap v122: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-12-18T13:14:47.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 116894 9.52 MB/sec execute 204 sec latency 143.019 ms 2023-12-18T13:14:47.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:46 smithi141 ceph-mon[110549]: pgmap v122: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-12-18T13:14:47.790 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:47 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:48.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 117320 9.54 MB/sec execute 205 sec latency 133.404 ms 2023-12-18T13:14:48.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:47 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:14:48.797 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:48 smithi093 ceph-mon[107718]: pgmap v123: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-12-18T13:14:49.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 117739 9.55 MB/sec execute 206 sec latency 137.385 ms 2023-12-18T13:14:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:48 smithi141 ceph-mon[110549]: pgmap v123: 97 pgs: 97 active+clean; 341 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 411 op/s 2023-12-18T13:14:50.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 118050 9.55 MB/sec execute 207 sec latency 126.884 ms 2023-12-18T13:14:50.852 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:50 smithi093 ceph-mon[107718]: pgmap v124: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 630 op/s 2023-12-18T13:14:51.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 118338 9.54 MB/sec execute 208 sec latency 200.758 ms 2023-12-18T13:14:51.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:50 smithi141 ceph-mon[110549]: pgmap v124: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 630 op/s 2023-12-18T13:14:52.068 INFO:teuthology.orchestra.run.smithi093.stdout: 5 118689 9.56 MB/sec execute 209 sec latency 129.349 ms 2023-12-18T13:14:52.371 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:52 smithi093 ceph-mon[107718]: pgmap v125: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-18T13:14:52.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:52 smithi141 ceph-mon[110549]: pgmap v125: 97 pgs: 97 active+clean; 337 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-18T13:14:53.074 INFO:teuthology.orchestra.run.smithi093.stdout: 5 119044 9.57 MB/sec execute 210 sec latency 124.045 ms 2023-12-18T13:14:54.074 INFO:teuthology.orchestra.run.smithi093.stdout: 5 119325 9.55 MB/sec execute 211 sec latency 129.497 ms 2023-12-18T13:14:54.686 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:54 smithi093 ceph-mon[107718]: pgmap v126: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-12-18T13:14:55.074 INFO:teuthology.orchestra.run.smithi093.stdout: 5 119630 9.54 MB/sec execute 212 sec latency 136.489 ms 2023-12-18T13:14:55.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:54 smithi141 ceph-mon[110549]: pgmap v126: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.8 MiB/s wr, 582 op/s 2023-12-18T13:14:56.074 INFO:teuthology.orchestra.run.smithi093.stdout: 5 120054 9.53 MB/sec execute 213 sec latency 213.474 ms 2023-12-18T13:14:56.753 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:56 smithi093 ceph-mon[107718]: pgmap v127: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 472 op/s 2023-12-18T13:14:57.074 INFO:teuthology.orchestra.run.smithi093.stdout: 5 120350 9.51 MB/sec execute 214 sec latency 170.991 ms 2023-12-18T13:14:57.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:56 smithi141 ceph-mon[110549]: pgmap v127: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 472 op/s 2023-12-18T13:14:58.078 INFO:teuthology.orchestra.run.smithi093.stdout: 5 120745 9.54 MB/sec execute 215 sec latency 176.133 ms 2023-12-18T13:14:58.773 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:14:58 smithi093 ceph-mon[107718]: pgmap v128: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-18T13:14:59.078 INFO:teuthology.orchestra.run.smithi093.stdout: 5 121195 9.54 MB/sec execute 216 sec latency 123.915 ms 2023-12-18T13:14:59.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:14:58 smithi141 ceph-mon[110549]: pgmap v128: 97 pgs: 97 active+clean; 339 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-18T13:15:00.085 INFO:teuthology.orchestra.run.smithi093.stdout: 5 121504 9.52 MB/sec execute 217 sec latency 126.549 ms 2023-12-18T13:15:00.813 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:00 smithi093 ceph-mon[107718]: pgmap v129: 97 pgs: 97 active+clean; 333 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 639 op/s 2023-12-18T13:15:00.813 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:00 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:00.813 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:00 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:15:01.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 121700 9.50 MB/sec execute 218 sec latency 145.939 ms 2023-12-18T13:15:01.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:00 smithi141 ceph-mon[110549]: pgmap v129: 97 pgs: 97 active+clean; 333 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 639 op/s 2023-12-18T13:15:01.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:00 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:01.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:00 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:15:01.840 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:01 smithi093 ceph-mon[107718]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:15:01.841 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:01 smithi093 ceph-mon[107718]: pgmap v130: 97 pgs: 97 active+clean; 333 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T13:15:01.841 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:01 smithi093 ceph-mon[107718]: Health check failed: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T13:15:02.085 INFO:teuthology.orchestra.run.smithi093.stdout: 5 121962 9.50 MB/sec execute 219 sec latency 157.518 ms 2023-12-18T13:15:02.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:01 smithi141 ceph-mon[110549]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:15:02.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:01 smithi141 ceph-mon[110549]: pgmap v130: 97 pgs: 97 active+clean; 333 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T13:15:02.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:01 smithi141 ceph-mon[110549]: Health check failed: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T13:15:03.085 INFO:teuthology.orchestra.run.smithi093.stdout: 5 122312 9.51 MB/sec execute 220 sec latency 126.702 ms 2023-12-18T13:15:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:03 smithi093 ceph-mon[107718]: pgmap v131: 97 pgs: 97 active+clean; 333 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T13:15:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:03.901 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:04.085 INFO:teuthology.orchestra.run.smithi093.stdout: 5 122597 9.52 MB/sec execute 221 sec latency 129.518 ms 2023-12-18T13:15:04.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:03 smithi141 ceph-mon[110549]: pgmap v131: 97 pgs: 97 active+clean; 333 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-12-18T13:15:04.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:04.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:04.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:04.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:15:05.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 122813 9.50 MB/sec execute 222 sec latency 141.199 ms 2023-12-18T13:15:05.711 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:05 smithi093 ceph-mon[107718]: pgmap v132: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 474 op/s 2023-12-18T13:15:06.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 123036 9.49 MB/sec execute 223 sec latency 141.841 ms 2023-12-18T13:15:06.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:05 smithi141 ceph-mon[110549]: pgmap v132: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.3 MiB/s wr, 474 op/s 2023-12-18T13:15:07.085 INFO:teuthology.orchestra.run.smithi093.stdout: 5 123271 9.45 MB/sec execute 224 sec latency 136.553 ms 2023-12-18T13:15:07.498 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:07 smithi093 ceph-mon[107718]: pgmap v133: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-12-18T13:15:07.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:07 smithi141 ceph-mon[110549]: pgmap v133: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-12-18T13:15:08.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 123611 9.44 MB/sec execute 225 sec latency 165.686 ms 2023-12-18T13:15:09.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 123878 9.43 MB/sec execute 226 sec latency 138.488 ms 2023-12-18T13:15:09.557 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:09 smithi093 ceph-mon[107718]: pgmap v134: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-12-18T13:15:09.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:09 smithi141 ceph-mon[110549]: pgmap v134: 97 pgs: 97 active+clean; 338 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-12-18T13:15:10.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 124246 9.46 MB/sec execute 227 sec latency 129.358 ms 2023-12-18T13:15:11.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 124588 9.44 MB/sec execute 228 sec latency 140.138 ms 2023-12-18T13:15:11.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:11 smithi093 ceph-mon[107718]: pgmap v135: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-18T13:15:11.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:11 smithi141 ceph-mon[110549]: pgmap v135: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 370 op/s 2023-12-18T13:15:12.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 124939 9.43 MB/sec execute 229 sec latency 121.826 ms 2023-12-18T13:15:12.448 INFO:teuthology.orchestra.run.smithi093.stdout:true 2023-12-18T13:15:12.892 INFO:teuthology.orchestra.run.smithi093.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed." 2023-12-18T13:15:13.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 125120 9.41 MB/sec execute 230 sec latency 129.630 ms 2023-12-18T13:15:13.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:13 smithi093 ceph-mon[107718]: pgmap v136: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-18T13:15:13.617 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:13 smithi093 ceph-mon[107718]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:15:13.617 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:13 smithi093 ceph-mon[107718]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:15:13.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:13 smithi141 ceph-mon[110549]: pgmap v136: 97 pgs: 97 active+clean; 333 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 334 op/s 2023-12-18T13:15:13.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:13 smithi141 ceph-mon[110549]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:15:13.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:13 smithi141 ceph-mon[110549]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:15:14.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 125466 9.42 MB/sec execute 231 sec latency 129.969 ms 2023-12-18T13:15:15.086 INFO:teuthology.orchestra.run.smithi093.stdout: 5 125776 9.43 MB/sec execute 232 sec latency 122.964 ms 2023-12-18T13:15:15.667 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:15 smithi093 ceph-mon[107718]: pgmap v137: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-18T13:15:15.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:15 smithi141 ceph-mon[110549]: pgmap v137: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-18T13:15:16.093 INFO:teuthology.orchestra.run.smithi093.stdout: 5 126068 9.43 MB/sec execute 233 sec latency 130.859 ms 2023-12-18T13:15:17.093 INFO:teuthology.orchestra.run.smithi093.stdout: 5 126320 9.42 MB/sec execute 234 sec latency 136.202 ms 2023-12-18T13:15:17.453 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:17 smithi093 ceph-mon[107718]: pgmap v138: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-18T13:15:17.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:17 smithi141 ceph-mon[110549]: pgmap v138: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-18T13:15:18.093 INFO:teuthology.orchestra.run.smithi093.stdout: 5 126564 9.41 MB/sec execute 235 sec latency 138.694 ms 2023-12-18T13:15:18.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:18.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:19.093 INFO:teuthology.orchestra.run.smithi093.stdout: 5 126899 9.38 MB/sec execute 236 sec latency 123.822 ms 2023-12-18T13:15:19.491 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:19 smithi093 ceph-mon[107718]: pgmap v139: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-18T13:15:19.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:19 smithi141 ceph-mon[110549]: pgmap v139: 97 pgs: 97 active+clean; 335 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-18T13:15:20.093 INFO:teuthology.orchestra.run.smithi093.stdout: 5 127200 9.36 MB/sec execute 237 sec latency 126.655 ms 2023-12-18T13:15:21.097 INFO:teuthology.orchestra.run.smithi093.stdout: 5 127452 9.36 MB/sec execute 238 sec latency 151.222 ms 2023-12-18T13:15:21.524 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:21 smithi093 ceph-mon[107718]: pgmap v140: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-18T13:15:21.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:21 smithi141 ceph-mon[110549]: pgmap v140: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-12-18T13:15:22.097 INFO:teuthology.orchestra.run.smithi093.stdout: 5 127814 9.38 MB/sec execute 239 sec latency 188.855 ms 2023-12-18T13:15:23.097 INFO:teuthology.orchestra.run.smithi093.stdout: 5 128283 9.37 MB/sec execute 240 sec latency 124.858 ms 2023-12-18T13:15:23.560 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:23 smithi093 ceph-mon[107718]: pgmap v141: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-18T13:15:23.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:23 smithi141 ceph-mon[110549]: pgmap v141: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-18T13:15:24.097 INFO:teuthology.orchestra.run.smithi093.stdout: 5 128604 9.37 MB/sec execute 241 sec latency 123.649 ms 2023-12-18T13:15:25.098 INFO:teuthology.orchestra.run.smithi093.stdout: 5 128825 9.36 MB/sec execute 242 sec latency 129.598 ms 2023-12-18T13:15:25.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:25 smithi093 ceph-mon[107718]: pgmap v142: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-12-18T13:15:25.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:25 smithi141 ceph-mon[110549]: pgmap v142: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-12-18T13:15:26.097 INFO:teuthology.orchestra.run.smithi093.stdout: 5 129128 9.37 MB/sec execute 243 sec latency 139.757 ms 2023-12-18T13:15:27.102 INFO:teuthology.orchestra.run.smithi093.stdout: 5 129428 9.37 MB/sec execute 244 sec latency 137.974 ms 2023-12-18T13:15:27.448 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:27 smithi093 ceph-mon[107718]: pgmap v143: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:15:27.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:27 smithi141 ceph-mon[110549]: pgmap v143: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:15:28.102 INFO:teuthology.orchestra.run.smithi093.stdout: 5 129668 9.36 MB/sec execute 245 sec latency 152.484 ms 2023-12-18T13:15:29.110 INFO:teuthology.orchestra.run.smithi093.stdout: 5 129894 9.35 MB/sec execute 246 sec latency 143.206 ms 2023-12-18T13:15:29.532 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:29 smithi093 ceph-mon[107718]: pgmap v144: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:15:29.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:29 smithi141 ceph-mon[110549]: pgmap v144: 97 pgs: 97 active+clean; 331 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T13:15:30.110 INFO:teuthology.orchestra.run.smithi093.stdout: 5 130125 9.32 MB/sec execute 247 sec latency 133.341 ms 2023-12-18T13:15:31.110 INFO:teuthology.orchestra.run.smithi093.stdout: 5 130388 9.32 MB/sec execute 248 sec latency 130.983 ms 2023-12-18T13:15:31.600 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:31 smithi093 ceph-mon[107718]: pgmap v145: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-12-18T13:15:31.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:31 smithi141 ceph-mon[110549]: pgmap v145: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 536 op/s 2023-12-18T13:15:32.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 130658 9.31 MB/sec execute 249 sec latency 197.677 ms 2023-12-18T13:15:33.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 130951 9.30 MB/sec execute 250 sec latency 123.929 ms 2023-12-18T13:15:33.645 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:33 smithi093 ceph-mon[107718]: pgmap v146: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-18T13:15:33.645 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:33 smithi141 ceph-mon[110549]: pgmap v146: 97 pgs: 97 active+clean; 337 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-18T13:15:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:34.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 131307 9.30 MB/sec execute 251 sec latency 117.893 ms 2023-12-18T13:15:35.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 131631 9.28 MB/sec execute 252 sec latency 123.383 ms 2023-12-18T13:15:35.706 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:35 smithi093 ceph-mon[107718]: pgmap v147: 97 pgs: 97 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-12-18T13:15:35.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:35 smithi141 ceph-mon[110549]: pgmap v147: 97 pgs: 97 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-12-18T13:15:36.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 131906 9.27 MB/sec execute 253 sec latency 123.519 ms 2023-12-18T13:15:37.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 132228 9.27 MB/sec execute 254 sec latency 123.559 ms 2023-12-18T13:15:37.503 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:37 smithi093 ceph-mon[107718]: pgmap v148: 97 pgs: 97 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:15:37.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:37 smithi141 ceph-mon[110549]: pgmap v148: 97 pgs: 97 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:15:38.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 132515 9.28 MB/sec execute 255 sec latency 153.581 ms 2023-12-18T13:15:39.126 INFO:teuthology.orchestra.run.smithi093.stdout: 5 132785 9.28 MB/sec execute 256 sec latency 129.720 ms 2023-12-18T13:15:39.582 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:39 smithi093 ceph-mon[107718]: pgmap v149: 97 pgs: 97 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:15:39.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:39 smithi141 ceph-mon[110549]: pgmap v149: 97 pgs: 97 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:15:40.128 INFO:teuthology.orchestra.run.smithi093.stdout: 5 133111 9.29 MB/sec execute 257 sec latency 128.946 ms 2023-12-18T13:15:41.128 INFO:teuthology.orchestra.run.smithi093.stdout: 5 133362 9.28 MB/sec execute 258 sec latency 137.373 ms 2023-12-18T13:15:41.642 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:41 smithi093 ceph-mon[107718]: pgmap v150: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-12-18T13:15:41.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:41 smithi141 ceph-mon[110549]: pgmap v150: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 516 op/s 2023-12-18T13:15:42.128 INFO:teuthology.orchestra.run.smithi093.stdout: 5 133681 9.26 MB/sec execute 259 sec latency 126.541 ms 2023-12-18T13:15:43.128 INFO:teuthology.orchestra.run.smithi093.stdout: 5 134081 9.27 MB/sec execute 260 sec latency 126.751 ms 2023-12-18T13:15:43.710 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:43 smithi093 ceph-mon[107718]: pgmap v151: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T13:15:43.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:43 smithi141 ceph-mon[110549]: pgmap v151: 97 pgs: 97 active+clean; 335 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T13:15:44.128 INFO:teuthology.orchestra.run.smithi093.stdout: 5 134457 9.27 MB/sec execute 261 sec latency 123.765 ms 2023-12-18T13:15:45.128 INFO:teuthology.orchestra.run.smithi093.stdout: 5 134876 9.26 MB/sec execute 262 sec latency 120.774 ms 2023-12-18T13:15:45.497 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:45 smithi093 ceph-mon[107718]: pgmap v152: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-18T13:15:45.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:45 smithi141 ceph-mon[110549]: pgmap v152: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-12-18T13:15:46.128 INFO:teuthology.orchestra.run.smithi093.stdout: 5 135234 9.26 MB/sec execute 263 sec latency 124.432 ms 2023-12-18T13:15:47.136 INFO:teuthology.orchestra.run.smithi093.stdout: 5 135677 9.27 MB/sec execute 264 sec latency 138.681 ms 2023-12-18T13:15:47.547 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:47 smithi093 ceph-mon[107718]: pgmap v153: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:15:47.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:47 smithi141 ceph-mon[110549]: pgmap v153: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:15:48.145 INFO:teuthology.orchestra.run.smithi093.stdout: 5 136120 9.30 MB/sec execute 265 sec latency 142.073 ms 2023-12-18T13:15:48.571 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:48.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:15:49.145 INFO:teuthology.orchestra.run.smithi093.stdout: 5 136437 9.30 MB/sec execute 266 sec latency 134.675 ms 2023-12-18T13:15:49.581 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:49 smithi093 ceph-mon[107718]: pgmap v154: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:15:49.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:49 smithi141 ceph-mon[110549]: pgmap v154: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 379 op/s 2023-12-18T13:15:50.145 INFO:teuthology.orchestra.run.smithi093.stdout: 5 136849 9.31 MB/sec execute 267 sec latency 128.437 ms 2023-12-18T13:15:51.145 INFO:teuthology.orchestra.run.smithi093.stdout: 5 137195 9.32 MB/sec execute 268 sec latency 125.938 ms 2023-12-18T13:15:51.608 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:51 smithi093 ceph-mon[107718]: pgmap v155: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-12-18T13:15:51.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:51 smithi141 ceph-mon[110549]: pgmap v155: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 616 op/s 2023-12-18T13:15:52.146 INFO:teuthology.orchestra.run.smithi093.stdout: 5 137507 9.30 MB/sec execute 269 sec latency 129.539 ms 2023-12-18T13:15:53.145 INFO:teuthology.orchestra.run.smithi093.stdout: 5 137845 9.31 MB/sec execute 270 sec latency 132.049 ms 2023-12-18T13:15:53.638 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:53 smithi093 ceph-mon[107718]: pgmap v156: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-18T13:15:53.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:53 smithi141 ceph-mon[110549]: pgmap v156: 97 pgs: 97 active+clean; 338 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-18T13:15:54.147 INFO:teuthology.orchestra.run.smithi093.stdout: 5 138230 9.31 MB/sec execute 271 sec latency 126.571 ms 2023-12-18T13:15:55.146 INFO:teuthology.orchestra.run.smithi093.stdout: 5 138659 9.30 MB/sec execute 272 sec latency 129.602 ms 2023-12-18T13:15:55.661 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:55 smithi093 ceph-mon[107718]: pgmap v157: 97 pgs: 97 active+clean; 335 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 653 op/s 2023-12-18T13:15:55.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:55 smithi141 ceph-mon[110549]: pgmap v157: 97 pgs: 97 active+clean; 335 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 653 op/s 2023-12-18T13:15:56.146 INFO:teuthology.orchestra.run.smithi093.stdout: 5 139073 9.30 MB/sec execute 273 sec latency 126.798 ms 2023-12-18T13:15:57.146 INFO:teuthology.orchestra.run.smithi093.stdout: 5 139474 9.30 MB/sec execute 274 sec latency 175.062 ms 2023-12-18T13:15:57.450 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:57 smithi093 ceph-mon[107718]: pgmap v158: 97 pgs: 97 active+clean; 335 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-18T13:15:57.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:57 smithi141 ceph-mon[110549]: pgmap v158: 97 pgs: 97 active+clean; 335 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-18T13:15:58.149 INFO:teuthology.orchestra.run.smithi093.stdout: 5 139815 9.32 MB/sec execute 275 sec latency 133.838 ms 2023-12-18T13:15:59.156 INFO:teuthology.orchestra.run.smithi093.stdout: 5 140212 9.33 MB/sec execute 276 sec latency 124.052 ms 2023-12-18T13:15:59.488 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:15:59 smithi093 ceph-mon[107718]: pgmap v159: 97 pgs: 97 active+clean; 335 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-18T13:15:59.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:15:59 smithi141 ceph-mon[110549]: pgmap v159: 97 pgs: 97 active+clean; 335 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-12-18T13:16:00.156 INFO:teuthology.orchestra.run.smithi093.stdout: 5 140546 9.34 MB/sec execute 277 sec latency 131.169 ms 2023-12-18T13:16:01.156 INFO:teuthology.orchestra.run.smithi093.stdout: 5 140857 9.33 MB/sec execute 278 sec latency 123.603 ms 2023-12-18T13:16:01.532 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:01 smithi093 ceph-mon[107718]: pgmap v160: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 687 op/s 2023-12-18T13:16:01.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:01 smithi141 ceph-mon[110549]: pgmap v160: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 687 op/s 2023-12-18T13:16:02.165 INFO:teuthology.orchestra.run.smithi093.stdout: 5 141164 9.32 MB/sec execute 279 sec latency 127.116 ms 2023-12-18T13:16:03.165 INFO:teuthology.orchestra.run.smithi093.stdout: 5 141405 9.31 MB/sec execute 280 sec latency 170.147 ms 2023-12-18T13:16:03.584 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:03 smithi093 ceph-mon[107718]: pgmap v161: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-12-18T13:16:03.585 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:03 smithi141 ceph-mon[110549]: pgmap v161: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-12-18T13:16:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:04.165 INFO:teuthology.orchestra.run.smithi093.stdout: 5 141743 9.32 MB/sec execute 281 sec latency 147.070 ms 2023-12-18T13:16:05.176 INFO:teuthology.orchestra.run.smithi093.stdout: 5 141984 9.30 MB/sec execute 282 sec latency 126.364 ms 2023-12-18T13:16:05.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:05 smithi093 ceph-mon[107718]: pgmap v162: 97 pgs: 97 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-12-18T13:16:05.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:05 smithi141 ceph-mon[110549]: pgmap v162: 97 pgs: 97 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 644 op/s 2023-12-18T13:16:06.183 INFO:teuthology.orchestra.run.smithi093.stdout: 5 142319 9.27 MB/sec execute 283 sec latency 129.893 ms 2023-12-18T13:16:07.183 INFO:teuthology.orchestra.run.smithi093.stdout: 5 142709 9.28 MB/sec execute 284 sec latency 126.777 ms 2023-12-18T13:16:07.409 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:07 smithi093 ceph-mon[107718]: pgmap v163: 97 pgs: 97 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T13:16:07.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:07 smithi141 ceph-mon[110549]: pgmap v163: 97 pgs: 97 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T13:16:08.183 INFO:teuthology.orchestra.run.smithi093.stdout: 5 143091 9.29 MB/sec execute 285 sec latency 126.614 ms 2023-12-18T13:16:09.194 INFO:teuthology.orchestra.run.smithi093.stdout: 5 143499 9.32 MB/sec execute 286 sec latency 129.862 ms 2023-12-18T13:16:09.695 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:09 smithi093 ceph-mon[107718]: pgmap v164: 97 pgs: 97 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T13:16:09.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:09 smithi141 ceph-mon[110549]: pgmap v164: 97 pgs: 97 active+clean; 333 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T13:16:10.194 INFO:teuthology.orchestra.run.smithi093.stdout: 5 143811 9.32 MB/sec execute 287 sec latency 135.340 ms 2023-12-18T13:16:11.204 INFO:teuthology.orchestra.run.smithi093.stdout: 5 144095 9.30 MB/sec execute 288 sec latency 129.759 ms 2023-12-18T13:16:11.716 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:11 smithi093 ceph-mon[107718]: pgmap v165: 97 pgs: 97 active+clean; 337 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.4 MiB/s wr, 624 op/s 2023-12-18T13:16:11.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:11 smithi141 ceph-mon[110549]: pgmap v165: 97 pgs: 97 active+clean; 337 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.4 MiB/s wr, 624 op/s 2023-12-18T13:16:12.206 INFO:teuthology.orchestra.run.smithi093.stdout: 5 144404 9.29 MB/sec execute 289 sec latency 129.584 ms 2023-12-18T13:16:13.206 INFO:teuthology.orchestra.run.smithi093.stdout: 5 144634 9.29 MB/sec execute 290 sec latency 160.382 ms 2023-12-18T13:16:13.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:13 smithi093 ceph-mon[107718]: pgmap v166: 97 pgs: 97 active+clean; 337 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-18T13:16:13.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:13 smithi141 ceph-mon[110549]: pgmap v166: 97 pgs: 97 active+clean; 337 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-18T13:16:14.206 INFO:teuthology.orchestra.run.smithi093.stdout: 5 144913 9.28 MB/sec execute 291 sec latency 147.206 ms 2023-12-18T13:16:15.206 INFO:teuthology.orchestra.run.smithi093.stdout: 5 145206 9.28 MB/sec execute 292 sec latency 123.747 ms 2023-12-18T13:16:15.712 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:15 smithi093 ceph-mon[107718]: pgmap v167: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 580 op/s 2023-12-18T13:16:15.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:15 smithi141 ceph-mon[110549]: pgmap v167: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 580 op/s 2023-12-18T13:16:16.206 INFO:teuthology.orchestra.run.smithi093.stdout: 5 145520 9.26 MB/sec execute 293 sec latency 95.772 ms 2023-12-18T13:16:17.214 INFO:teuthology.orchestra.run.smithi093.stdout: 5 145795 9.25 MB/sec execute 294 sec latency 117.293 ms 2023-12-18T13:16:17.498 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:17 smithi093 ceph-mon[107718]: pgmap v168: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T13:16:17.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:17 smithi141 ceph-mon[110549]: pgmap v168: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T13:16:18.214 INFO:teuthology.orchestra.run.smithi093.stdout: 5 146025 9.24 MB/sec execute 295 sec latency 129.588 ms 2023-12-18T13:16:18.522 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:18.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:19.214 INFO:teuthology.orchestra.run.smithi093.stdout: 5 146373 9.25 MB/sec execute 296 sec latency 126.831 ms 2023-12-18T13:16:19.543 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:19 smithi093 ceph-mon[107718]: pgmap v169: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T13:16:19.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:19 smithi141 ceph-mon[110549]: pgmap v169: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T13:16:20.223 INFO:teuthology.orchestra.run.smithi093.stdout: 5 146724 9.25 MB/sec execute 297 sec latency 124.104 ms 2023-12-18T13:16:21.232 INFO:teuthology.orchestra.run.smithi093.stdout: 5 147043 9.27 MB/sec execute 298 sec latency 126.444 ms 2023-12-18T13:16:21.600 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:21 smithi093 ceph-mon[107718]: pgmap v170: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-12-18T13:16:21.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:21 smithi141 ceph-mon[110549]: pgmap v170: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 555 op/s 2023-12-18T13:16:22.232 INFO:teuthology.orchestra.run.smithi093.stdout: 5 147354 9.26 MB/sec execute 299 sec latency 127.071 ms 2023-12-18T13:16:23.233 INFO:teuthology.orchestra.run.smithi093.stdout: 5 147732 9.26 MB/sec execute 300 sec latency 121.043 ms 2023-12-18T13:16:23.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:23 smithi093 ceph-mon[107718]: pgmap v171: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:16:23.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:23 smithi141 ceph-mon[110549]: pgmap v171: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:16:24.233 INFO:teuthology.orchestra.run.smithi093.stdout: 5 148091 9.26 MB/sec execute 301 sec latency 120.541 ms 2023-12-18T13:16:25.237 INFO:teuthology.orchestra.run.smithi093.stdout: 5 148401 9.26 MB/sec execute 302 sec latency 142.733 ms 2023-12-18T13:16:25.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:25 smithi093 ceph-mon[107718]: pgmap v172: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 552 op/s 2023-12-18T13:16:25.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:25 smithi141 ceph-mon[110549]: pgmap v172: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 552 op/s 2023-12-18T13:16:26.237 INFO:teuthology.orchestra.run.smithi093.stdout: 5 148812 9.26 MB/sec execute 303 sec latency 94.126 ms 2023-12-18T13:16:27.242 INFO:teuthology.orchestra.run.smithi093.stdout: 5 149088 9.24 MB/sec execute 304 sec latency 136.345 ms 2023-12-18T13:16:27.445 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:27 smithi093 ceph-mon[107718]: pgmap v173: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-18T13:16:27.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:27 smithi141 ceph-mon[110549]: pgmap v173: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-18T13:16:28.242 INFO:teuthology.orchestra.run.smithi093.stdout: 5 149445 9.24 MB/sec execute 305 sec latency 87.151 ms 2023-12-18T13:16:29.243 INFO:teuthology.orchestra.run.smithi093.stdout: 5 149736 9.24 MB/sec execute 306 sec latency 137.086 ms 2023-12-18T13:16:29.505 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:29 smithi093 ceph-mon[107718]: pgmap v174: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-18T13:16:29.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:29 smithi141 ceph-mon[110549]: pgmap v174: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-12-18T13:16:30.243 INFO:teuthology.orchestra.run.smithi093.stdout: 5 150101 9.25 MB/sec execute 307 sec latency 127.091 ms 2023-12-18T13:16:31.243 INFO:teuthology.orchestra.run.smithi093.stdout: 5 150470 9.26 MB/sec execute 308 sec latency 121.249 ms 2023-12-18T13:16:31.581 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:31 smithi093 ceph-mon[107718]: pgmap v175: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 579 op/s 2023-12-18T13:16:31.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:31 smithi141 ceph-mon[110549]: pgmap v175: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 579 op/s 2023-12-18T13:16:32.243 INFO:teuthology.orchestra.run.smithi093.stdout: 5 150763 9.26 MB/sec execute 309 sec latency 134.657 ms 2023-12-18T13:16:33.243 INFO:teuthology.orchestra.run.smithi093.stdout: 5 151132 9.25 MB/sec execute 310 sec latency 126.620 ms 2023-12-18T13:16:33.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:33 smithi093 ceph-mon[107718]: pgmap v176: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-12-18T13:16:33.613 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:33 smithi141 ceph-mon[110549]: pgmap v176: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 409 op/s 2023-12-18T13:16:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:34.243 INFO:teuthology.orchestra.run.smithi093.stdout: 5 151409 9.24 MB/sec execute 311 sec latency 140.663 ms 2023-12-18T13:16:35.249 INFO:teuthology.orchestra.run.smithi093.stdout: 5 151637 9.24 MB/sec execute 312 sec latency 135.839 ms 2023-12-18T13:16:35.670 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:35 smithi093 ceph-mon[107718]: pgmap v177: 97 pgs: 97 active+clean; 338 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.4 MiB/s wr, 598 op/s 2023-12-18T13:16:35.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:35 smithi141 ceph-mon[110549]: pgmap v177: 97 pgs: 97 active+clean; 338 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.4 MiB/s wr, 598 op/s 2023-12-18T13:16:36.249 INFO:teuthology.orchestra.run.smithi093.stdout: 5 151896 9.23 MB/sec execute 313 sec latency 126.991 ms 2023-12-18T13:16:37.249 INFO:teuthology.orchestra.run.smithi093.stdout: 5 152145 9.23 MB/sec execute 314 sec latency 141.119 ms 2023-12-18T13:16:37.439 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:37 smithi093 ceph-mon[107718]: pgmap v178: 97 pgs: 97 active+clean; 338 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:16:37.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:37 smithi141 ceph-mon[110549]: pgmap v178: 97 pgs: 97 active+clean; 338 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:16:38.249 INFO:teuthology.orchestra.run.smithi093.stdout: 5 152479 9.22 MB/sec execute 315 sec latency 142.325 ms 2023-12-18T13:16:39.252 INFO:teuthology.orchestra.run.smithi093.stdout: 5 152766 9.20 MB/sec execute 316 sec latency 138.260 ms 2023-12-18T13:16:39.741 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:39 smithi093 ceph-mon[107718]: pgmap v179: 97 pgs: 97 active+clean; 338 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:16:39.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:39 smithi141 ceph-mon[110549]: pgmap v179: 97 pgs: 97 active+clean; 338 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-12-18T13:16:40.262 INFO:teuthology.orchestra.run.smithi093.stdout: 5 153171 9.21 MB/sec execute 317 sec latency 130.565 ms 2023-12-18T13:16:41.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 153414 9.20 MB/sec execute 319 sec latency 137.371 ms 2023-12-18T13:16:41.540 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:41 smithi093 ceph-mon[107718]: pgmap v180: 97 pgs: 97 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-12-18T13:16:41.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:41 smithi141 ceph-mon[110549]: pgmap v180: 97 pgs: 97 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-12-18T13:16:42.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 153882 9.22 MB/sec execute 320 sec latency 103.130 ms 2023-12-18T13:16:43.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 154260 9.23 MB/sec execute 321 sec latency 201.365 ms 2023-12-18T13:16:43.594 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:43 smithi093 ceph-mon[107718]: pgmap v181: 97 pgs: 97 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-18T13:16:43.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:43 smithi141 ceph-mon[110549]: pgmap v181: 97 pgs: 97 active+clean; 330 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-12-18T13:16:44.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 154541 9.23 MB/sec execute 322 sec latency 102.804 ms 2023-12-18T13:16:45.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 154863 9.22 MB/sec execute 323 sec latency 126.371 ms 2023-12-18T13:16:45.637 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:45 smithi093 ceph-mon[107718]: pgmap v182: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 571 op/s 2023-12-18T13:16:45.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:45 smithi141 ceph-mon[110549]: pgmap v182: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 571 op/s 2023-12-18T13:16:46.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 155137 9.22 MB/sec execute 324 sec latency 134.489 ms 2023-12-18T13:16:47.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 155390 9.22 MB/sec execute 325 sec latency 141.103 ms 2023-12-18T13:16:47.422 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:47 smithi093 ceph-mon[107718]: pgmap v183: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-12-18T13:16:47.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:47 smithi141 ceph-mon[110549]: pgmap v183: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-12-18T13:16:48.266 INFO:teuthology.orchestra.run.smithi093.stdout: 5 155707 9.21 MB/sec execute 326 sec latency 127.206 ms 2023-12-18T13:16:48.442 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:48.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:16:49.271 INFO:teuthology.orchestra.run.smithi093.stdout: 5 156001 9.20 MB/sec execute 327 sec latency 126.872 ms 2023-12-18T13:16:49.462 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:49 smithi093 ceph-mon[107718]: pgmap v184: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-12-18T13:16:49.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:49 smithi141 ceph-mon[110549]: pgmap v184: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 383 op/s 2023-12-18T13:16:50.271 INFO:teuthology.orchestra.run.smithi093.stdout: 5 156330 9.18 MB/sec execute 328 sec latency 118.343 ms 2023-12-18T13:16:51.273 INFO:teuthology.orchestra.run.smithi093.stdout: 5 156575 9.17 MB/sec execute 329 sec latency 129.458 ms 2023-12-18T13:16:51.518 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:51 smithi093 ceph-mon[107718]: pgmap v185: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 571 op/s 2023-12-18T13:16:51.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:51 smithi141 ceph-mon[110549]: pgmap v185: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 571 op/s 2023-12-18T13:16:52.273 INFO:teuthology.orchestra.run.smithi093.stdout: 5 156944 9.18 MB/sec execute 330 sec latency 131.493 ms 2023-12-18T13:16:53.274 INFO:teuthology.orchestra.run.smithi093.stdout: 5 157238 9.18 MB/sec execute 331 sec latency 126.336 ms 2023-12-18T13:16:53.589 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:53 smithi093 ceph-mon[107718]: pgmap v186: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-12-18T13:16:53.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:53 smithi141 ceph-mon[110549]: pgmap v186: 97 pgs: 97 active+clean; 335 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-12-18T13:16:54.274 INFO:teuthology.orchestra.run.smithi093.stdout: 5 157596 9.19 MB/sec execute 332 sec latency 120.547 ms 2023-12-18T13:16:55.274 INFO:teuthology.orchestra.run.smithi093.stdout: 5 157817 9.18 MB/sec execute 333 sec latency 146.197 ms 2023-12-18T13:16:55.668 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:55 smithi093 ceph-mon[107718]: pgmap v187: 97 pgs: 97 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-18T13:16:55.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:55 smithi141 ceph-mon[110549]: pgmap v187: 97 pgs: 97 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-18T13:16:56.274 INFO:teuthology.orchestra.run.smithi093.stdout: 5 158030 9.17 MB/sec execute 334 sec latency 204.565 ms 2023-12-18T13:16:57.274 INFO:teuthology.orchestra.run.smithi093.stdout: 5 158417 9.18 MB/sec execute 335 sec latency 117.203 ms 2023-12-18T13:16:57.459 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:57 smithi093 ceph-mon[107718]: pgmap v188: 97 pgs: 97 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-18T13:16:57.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:57 smithi141 ceph-mon[110549]: pgmap v188: 97 pgs: 97 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-18T13:16:58.274 INFO:teuthology.orchestra.run.smithi093.stdout: 5 158679 9.18 MB/sec execute 336 sec latency 158.777 ms 2023-12-18T13:16:59.279 INFO:teuthology.orchestra.run.smithi093.stdout: 5 158983 9.18 MB/sec execute 337 sec latency 210.734 ms 2023-12-18T13:16:59.498 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:16:59 smithi093 ceph-mon[107718]: pgmap v189: 97 pgs: 97 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-18T13:16:59.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:16:59 smithi141 ceph-mon[110549]: pgmap v189: 97 pgs: 97 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-12-18T13:17:00.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 159254 9.16 MB/sec execute 338 sec latency 126.555 ms 2023-12-18T13:17:01.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 159611 9.15 MB/sec execute 339 sec latency 108.046 ms 2023-12-18T13:17:01.566 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:01 smithi093 ceph-mon[107718]: pgmap v190: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 539 op/s 2023-12-18T13:17:01.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:01 smithi141 ceph-mon[110549]: pgmap v190: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 539 op/s 2023-12-18T13:17:02.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 160004 9.15 MB/sec execute 340 sec latency 122.526 ms 2023-12-18T13:17:03.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 160441 9.16 MB/sec execute 341 sec latency 146.116 ms 2023-12-18T13:17:03.628 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:03 smithi093 ceph-mon[107718]: pgmap v191: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-12-18T13:17:03.628 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:03 smithi141 ceph-mon[110549]: pgmap v191: 97 pgs: 97 active+clean; 338 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 350 op/s 2023-12-18T13:17:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:04.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 160831 9.17 MB/sec execute 342 sec latency 139.947 ms 2023-12-18T13:17:05.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 161262 9.18 MB/sec execute 343 sec latency 131.010 ms 2023-12-18T13:17:05.679 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:05 smithi093 ceph-mon[107718]: pgmap v192: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-12-18T13:17:05.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:05 smithi141 ceph-mon[110549]: pgmap v192: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-12-18T13:17:06.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 161556 9.19 MB/sec execute 344 sec latency 126.712 ms 2023-12-18T13:17:07.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 161824 9.18 MB/sec execute 345 sec latency 140.103 ms 2023-12-18T13:17:07.471 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:07 smithi093 ceph-mon[107718]: pgmap v193: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-18T13:17:07.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:07 smithi141 ceph-mon[110549]: pgmap v193: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-18T13:17:08.281 INFO:teuthology.orchestra.run.smithi093.stdout: 5 162073 9.18 MB/sec execute 346 sec latency 164.478 ms 2023-12-18T13:17:09.285 INFO:teuthology.orchestra.run.smithi093.stdout: 5 162291 9.17 MB/sec execute 347 sec latency 148.592 ms 2023-12-18T13:17:09.524 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:09 smithi093 ceph-mon[107718]: pgmap v194: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-18T13:17:09.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:09 smithi141 ceph-mon[110549]: pgmap v194: 97 pgs: 97 active+clean; 329 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-18T13:17:10.285 INFO:teuthology.orchestra.run.smithi093.stdout: 5 162432 9.15 MB/sec execute 348 sec latency 131.775 ms 2023-12-18T13:17:11.296 INFO:teuthology.orchestra.run.smithi093.stdout: 5 162677 9.14 MB/sec execute 349 sec latency 121.727 ms 2023-12-18T13:17:11.581 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:11 smithi093 ceph-mon[107718]: pgmap v195: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-18T13:17:11.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:11 smithi141 ceph-mon[110549]: pgmap v195: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 571 op/s 2023-12-18T13:17:12.296 INFO:teuthology.orchestra.run.smithi093.stdout: 5 162931 9.13 MB/sec execute 350 sec latency 125.935 ms 2023-12-18T13:17:13.307 INFO:teuthology.orchestra.run.smithi093.stdout: 5 163206 9.11 MB/sec execute 351 sec latency 136.869 ms 2023-12-18T13:17:13.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:13 smithi093 ceph-mon[107718]: pgmap v196: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T13:17:13.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:13 smithi141 ceph-mon[110549]: pgmap v196: 97 pgs: 97 active+clean; 340 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T13:17:14.308 INFO:teuthology.orchestra.run.smithi093.stdout: 5 163468 9.11 MB/sec execute 352 sec latency 207.608 ms 2023-12-18T13:17:15.308 INFO:teuthology.orchestra.run.smithi093.stdout: 5 163724 9.10 MB/sec execute 353 sec latency 197.903 ms 2023-12-18T13:17:15.766 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:15 smithi093 ceph-mon[107718]: pgmap v197: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 554 op/s 2023-12-18T13:17:15.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:15 smithi141 ceph-mon[110549]: pgmap v197: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 554 op/s 2023-12-18T13:17:16.308 INFO:teuthology.orchestra.run.smithi093.stdout: 5 164000 9.10 MB/sec execute 354 sec latency 154.103 ms 2023-12-18T13:17:17.308 INFO:teuthology.orchestra.run.smithi093.stdout: 5 164302 9.10 MB/sec execute 355 sec latency 136.608 ms 2023-12-18T13:17:17.544 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:17 smithi093 ceph-mon[107718]: pgmap v198: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:17:17.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:17 smithi141 ceph-mon[110549]: pgmap v198: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:17:18.309 INFO:teuthology.orchestra.run.smithi093.stdout: 5 164524 9.10 MB/sec execute 356 sec latency 129.302 ms 2023-12-18T13:17:18.567 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:18.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:19.314 INFO:teuthology.orchestra.run.smithi093.stdout: 5 164741 9.09 MB/sec execute 357 sec latency 210.210 ms 2023-12-18T13:17:19.582 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:19 smithi093 ceph-mon[107718]: pgmap v199: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:17:19.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:19 smithi141 ceph-mon[110549]: pgmap v199: 97 pgs: 97 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 335 op/s 2023-12-18T13:17:20.323 INFO:teuthology.orchestra.run.smithi093.stdout: 5 164982 9.08 MB/sec execute 358 sec latency 137.763 ms 2023-12-18T13:17:21.324 INFO:teuthology.orchestra.run.smithi093.stdout: 5 165215 9.07 MB/sec execute 359 sec latency 129.402 ms 2023-12-18T13:17:21.646 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:21 smithi093 ceph-mon[107718]: pgmap v200: 97 pgs: 97 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-12-18T13:17:21.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:21 smithi141 ceph-mon[110549]: pgmap v200: 97 pgs: 97 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 485 op/s 2023-12-18T13:17:22.324 INFO:teuthology.orchestra.run.smithi093.stdout: 5 165451 9.06 MB/sec execute 360 sec latency 150.110 ms 2023-12-18T13:17:23.324 INFO:teuthology.orchestra.run.smithi093.stdout: 5 165653 9.06 MB/sec execute 361 sec latency 177.995 ms 2023-12-18T13:17:23.707 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:23 smithi093 ceph-mon[107718]: pgmap v201: 97 pgs: 97 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-12-18T13:17:23.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:23 smithi141 ceph-mon[110549]: pgmap v201: 97 pgs: 97 active+clean; 333 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 304 op/s 2023-12-18T13:17:24.324 INFO:teuthology.orchestra.run.smithi093.stdout: 5 165866 9.05 MB/sec execute 362 sec latency 136.384 ms 2023-12-18T13:17:25.324 INFO:teuthology.orchestra.run.smithi093.stdout: 5 166098 9.04 MB/sec execute 363 sec latency 132.916 ms 2023-12-18T13:17:25.522 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:25 smithi093 ceph-mon[107718]: pgmap v202: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-18T13:17:25.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:25 smithi141 ceph-mon[110549]: pgmap v202: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-18T13:17:26.324 INFO:teuthology.orchestra.run.smithi093.stdout: 5 166282 9.02 MB/sec execute 364 sec latency 123.456 ms 2023-12-18T13:17:27.324 INFO:teuthology.orchestra.run.smithi093.stdout: 5 166528 9.01 MB/sec execute 365 sec latency 123.702 ms 2023-12-18T13:17:27.584 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:27 smithi093 ceph-mon[107718]: pgmap v203: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 289 op/s 2023-12-18T13:17:27.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:27 smithi141 ceph-mon[110549]: pgmap v203: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 289 op/s 2023-12-18T13:17:28.331 INFO:teuthology.orchestra.run.smithi093.stdout: 5 166739 9.00 MB/sec execute 366 sec latency 121.655 ms 2023-12-18T13:17:29.331 INFO:teuthology.orchestra.run.smithi093.stdout: 5 166882 8.99 MB/sec execute 367 sec latency 132.064 ms 2023-12-18T13:17:29.639 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:29 smithi093 ceph-mon[107718]: pgmap v204: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 289 op/s 2023-12-18T13:17:29.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:29 smithi141 ceph-mon[110549]: pgmap v204: 97 pgs: 97 active+clean; 334 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.1 MiB/s wr, 289 op/s 2023-12-18T13:17:30.331 INFO:teuthology.orchestra.run.smithi093.stdout: 5 167229 9.00 MB/sec execute 368 sec latency 208.731 ms 2023-12-18T13:17:31.331 INFO:teuthology.orchestra.run.smithi093.stdout: 5 167541 8.99 MB/sec execute 369 sec latency 105.373 ms 2023-12-18T13:17:31.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:31 smithi093 ceph-mon[107718]: pgmap v205: 97 pgs: 97 active+clean; 331 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T13:17:31.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:31 smithi141 ceph-mon[110549]: pgmap v205: 97 pgs: 97 active+clean; 331 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T13:17:32.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 167862 8.99 MB/sec execute 370 sec latency 130.158 ms 2023-12-18T13:17:33.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 168136 8.99 MB/sec execute 371 sec latency 130.661 ms 2023-12-18T13:17:33.699 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:33 smithi093 ceph-mon[107718]: pgmap v206: 97 pgs: 97 active+clean; 331 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 271 op/s 2023-12-18T13:17:33.699 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:33 smithi141 ceph-mon[110549]: pgmap v206: 97 pgs: 97 active+clean; 331 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 271 op/s 2023-12-18T13:17:33.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:34.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 168364 8.98 MB/sec execute 372 sec latency 137.162 ms 2023-12-18T13:17:35.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 168687 8.98 MB/sec execute 373 sec latency 146.133 ms 2023-12-18T13:17:35.738 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:35 smithi093 ceph-mon[107718]: pgmap v207: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T13:17:35.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:35 smithi141 ceph-mon[110549]: pgmap v207: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T13:17:36.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 168948 8.97 MB/sec execute 374 sec latency 169.715 ms 2023-12-18T13:17:37.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 169157 8.97 MB/sec execute 375 sec latency 164.576 ms 2023-12-18T13:17:37.503 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:37 smithi093 ceph-mon[107718]: pgmap v208: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-12-18T13:17:37.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:37 smithi141 ceph-mon[110549]: pgmap v208: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-12-18T13:17:38.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 169418 8.97 MB/sec execute 376 sec latency 91.186 ms 2023-12-18T13:17:39.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 169670 8.96 MB/sec execute 377 sec latency 139.893 ms 2023-12-18T13:17:39.549 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:39 smithi093 ceph-mon[107718]: pgmap v209: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-12-18T13:17:39.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:39 smithi141 ceph-mon[110549]: pgmap v209: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 301 op/s 2023-12-18T13:17:40.339 INFO:teuthology.orchestra.run.smithi093.stdout: 5 169995 8.95 MB/sec execute 378 sec latency 130.118 ms 2023-12-18T13:17:41.341 INFO:teuthology.orchestra.run.smithi093.stdout: 5 170193 8.94 MB/sec execute 379 sec latency 129.433 ms 2023-12-18T13:17:41.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:41 smithi093 ceph-mon[107718]: pgmap v210: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-18T13:17:41.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:41 smithi141 ceph-mon[110549]: pgmap v210: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-12-18T13:17:42.341 INFO:teuthology.orchestra.run.smithi093.stdout: 5 170400 8.93 MB/sec execute 380 sec latency 201.697 ms 2023-12-18T13:17:43.350 INFO:teuthology.orchestra.run.smithi093.stdout: 5 170794 8.94 MB/sec execute 381 sec latency 126.930 ms 2023-12-18T13:17:43.663 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:43 smithi093 ceph-mon[107718]: pgmap v211: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-18T13:17:43.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:43 smithi141 ceph-mon[110549]: pgmap v211: 97 pgs: 97 active+clean; 336 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-18T13:17:44.350 INFO:teuthology.orchestra.run.smithi093.stdout: 5 171229 8.94 MB/sec execute 382 sec latency 131.977 ms 2023-12-18T13:17:45.350 INFO:teuthology.orchestra.run.smithi093.stdout: 5 171575 8.94 MB/sec execute 383 sec latency 116.529 ms 2023-12-18T13:17:45.711 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:45 smithi093 ceph-mon[107718]: pgmap v212: 97 pgs: 97 active+clean; 338 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-18T13:17:45.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:45 smithi141 ceph-mon[110549]: pgmap v212: 97 pgs: 97 active+clean; 338 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-18T13:17:46.350 INFO:teuthology.orchestra.run.smithi093.stdout: 5 171914 8.95 MB/sec execute 384 sec latency 129.582 ms 2023-12-18T13:17:47.352 INFO:teuthology.orchestra.run.smithi093.stdout: 5 172246 8.95 MB/sec execute 385 sec latency 154.175 ms 2023-12-18T13:17:47.498 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:47 smithi093 ceph-mon[107718]: pgmap v213: 97 pgs: 97 active+clean; 338 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:17:47.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:47 smithi141 ceph-mon[110549]: pgmap v213: 97 pgs: 97 active+clean; 338 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:17:48.352 INFO:teuthology.orchestra.run.smithi093.stdout: 5 172507 8.94 MB/sec execute 386 sec latency 143.521 ms 2023-12-18T13:17:48.543 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:48.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:17:49.352 INFO:teuthology.orchestra.run.smithi093.stdout: 5 172819 8.95 MB/sec execute 387 sec latency 125.436 ms 2023-12-18T13:17:49.565 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:49 smithi093 ceph-mon[107718]: pgmap v214: 97 pgs: 97 active+clean; 338 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:17:49.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:49 smithi141 ceph-mon[110549]: pgmap v214: 97 pgs: 97 active+clean; 338 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-12-18T13:17:50.352 INFO:teuthology.orchestra.run.smithi093.stdout: 5 173103 8.94 MB/sec execute 388 sec latency 141.505 ms 2023-12-18T13:17:51.352 INFO:teuthology.orchestra.run.smithi093.stdout: 5 173467 8.94 MB/sec execute 389 sec latency 86.958 ms 2023-12-18T13:17:51.587 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:51 smithi093 ceph-mon[107718]: pgmap v215: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-18T13:17:51.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:51 smithi141 ceph-mon[110549]: pgmap v215: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-18T13:17:52.353 INFO:teuthology.orchestra.run.smithi093.stdout: 5 173831 8.94 MB/sec execute 390 sec latency 105.495 ms 2023-12-18T13:17:53.353 INFO:teuthology.orchestra.run.smithi093.stdout: 5 174094 8.93 MB/sec execute 391 sec latency 133.094 ms 2023-12-18T13:17:53.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:53 smithi093 ceph-mon[107718]: pgmap v216: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-18T13:17:53.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:53 smithi141 ceph-mon[110549]: pgmap v216: 97 pgs: 97 active+clean; 344 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-18T13:17:54.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 174515 8.94 MB/sec execute 392 sec latency 132.878 ms 2023-12-18T13:17:55.358 INFO:teuthology.orchestra.run.smithi093.stdout: 5 174843 8.94 MB/sec execute 393 sec latency 130.390 ms 2023-12-18T13:17:55.658 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:55 smithi093 ceph-mon[107718]: pgmap v217: 97 pgs: 97 active+clean; 336 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-12-18T13:17:55.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:55 smithi141 ceph-mon[110549]: pgmap v217: 97 pgs: 97 active+clean; 336 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.7 MiB/s wr, 578 op/s 2023-12-18T13:17:56.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 175220 8.95 MB/sec execute 394 sec latency 129.473 ms 2023-12-18T13:17:57.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 175529 8.96 MB/sec execute 395 sec latency 133.717 ms 2023-12-18T13:17:57.434 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:57 smithi093 ceph-mon[107718]: pgmap v218: 97 pgs: 97 active+clean; 336 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-12-18T13:17:57.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:57 smithi141 ceph-mon[110549]: pgmap v218: 97 pgs: 97 active+clean; 336 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-12-18T13:17:58.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 175827 8.95 MB/sec execute 396 sec latency 130.870 ms 2023-12-18T13:17:59.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 176134 8.94 MB/sec execute 397 sec latency 127.021 ms 2023-12-18T13:17:59.519 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:17:59 smithi093 ceph-mon[107718]: pgmap v219: 97 pgs: 97 active+clean; 336 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-12-18T13:17:59.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:17:59 smithi141 ceph-mon[110549]: pgmap v219: 97 pgs: 97 active+clean; 336 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 401 op/s 2023-12-18T13:18:00.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 176322 8.93 MB/sec execute 398 sec latency 146.393 ms 2023-12-18T13:18:01.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 176645 8.94 MB/sec execute 399 sec latency 133.855 ms 2023-12-18T13:18:01.584 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:01 smithi093 ceph-mon[107718]: pgmap v220: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.3 MiB/s wr, 593 op/s 2023-12-18T13:18:01.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:01 smithi141 ceph-mon[110549]: pgmap v220: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.3 MiB/s wr, 593 op/s 2023-12-18T13:18:02.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 176960 8.93 MB/sec execute 400 sec latency 121.153 ms 2023-12-18T13:18:03.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 177415 8.93 MB/sec execute 401 sec latency 120.107 ms 2023-12-18T13:18:03.640 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:03 smithi093 ceph-mon[107718]: pgmap v221: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T13:18:03.640 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:03 smithi141 ceph-mon[110549]: pgmap v221: 97 pgs: 97 active+clean; 342 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T13:18:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:04.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 177764 8.93 MB/sec execute 402 sec latency 138.704 ms 2023-12-18T13:18:05.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 178246 8.94 MB/sec execute 403 sec latency 118.011 ms 2023-12-18T13:18:05.680 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:05 smithi093 ceph-mon[107718]: pgmap v222: 97 pgs: 97 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 596 op/s 2023-12-18T13:18:05.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:05 smithi141 ceph-mon[110549]: pgmap v222: 97 pgs: 97 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.9 MiB/s wr, 596 op/s 2023-12-18T13:18:06.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 178486 8.94 MB/sec execute 404 sec latency 138.113 ms 2023-12-18T13:18:07.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 178715 8.94 MB/sec execute 405 sec latency 168.917 ms 2023-12-18T13:18:07.472 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:07 smithi093 ceph-mon[107718]: pgmap v223: 97 pgs: 97 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-18T13:18:07.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:07 smithi141 ceph-mon[110549]: pgmap v223: 97 pgs: 97 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-18T13:18:08.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 178928 8.94 MB/sec execute 406 sec latency 131.672 ms 2023-12-18T13:18:09.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 179153 8.94 MB/sec execute 407 sec latency 136.806 ms 2023-12-18T13:18:09.553 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:09 smithi093 ceph-mon[107718]: pgmap v224: 97 pgs: 97 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-18T13:18:09.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:09 smithi141 ceph-mon[110549]: pgmap v224: 97 pgs: 97 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-12-18T13:18:10.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 179433 8.92 MB/sec execute 408 sec latency 126.010 ms 2023-12-18T13:18:11.359 INFO:teuthology.orchestra.run.smithi093.stdout: 5 179722 8.92 MB/sec execute 409 sec latency 123.927 ms 2023-12-18T13:18:11.606 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:11 smithi093 ceph-mon[107718]: pgmap v225: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 570 op/s 2023-12-18T13:18:11.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:11 smithi141 ceph-mon[110549]: pgmap v225: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 570 op/s 2023-12-18T13:18:12.364 INFO:teuthology.orchestra.run.smithi093.stdout: 5 180038 8.92 MB/sec execute 410 sec latency 124.613 ms 2023-12-18T13:18:13.370 INFO:teuthology.orchestra.run.smithi093.stdout: 5 180353 8.92 MB/sec execute 411 sec latency 135.756 ms 2023-12-18T13:18:13.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:13 smithi093 ceph-mon[107718]: pgmap v226: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T13:18:13.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:13 smithi141 ceph-mon[110549]: pgmap v226: 97 pgs: 97 active+clean; 339 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T13:18:14.370 INFO:teuthology.orchestra.run.smithi093.stdout: 5 180659 8.91 MB/sec execute 412 sec latency 109.159 ms 2023-12-18T13:18:15.370 INFO:teuthology.orchestra.run.smithi093.stdout: 5 180941 8.91 MB/sec execute 413 sec latency 104.236 ms 2023-12-18T13:18:15.676 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:15 smithi093 ceph-mon[107718]: pgmap v227: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-12-18T13:18:15.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:15 smithi141 ceph-mon[110549]: pgmap v227: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 554 op/s 2023-12-18T13:18:16.377 INFO:teuthology.orchestra.run.smithi093.stdout: 5 181126 8.89 MB/sec execute 414 sec latency 108.532 ms 2023-12-18T13:18:17.377 INFO:teuthology.orchestra.run.smithi093.stdout: 5 181443 8.90 MB/sec execute 415 sec latency 137.795 ms 2023-12-18T13:18:17.566 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:17 smithi093 ceph-mon[107718]: pgmap v228: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-18T13:18:17.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:17 smithi141 ceph-mon[110549]: pgmap v228: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-18T13:18:18.377 INFO:teuthology.orchestra.run.smithi093.stdout: 5 181825 8.89 MB/sec execute 416 sec latency 135.555 ms 2023-12-18T13:18:18.581 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:18.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:19.377 INFO:teuthology.orchestra.run.smithi093.stdout: 5 182161 8.90 MB/sec execute 417 sec latency 120.236 ms 2023-12-18T13:18:19.602 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:19 smithi093 ceph-mon[107718]: pgmap v229: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-18T13:18:19.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:19 smithi141 ceph-mon[110549]: pgmap v229: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-18T13:18:20.377 INFO:teuthology.orchestra.run.smithi093.stdout: 5 182452 8.91 MB/sec execute 418 sec latency 141.399 ms 2023-12-18T13:18:21.383 INFO:teuthology.orchestra.run.smithi093.stdout: 5 182778 8.90 MB/sec execute 419 sec latency 141.216 ms 2023-12-18T13:18:21.641 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:21 smithi093 ceph-mon[107718]: pgmap v230: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-12-18T13:18:21.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:21 smithi141 ceph-mon[110549]: pgmap v230: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-12-18T13:18:22.383 INFO:teuthology.orchestra.run.smithi093.stdout: 5 183183 8.91 MB/sec execute 420 sec latency 120.559 ms 2023-12-18T13:18:23.383 INFO:teuthology.orchestra.run.smithi093.stdout: 5 183418 8.90 MB/sec execute 421 sec latency 134.479 ms 2023-12-18T13:18:23.688 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:23 smithi093 ceph-mon[107718]: pgmap v231: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-12-18T13:18:23.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:23 smithi141 ceph-mon[110549]: pgmap v231: 97 pgs: 97 active+clean; 341 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-12-18T13:18:24.383 INFO:teuthology.orchestra.run.smithi093.stdout: 5 183778 8.91 MB/sec execute 422 sec latency 118.466 ms 2023-12-18T13:18:25.383 INFO:teuthology.orchestra.run.smithi093.stdout: 5 184200 8.90 MB/sec execute 423 sec latency 141.457 ms 2023-12-18T13:18:25.718 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:25 smithi093 ceph-mon[107718]: pgmap v232: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-12-18T13:18:25.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:25 smithi141 ceph-mon[110549]: pgmap v232: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-12-18T13:18:26.383 INFO:teuthology.orchestra.run.smithi093.stdout: 5 184441 8.89 MB/sec execute 424 sec latency 165.501 ms 2023-12-18T13:18:27.383 INFO:teuthology.orchestra.run.smithi093.stdout: 5 184757 8.91 MB/sec execute 425 sec latency 133.816 ms 2023-12-18T13:18:27.509 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:27 smithi093 ceph-mon[107718]: pgmap v233: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-18T13:18:27.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:27 smithi141 ceph-mon[110549]: pgmap v233: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-18T13:18:28.384 INFO:teuthology.orchestra.run.smithi093.stdout: 5 185030 8.90 MB/sec execute 426 sec latency 129.628 ms 2023-12-18T13:18:29.391 INFO:teuthology.orchestra.run.smithi093.stdout: 5 185316 8.90 MB/sec execute 427 sec latency 133.139 ms 2023-12-18T13:18:29.596 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:29 smithi093 ceph-mon[107718]: pgmap v234: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-18T13:18:29.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:29 smithi141 ceph-mon[110549]: pgmap v234: 97 pgs: 97 active+clean; 342 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-18T13:18:30.391 INFO:teuthology.orchestra.run.smithi093.stdout: 5 185534 8.89 MB/sec execute 428 sec latency 86.142 ms 2023-12-18T13:18:31.396 INFO:teuthology.orchestra.run.smithi093.stdout: 5 185704 8.87 MB/sec execute 429 sec latency 139.280 ms 2023-12-18T13:18:31.631 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:31 smithi093 ceph-mon[107718]: pgmap v235: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-12-18T13:18:31.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:31 smithi141 ceph-mon[110549]: pgmap v235: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-12-18T13:18:32.396 INFO:teuthology.orchestra.run.smithi093.stdout: 5 185890 8.86 MB/sec execute 430 sec latency 130.646 ms 2023-12-18T13:18:33.404 INFO:teuthology.orchestra.run.smithi093.stdout: 5 186111 8.86 MB/sec execute 431 sec latency 129.303 ms 2023-12-18T13:18:33.710 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:33 smithi093 ceph-mon[107718]: pgmap v236: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 390 op/s 2023-12-18T13:18:33.710 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:33 smithi141 ceph-mon[110549]: pgmap v236: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 390 op/s 2023-12-18T13:18:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:34.404 INFO:teuthology.orchestra.run.smithi093.stdout: 5 186386 8.85 MB/sec execute 432 sec latency 137.292 ms 2023-12-18T13:18:35.405 INFO:teuthology.orchestra.run.smithi093.stdout: 5 186635 8.85 MB/sec execute 433 sec latency 134.068 ms 2023-12-18T13:18:35.796 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:35 smithi093 ceph-mon[107718]: pgmap v237: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-12-18T13:18:35.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:35 smithi141 ceph-mon[110549]: pgmap v237: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-12-18T13:18:36.412 INFO:teuthology.orchestra.run.smithi093.stdout: 5 186851 8.85 MB/sec execute 434 sec latency 132.607 ms 2023-12-18T13:18:37.412 INFO:teuthology.orchestra.run.smithi093.stdout: 5 187078 8.85 MB/sec execute 435 sec latency 119.090 ms 2023-12-18T13:18:37.599 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:37 smithi093 ceph-mon[107718]: pgmap v238: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:18:37.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:37 smithi141 ceph-mon[110549]: pgmap v238: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:18:38.413 INFO:teuthology.orchestra.run.smithi093.stdout: 5 187342 8.84 MB/sec execute 436 sec latency 218.881 ms 2023-12-18T13:18:39.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 187697 8.84 MB/sec execute 437 sec latency 86.671 ms 2023-12-18T13:18:39.630 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:39 smithi093 ceph-mon[107718]: pgmap v239: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:18:39.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:39 smithi141 ceph-mon[110549]: pgmap v239: 97 pgs: 97 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 321 op/s 2023-12-18T13:18:40.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 187953 8.83 MB/sec execute 438 sec latency 127.486 ms 2023-12-18T13:18:41.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 188260 8.83 MB/sec execute 439 sec latency 124.175 ms 2023-12-18T13:18:41.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:41 smithi093 ceph-mon[107718]: pgmap v240: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-18T13:18:41.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:41 smithi141 ceph-mon[110549]: pgmap v240: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-12-18T13:18:42.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 188518 8.82 MB/sec execute 440 sec latency 156.009 ms 2023-12-18T13:18:43.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 188881 8.83 MB/sec execute 441 sec latency 137.432 ms 2023-12-18T13:18:43.708 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:43 smithi093 ceph-mon[107718]: pgmap v241: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:18:43.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:43 smithi141 ceph-mon[110549]: pgmap v241: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 285 op/s 2023-12-18T13:18:44.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 189188 8.82 MB/sec execute 442 sec latency 132.876 ms 2023-12-18T13:18:45.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 189433 8.82 MB/sec execute 443 sec latency 135.105 ms 2023-12-18T13:18:45.765 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:45 smithi093 ceph-mon[107718]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2023-12-18T13:18:45.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:45 smithi141 ceph-mon[110549]: pgmap v242: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2023-12-18T13:18:46.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 189770 8.83 MB/sec execute 444 sec latency 126.752 ms 2023-12-18T13:18:47.414 INFO:teuthology.orchestra.run.smithi093.stdout: 5 190098 8.82 MB/sec execute 445 sec latency 136.571 ms 2023-12-18T13:18:47.567 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:47 smithi093 ceph-mon[107718]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-12-18T13:18:47.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:47 smithi141 ceph-mon[110549]: pgmap v243: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-12-18T13:18:48.418 INFO:teuthology.orchestra.run.smithi093.stdout: 5 190423 8.83 MB/sec execute 446 sec latency 154.251 ms 2023-12-18T13:18:48.592 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:48.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:18:49.419 INFO:teuthology.orchestra.run.smithi093.stdout: 5 190722 8.83 MB/sec execute 447 sec latency 202.296 ms 2023-12-18T13:18:49.611 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:49 smithi093 ceph-mon[107718]: pgmap v244: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-12-18T13:18:49.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:49 smithi141 ceph-mon[110549]: pgmap v244: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 337 op/s 2023-12-18T13:18:50.419 INFO:teuthology.orchestra.run.smithi093.stdout: 5 191060 8.82 MB/sec execute 448 sec latency 120.648 ms 2023-12-18T13:18:51.419 INFO:teuthology.orchestra.run.smithi093.stdout: 5 191359 8.83 MB/sec execute 449 sec latency 126.084 ms 2023-12-18T13:18:51.648 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:51 smithi093 ceph-mon[107718]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-12-18T13:18:51.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:51 smithi141 ceph-mon[110549]: pgmap v245: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 517 op/s 2023-12-18T13:18:52.420 INFO:teuthology.orchestra.run.smithi093.stdout: 5 191656 8.82 MB/sec execute 450 sec latency 130.135 ms 2023-12-18T13:18:53.428 INFO:teuthology.orchestra.run.smithi093.stdout: 5 191948 8.81 MB/sec execute 451 sec latency 129.673 ms 2023-12-18T13:18:53.711 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:53 smithi093 ceph-mon[107718]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-18T13:18:53.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:53 smithi141 ceph-mon[110549]: pgmap v246: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-18T13:18:54.430 INFO:teuthology.orchestra.run.smithi093.stdout: 5 192222 8.81 MB/sec execute 452 sec latency 104.047 ms 2023-12-18T13:18:55.438 INFO:teuthology.orchestra.run.smithi093.stdout: 5 192527 8.81 MB/sec execute 453 sec latency 132.596 ms 2023-12-18T13:18:55.506 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:55 smithi093 ceph-mon[107718]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-18T13:18:55.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:55 smithi141 ceph-mon[110549]: pgmap v247: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-12-18T13:18:56.440 INFO:teuthology.orchestra.run.smithi093.stdout: 5 192850 8.80 MB/sec execute 454 sec latency 141.952 ms 2023-12-18T13:18:57.438 INFO:teuthology.orchestra.run.smithi093.stdout: 5 193099 8.80 MB/sec execute 455 sec latency 146.898 ms 2023-12-18T13:18:57.588 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:57 smithi093 ceph-mon[107718]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-12-18T13:18:57.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:57 smithi141 ceph-mon[110549]: pgmap v248: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-12-18T13:18:58.438 INFO:teuthology.orchestra.run.smithi093.stdout: 5 193434 8.81 MB/sec execute 456 sec latency 129.535 ms 2023-12-18T13:18:59.447 INFO:teuthology.orchestra.run.smithi093.stdout: 5 193732 8.81 MB/sec execute 457 sec latency 139.947 ms 2023-12-18T13:18:59.640 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:18:59 smithi093 ceph-mon[107718]: pgmap v249: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-12-18T13:18:59.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:18:59 smithi141 ceph-mon[110549]: pgmap v249: 97 pgs: 97 active+clean; 344 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 375 op/s 2023-12-18T13:19:00.446 INFO:teuthology.orchestra.run.smithi093.stdout: 5 193925 8.80 MB/sec execute 458 sec latency 134.523 ms 2023-12-18T13:19:01.447 INFO:teuthology.orchestra.run.smithi093.stdout: 5 194167 8.80 MB/sec execute 459 sec latency 159.068 ms 2023-12-18T13:19:01.701 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:01 smithi093 ceph-mon[107718]: pgmap v250: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-12-18T13:19:01.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:01 smithi141 ceph-mon[110549]: pgmap v250: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-12-18T13:19:02.456 INFO:teuthology.orchestra.run.smithi093.stdout: 5 194360 8.79 MB/sec execute 460 sec latency 132.629 ms 2023-12-18T13:19:03.456 INFO:teuthology.orchestra.run.smithi093.stdout: 5 194561 8.78 MB/sec execute 461 sec latency 130.000 ms 2023-12-18T13:19:03.758 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:03 smithi093 ceph-mon[107718]: pgmap v251: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 368 op/s 2023-12-18T13:19:03.758 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:03 smithi141 ceph-mon[110549]: pgmap v251: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 368 op/s 2023-12-18T13:19:03.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:04.456 INFO:teuthology.orchestra.run.smithi093.stdout: 5 194751 8.77 MB/sec execute 462 sec latency 157.042 ms 2023-12-18T13:19:05.456 INFO:teuthology.orchestra.run.smithi093.stdout: 5 194995 8.77 MB/sec execute 463 sec latency 151.638 ms 2023-12-18T13:19:05.569 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:05 smithi093 ceph-mon[107718]: pgmap v252: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T13:19:05.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:05 smithi141 ceph-mon[110549]: pgmap v252: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-12-18T13:19:06.465 INFO:teuthology.orchestra.run.smithi093.stdout: 5 195234 8.76 MB/sec execute 464 sec latency 138.092 ms 2023-12-18T13:19:07.465 INFO:teuthology.orchestra.run.smithi093.stdout: 5 195475 8.75 MB/sec execute 465 sec latency 134.708 ms 2023-12-18T13:19:07.662 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:07 smithi093 ceph-mon[107718]: pgmap v253: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-12-18T13:19:07.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:07 smithi141 ceph-mon[110549]: pgmap v253: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-12-18T13:19:08.465 INFO:teuthology.orchestra.run.smithi093.stdout: 5 195777 8.75 MB/sec execute 466 sec latency 136.950 ms 2023-12-18T13:19:09.465 INFO:teuthology.orchestra.run.smithi093.stdout: 5 195985 8.74 MB/sec execute 467 sec latency 143.002 ms 2023-12-18T13:19:09.724 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:09 smithi093 ceph-mon[107718]: pgmap v254: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-12-18T13:19:09.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:09 smithi141 ceph-mon[110549]: pgmap v254: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.2 MiB/s wr, 310 op/s 2023-12-18T13:19:10.469 INFO:teuthology.orchestra.run.smithi093.stdout: 5 196229 8.74 MB/sec execute 468 sec latency 135.061 ms 2023-12-18T13:19:11.469 INFO:teuthology.orchestra.run.smithi093.stdout: 5 196653 8.75 MB/sec execute 469 sec latency 124.149 ms 2023-12-18T13:19:11.552 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:11 smithi093 ceph-mon[107718]: pgmap v255: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 459 op/s 2023-12-18T13:19:11.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:11 smithi141 ceph-mon[110549]: pgmap v255: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 459 op/s 2023-12-18T13:19:12.469 INFO:teuthology.orchestra.run.smithi093.stdout: 5 196967 8.75 MB/sec execute 470 sec latency 129.589 ms 2023-12-18T13:19:13.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 197296 8.75 MB/sec execute 471 sec latency 160.153 ms 2023-12-18T13:19:13.582 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:13 smithi093 ceph-mon[107718]: pgmap v256: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-18T13:19:13.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:13 smithi141 ceph-mon[110549]: pgmap v256: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-12-18T13:19:14.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 197582 8.75 MB/sec execute 472 sec latency 138.072 ms 2023-12-18T13:19:15.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 197933 8.75 MB/sec execute 473 sec latency 123.406 ms 2023-12-18T13:19:15.647 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:15 smithi093 ceph-mon[107718]: pgmap v257: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-18T13:19:15.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:15 smithi141 ceph-mon[110549]: pgmap v257: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 469 op/s 2023-12-18T13:19:16.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 198252 8.75 MB/sec execute 474 sec latency 141.221 ms 2023-12-18T13:19:17.462 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:17 smithi093 ceph-mon[107718]: pgmap v258: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-18T13:19:17.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 198567 8.75 MB/sec execute 475 sec latency 130.764 ms 2023-12-18T13:19:17.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:17 smithi141 ceph-mon[110549]: pgmap v258: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-18T13:19:18.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 198881 8.74 MB/sec execute 476 sec latency 132.842 ms 2023-12-18T13:19:18.479 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:18.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:19.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 199208 8.74 MB/sec execute 477 sec latency 126.286 ms 2023-12-18T13:19:19.483 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:19 smithi093 ceph-mon[107718]: pgmap v259: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-18T13:19:19.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:19 smithi141 ceph-mon[110549]: pgmap v259: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-18T13:19:20.473 INFO:teuthology.orchestra.run.smithi093.stdout: 5 199461 8.74 MB/sec execute 478 sec latency 126.303 ms 2023-12-18T13:19:21.482 INFO:teuthology.orchestra.run.smithi093.stdout: 5 199761 8.74 MB/sec execute 479 sec latency 129.732 ms 2023-12-18T13:19:21.706 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:21 smithi093 ceph-mon[107718]: pgmap v260: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-12-18T13:19:21.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:21 smithi141 ceph-mon[110549]: pgmap v260: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-12-18T13:19:22.482 INFO:teuthology.orchestra.run.smithi093.stdout: 5 200141 8.74 MB/sec execute 480 sec latency 136.023 ms 2023-12-18T13:19:23.490 INFO:teuthology.orchestra.run.smithi093.stdout: 5 200473 8.74 MB/sec execute 481 sec latency 117.999 ms 2023-12-18T13:19:23.495 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:23 smithi093 ceph-mon[107718]: pgmap v261: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:19:23.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:23 smithi141 ceph-mon[110549]: pgmap v261: 97 pgs: 97 active+clean; 347 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T13:19:24.492 INFO:teuthology.orchestra.run.smithi093.stdout: 5 200720 8.74 MB/sec execute 482 sec latency 138.959 ms 2023-12-18T13:19:25.498 INFO:teuthology.orchestra.run.smithi093.stdout: 5 201091 8.74 MB/sec execute 483 sec latency 143.383 ms 2023-12-18T13:19:25.545 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:25 smithi093 ceph-mon[107718]: pgmap v262: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 573 op/s 2023-12-18T13:19:25.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:25 smithi141 ceph-mon[110549]: pgmap v262: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 573 op/s 2023-12-18T13:19:26.499 INFO:teuthology.orchestra.run.smithi093.stdout: 5 201414 8.74 MB/sec execute 484 sec latency 173.499 ms 2023-12-18T13:19:27.499 INFO:teuthology.orchestra.run.smithi093.stdout: 5 201747 8.75 MB/sec execute 485 sec latency 114.995 ms 2023-12-18T13:19:27.599 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:27 smithi093 ceph-mon[107718]: pgmap v263: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-18T13:19:27.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:27 smithi141 ceph-mon[110549]: pgmap v263: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-18T13:19:28.499 INFO:teuthology.orchestra.run.smithi093.stdout: 5 201997 8.74 MB/sec execute 486 sec latency 137.927 ms 2023-12-18T13:19:29.499 INFO:teuthology.orchestra.run.smithi093.stdout: 5 202279 8.74 MB/sec execute 487 sec latency 137.762 ms 2023-12-18T13:19:29.643 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:29 smithi093 ceph-mon[107718]: pgmap v264: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-18T13:19:29.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:29 smithi141 ceph-mon[110549]: pgmap v264: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-12-18T13:19:30.499 INFO:teuthology.orchestra.run.smithi093.stdout: 5 202600 8.73 MB/sec execute 488 sec latency 128.711 ms 2023-12-18T13:19:31.499 INFO:teuthology.orchestra.run.smithi093.stdout: 5 202818 8.72 MB/sec execute 489 sec latency 167.563 ms 2023-12-18T13:19:31.693 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:31 smithi093 ceph-mon[107718]: pgmap v265: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2023-12-18T13:19:31.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:31 smithi141 ceph-mon[110549]: pgmap v265: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2023-12-18T13:19:32.499 INFO:teuthology.orchestra.run.smithi093.stdout: 5 203037 8.71 MB/sec execute 490 sec latency 198.437 ms 2023-12-18T13:19:33.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:33 smithi093 ceph-mon[107718]: pgmap v266: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 374 op/s 2023-12-18T13:19:33.494 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:33.501 INFO:teuthology.orchestra.run.smithi093.stdout: 5 203281 8.72 MB/sec execute 491 sec latency 130.127 ms 2023-12-18T13:19:33.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:33 smithi141 ceph-mon[110549]: pgmap v266: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 374 op/s 2023-12-18T13:19:33.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:34.501 INFO:teuthology.orchestra.run.smithi093.stdout: 5 203521 8.71 MB/sec execute 492 sec latency 130.860 ms 2023-12-18T13:19:35.501 INFO:teuthology.orchestra.run.smithi093.stdout: 5 203804 8.70 MB/sec execute 493 sec latency 126.275 ms 2023-12-18T13:19:35.561 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:35 smithi093 ceph-mon[107718]: pgmap v267: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-18T13:19:35.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:35 smithi141 ceph-mon[110549]: pgmap v267: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-18T13:19:36.501 INFO:teuthology.orchestra.run.smithi093.stdout: 5 204063 8.71 MB/sec execute 494 sec latency 133.474 ms 2023-12-18T13:19:37.501 INFO:teuthology.orchestra.run.smithi093.stdout: 5 204251 8.70 MB/sec execute 495 sec latency 133.772 ms 2023-12-18T13:19:37.618 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:37 smithi093 ceph-mon[107718]: pgmap v268: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-18T13:19:37.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:37 smithi141 ceph-mon[110549]: pgmap v268: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-18T13:19:38.505 INFO:teuthology.orchestra.run.smithi093.stdout: 5 204489 8.70 MB/sec execute 496 sec latency 129.694 ms 2023-12-18T13:19:39.504 INFO:teuthology.orchestra.run.smithi093.stdout: 5 204695 8.69 MB/sec execute 497 sec latency 133.727 ms 2023-12-18T13:19:39.665 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:39 smithi093 ceph-mon[107718]: pgmap v269: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-18T13:19:39.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:39 smithi141 ceph-mon[110549]: pgmap v269: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 346 op/s 2023-12-18T13:19:40.505 INFO:teuthology.orchestra.run.smithi093.stdout: 5 204980 8.69 MB/sec execute 498 sec latency 130.065 ms 2023-12-18T13:19:41.505 INFO:teuthology.orchestra.run.smithi093.stdout: 5 205201 8.69 MB/sec execute 499 sec latency 141.461 ms 2023-12-18T13:19:41.729 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:41 smithi093 ceph-mon[107718]: pgmap v270: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-12-18T13:19:41.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:41 smithi141 ceph-mon[110549]: pgmap v270: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-12-18T13:19:42.505 INFO:teuthology.orchestra.run.smithi093.stdout: 5 205425 8.68 MB/sec execute 500 sec latency 157.771 ms 2023-12-18T13:19:43.505 INFO:teuthology.orchestra.run.smithi093.stdout: 5 205704 8.68 MB/sec execute 501 sec latency 216.661 ms 2023-12-18T13:19:43.766 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:43 smithi093 ceph-mon[107718]: pgmap v271: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-12-18T13:19:43.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:43 smithi141 ceph-mon[110549]: pgmap v271: 97 pgs: 97 active+clean; 350 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 303 op/s 2023-12-18T13:19:44.505 INFO:teuthology.orchestra.run.smithi093.stdout: 5 206024 8.68 MB/sec execute 502 sec latency 126.424 ms 2023-12-18T13:19:45.505 INFO:teuthology.orchestra.run.smithi093.stdout: 5 206256 8.67 MB/sec execute 503 sec latency 136.145 ms 2023-12-18T13:19:45.563 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:45 smithi093 ceph-mon[107718]: pgmap v272: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2023-12-18T13:19:45.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:45 smithi141 ceph-mon[110549]: pgmap v272: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 456 op/s 2023-12-18T13:19:46.508 INFO:teuthology.orchestra.run.smithi093.stdout: 5 206467 8.66 MB/sec execute 504 sec latency 122.858 ms 2023-12-18T13:19:47.508 INFO:teuthology.orchestra.run.smithi093.stdout: 5 206711 8.65 MB/sec execute 505 sec latency 120.879 ms 2023-12-18T13:19:47.615 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:47 smithi093 ceph-mon[107718]: pgmap v273: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 297 op/s 2023-12-18T13:19:47.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:47 smithi141 ceph-mon[110549]: pgmap v273: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 297 op/s 2023-12-18T13:19:48.512 INFO:teuthology.orchestra.run.smithi093.stdout: 5 206892 8.64 MB/sec execute 506 sec latency 112.980 ms 2023-12-18T13:19:48.644 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:48.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:19:49.512 INFO:teuthology.orchestra.run.smithi093.stdout: 5 207184 8.65 MB/sec execute 507 sec latency 125.411 ms 2023-12-18T13:19:49.695 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:49 smithi093 ceph-mon[107718]: pgmap v274: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-18T13:19:49.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:49 smithi141 ceph-mon[110549]: pgmap v274: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-18T13:19:50.512 INFO:teuthology.orchestra.run.smithi093.stdout: 5 207450 8.64 MB/sec execute 508 sec latency 127.956 ms 2023-12-18T13:19:51.512 INFO:teuthology.orchestra.run.smithi093.stdout: 5 207753 8.65 MB/sec execute 509 sec latency 163.385 ms 2023-12-18T13:19:51.742 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:51 smithi093 ceph-mon[107718]: pgmap v275: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2023-12-18T13:19:51.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:51 smithi141 ceph-mon[110549]: pgmap v275: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 445 op/s 2023-12-18T13:19:52.512 INFO:teuthology.orchestra.run.smithi093.stdout: 5 208032 8.65 MB/sec execute 510 sec latency 141.530 ms 2023-12-18T13:19:53.512 INFO:teuthology.orchestra.run.smithi093.stdout: 5 208291 8.64 MB/sec execute 511 sec latency 143.334 ms 2023-12-18T13:19:53.534 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:53 smithi093 ceph-mon[107718]: pgmap v276: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 300 op/s 2023-12-18T13:19:53.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:53 smithi141 ceph-mon[110549]: pgmap v276: 97 pgs: 97 active+clean; 345 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 300 op/s 2023-12-18T13:19:54.514 INFO:teuthology.orchestra.run.smithi093.stdout: 5 208559 8.64 MB/sec execute 512 sec latency 139.919 ms 2023-12-18T13:19:55.515 INFO:teuthology.orchestra.run.smithi093.stdout: 5 208858 8.64 MB/sec execute 513 sec latency 130.006 ms 2023-12-18T13:19:55.569 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:55 smithi093 ceph-mon[107718]: pgmap v277: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-12-18T13:19:55.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:55 smithi141 ceph-mon[110549]: pgmap v277: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-12-18T13:19:56.515 INFO:teuthology.orchestra.run.smithi093.stdout: 5 209056 8.63 MB/sec execute 514 sec latency 141.992 ms 2023-12-18T13:19:57.515 INFO:teuthology.orchestra.run.smithi093.stdout: 5 209373 8.63 MB/sec execute 515 sec latency 128.424 ms 2023-12-18T13:19:57.624 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:57 smithi093 ceph-mon[107718]: pgmap v278: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-12-18T13:19:57.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:57 smithi141 ceph-mon[110549]: pgmap v278: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-12-18T13:19:58.516 INFO:teuthology.orchestra.run.smithi093.stdout: 5 209704 8.63 MB/sec execute 516 sec latency 148.615 ms 2023-12-18T13:19:59.515 INFO:teuthology.orchestra.run.smithi093.stdout: 5 209978 8.63 MB/sec execute 517 sec latency 104.928 ms 2023-12-18T13:19:59.669 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:19:59 smithi093 ceph-mon[107718]: pgmap v279: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-12-18T13:19:59.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:19:59 smithi141 ceph-mon[110549]: pgmap v279: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-12-18T13:20:00.515 INFO:teuthology.orchestra.run.smithi093.stdout: 5 210254 8.62 MB/sec execute 518 sec latency 129.109 ms 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: Upgrade daemon: mgr.smithi093.pvrqem: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi093.pvrqem ... 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: Traceback (most recent call last): 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:20:00.681 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: "__main__", mod_spec) 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: exec(code, run_globals) 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:20:00.682 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:00 smithi093 ceph-mon[107718]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:20:00.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:20:00.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:20:00.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: Upgrade daemon: mgr.smithi093.pvrqem: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi093.pvrqem ... 2023-12-18T13:20:00.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: Traceback (most recent call last): 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: "__main__", mod_spec) 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: exec(code, run_globals) 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:20:00.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:20:00.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:20:00.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:20:00.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:20:00.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:20:00.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:20:00.851 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:00 smithi141 ceph-mon[110549]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:20:01.519 INFO:teuthology.orchestra.run.smithi093.stdout: 5 210576 8.62 MB/sec execute 519 sec latency 129.644 ms 2023-12-18T13:20:01.708 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:01 smithi093 ceph-mon[107718]: pgmap v280: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-12-18T13:20:01.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:01 smithi141 ceph-mon[110549]: pgmap v280: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-12-18T13:20:02.521 INFO:teuthology.orchestra.run.smithi093.stdout: 5 210835 8.61 MB/sec execute 520 sec latency 123.541 ms 2023-12-18T13:20:03.524 INFO:teuthology.orchestra.run.smithi093.stdout: 5 211182 8.62 MB/sec execute 521 sec latency 124.202 ms 2023-12-18T13:20:03.751 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:03 smithi093 ceph-mon[107718]: pgmap v281: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T13:20:03.751 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:03 smithi141 ceph-mon[110549]: pgmap v281: 97 pgs: 97 active+clean; 348 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T13:20:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:04.524 INFO:teuthology.orchestra.run.smithi093.stdout: 5 211493 8.63 MB/sec execute 522 sec latency 198.345 ms 2023-12-18T13:20:05.525 INFO:teuthology.orchestra.run.smithi093.stdout: 5 211763 8.63 MB/sec execute 523 sec latency 145.090 ms 2023-12-18T13:20:05.814 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:05 smithi093 ceph-mon[107718]: pgmap v282: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-18T13:20:05.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:05 smithi141 ceph-mon[110549]: pgmap v282: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-18T13:20:06.526 INFO:teuthology.orchestra.run.smithi093.stdout: 5 212014 8.62 MB/sec execute 524 sec latency 129.827 ms 2023-12-18T13:20:07.526 INFO:teuthology.orchestra.run.smithi093.stdout: 5 212300 8.62 MB/sec execute 525 sec latency 121.090 ms 2023-12-18T13:20:07.623 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:07 smithi093 ceph-mon[107718]: pgmap v283: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:20:07.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:07 smithi141 ceph-mon[110549]: pgmap v283: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:20:08.525 INFO:teuthology.orchestra.run.smithi093.stdout: 5 212481 8.61 MB/sec execute 526 sec latency 129.413 ms 2023-12-18T13:20:09.526 INFO:teuthology.orchestra.run.smithi093.stdout: 5 212718 8.61 MB/sec execute 527 sec latency 153.465 ms 2023-12-18T13:20:09.655 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:09 smithi093 ceph-mon[107718]: pgmap v284: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:20:09.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:09 smithi141 ceph-mon[110549]: pgmap v284: 97 pgs: 97 active+clean; 349 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-12-18T13:20:10.534 INFO:teuthology.orchestra.run.smithi093.stdout: 5 213065 8.61 MB/sec execute 528 sec latency 129.649 ms 2023-12-18T13:20:11.534 INFO:teuthology.orchestra.run.smithi093.stdout: 5 213428 8.61 MB/sec execute 529 sec latency 130.040 ms 2023-12-18T13:20:11.693 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:11 smithi093 ceph-mon[107718]: pgmap v285: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-18T13:20:11.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:11 smithi141 ceph-mon[110549]: pgmap v285: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-18T13:20:12.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 213764 8.60 MB/sec execute 530 sec latency 143.297 ms 2023-12-18T13:20:13.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 214088 8.60 MB/sec execute 531 sec latency 146.143 ms 2023-12-18T13:20:13.717 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:13 smithi093 ceph-mon[107718]: pgmap v286: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-18T13:20:13.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:13 smithi141 ceph-mon[110549]: pgmap v286: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-18T13:20:14.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 214296 8.59 MB/sec execute 532 sec latency 129.073 ms 2023-12-18T13:20:15.524 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:15 smithi093 ceph-mon[107718]: pgmap v287: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-18T13:20:15.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 214609 8.60 MB/sec execute 533 sec latency 150.272 ms 2023-12-18T13:20:15.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:15 smithi141 ceph-mon[110549]: pgmap v287: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-18T13:20:16.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 214941 8.60 MB/sec execute 534 sec latency 117.459 ms 2023-12-18T13:20:17.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 215213 8.61 MB/sec execute 535 sec latency 126.636 ms 2023-12-18T13:20:17.571 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:17 smithi093 ceph-mon[107718]: pgmap v288: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-18T13:20:17.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:17 smithi141 ceph-mon[110549]: pgmap v288: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-18T13:20:18.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 215449 8.60 MB/sec execute 536 sec latency 136.350 ms 2023-12-18T13:20:18.595 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:18.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:19.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 215590 8.59 MB/sec execute 537 sec latency 126.682 ms 2023-12-18T13:20:19.650 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:19 smithi093 ceph-mon[107718]: pgmap v289: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-18T13:20:19.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:19 smithi141 ceph-mon[110549]: pgmap v289: 97 pgs: 97 active+clean; 353 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-18T13:20:20.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 215863 8.59 MB/sec execute 538 sec latency 130.699 ms 2023-12-18T13:20:21.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 216072 8.58 MB/sec execute 539 sec latency 117.629 ms 2023-12-18T13:20:21.686 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:21 smithi093 ceph-mon[107718]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-18T13:20:21.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:21 smithi141 ceph-mon[110549]: pgmap v290: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-18T13:20:22.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 216239 8.57 MB/sec execute 540 sec latency 144.664 ms 2023-12-18T13:20:23.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 216486 8.58 MB/sec execute 541 sec latency 167.593 ms 2023-12-18T13:20:23.759 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:23 smithi093 ceph-mon[107718]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-18T13:20:23.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:23 smithi141 ceph-mon[110549]: pgmap v291: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-12-18T13:20:24.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 216728 8.57 MB/sec execute 542 sec latency 129.970 ms 2023-12-18T13:20:25.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 217015 8.56 MB/sec execute 543 sec latency 131.278 ms 2023-12-18T13:20:25.865 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:25 smithi093 ceph-mon[107718]: pgmap v292: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-18T13:20:26.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:25 smithi141 ceph-mon[110549]: pgmap v292: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-18T13:20:26.543 INFO:teuthology.orchestra.run.smithi093.stdout: 5 217348 8.55 MB/sec execute 544 sec latency 97.842 ms 2023-12-18T13:20:27.473 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:27 smithi093 ceph-mon[107718]: pgmap v293: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-18T13:20:27.550 INFO:teuthology.orchestra.run.smithi093.stdout: 5 217562 8.55 MB/sec execute 545 sec latency 204.133 ms 2023-12-18T13:20:27.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:27 smithi141 ceph-mon[110549]: pgmap v293: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-18T13:20:28.551 INFO:teuthology.orchestra.run.smithi093.stdout: 5 217757 8.54 MB/sec execute 546 sec latency 128.384 ms 2023-12-18T13:20:29.555 INFO:teuthology.orchestra.run.smithi093.stdout: 5 217958 8.54 MB/sec execute 547 sec latency 192.093 ms 2023-12-18T13:20:29.653 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:29 smithi093 ceph-mon[107718]: pgmap v294: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-18T13:20:29.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:29 smithi141 ceph-mon[110549]: pgmap v294: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-18T13:20:30.565 INFO:teuthology.orchestra.run.smithi093.stdout: 5 218275 8.55 MB/sec execute 548 sec latency 117.638 ms 2023-12-18T13:20:31.499 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:31 smithi093 ceph-mon[107718]: pgmap v295: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-18T13:20:31.565 INFO:teuthology.orchestra.run.smithi093.stdout: 5 218523 8.54 MB/sec execute 549 sec latency 126.572 ms 2023-12-18T13:20:31.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:31 smithi141 ceph-mon[110549]: pgmap v295: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-12-18T13:20:32.565 INFO:teuthology.orchestra.run.smithi093.stdout: 5 218766 8.54 MB/sec execute 550 sec latency 123.714 ms 2023-12-18T13:20:33.556 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:33 smithi093 ceph-mon[107718]: pgmap v296: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.8 MiB/s wr, 294 op/s 2023-12-18T13:20:33.557 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:33.566 INFO:teuthology.orchestra.run.smithi093.stdout: 5 219086 8.55 MB/sec execute 551 sec latency 133.208 ms 2023-12-18T13:20:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:33 smithi141 ceph-mon[110549]: pgmap v296: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.8 MiB/s wr, 294 op/s 2023-12-18T13:20:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:34.566 INFO:teuthology.orchestra.run.smithi093.stdout: 5 219359 8.54 MB/sec execute 552 sec latency 132.348 ms 2023-12-18T13:20:35.566 INFO:teuthology.orchestra.run.smithi093.stdout: 5 219626 8.54 MB/sec execute 553 sec latency 129.249 ms 2023-12-18T13:20:35.589 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:35 smithi093 ceph-mon[107718]: pgmap v297: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-18T13:20:35.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:35 smithi141 ceph-mon[110549]: pgmap v297: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-12-18T13:20:36.566 INFO:teuthology.orchestra.run.smithi093.stdout: 5 219907 8.54 MB/sec execute 554 sec latency 149.187 ms 2023-12-18T13:20:37.566 INFO:teuthology.orchestra.run.smithi093.stdout: 5 220139 8.54 MB/sec execute 555 sec latency 136.770 ms 2023-12-18T13:20:37.661 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:37 smithi093 ceph-mon[107718]: pgmap v298: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 309 op/s 2023-12-18T13:20:37.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:37 smithi141 ceph-mon[110549]: pgmap v298: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 309 op/s 2023-12-18T13:20:38.566 INFO:teuthology.orchestra.run.smithi093.stdout: 5 220490 8.53 MB/sec execute 556 sec latency 130.290 ms 2023-12-18T13:20:39.566 INFO:teuthology.orchestra.run.smithi093.stdout: 5 220759 8.52 MB/sec execute 557 sec latency 113.987 ms 2023-12-18T13:20:39.654 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:39 smithi093 ceph-mon[107718]: pgmap v299: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 309 op/s 2023-12-18T13:20:39.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:39 smithi141 ceph-mon[110549]: pgmap v299: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 309 op/s 2023-12-18T13:20:40.568 INFO:teuthology.orchestra.run.smithi093.stdout: 5 221071 8.52 MB/sec execute 558 sec latency 123.734 ms 2023-12-18T13:20:41.568 INFO:teuthology.orchestra.run.smithi093.stdout: 5 221302 8.51 MB/sec execute 559 sec latency 140.000 ms 2023-12-18T13:20:41.757 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:41 smithi093 ceph-mon[107718]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 483 op/s 2023-12-18T13:20:41.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:41 smithi141 ceph-mon[110549]: pgmap v300: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 483 op/s 2023-12-18T13:20:42.568 INFO:teuthology.orchestra.run.smithi093.stdout: 5 221599 8.51 MB/sec execute 560 sec latency 202.962 ms 2023-12-18T13:20:43.543 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:43 smithi093 ceph-mon[107718]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T13:20:43.568 INFO:teuthology.orchestra.run.smithi093.stdout: 5 221881 8.51 MB/sec execute 561 sec latency 124.426 ms 2023-12-18T13:20:43.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:43 smithi141 ceph-mon[110549]: pgmap v301: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-18T13:20:44.568 INFO:teuthology.orchestra.run.smithi093.stdout: 5 222231 8.52 MB/sec execute 562 sec latency 117.763 ms 2023-12-18T13:20:45.568 INFO:teuthology.orchestra.run.smithi093.stdout: 5 222468 8.52 MB/sec execute 563 sec latency 137.197 ms 2023-12-18T13:20:45.612 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:45 smithi093 ceph-mon[107718]: pgmap v302: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-12-18T13:20:45.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:45 smithi141 ceph-mon[110549]: pgmap v302: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-12-18T13:20:46.568 INFO:teuthology.orchestra.run.smithi093.stdout: 5 222674 8.52 MB/sec execute 564 sec latency 131.098 ms 2023-12-18T13:20:47.569 INFO:teuthology.orchestra.run.smithi093.stdout: 5 222886 8.52 MB/sec execute 565 sec latency 136.213 ms 2023-12-18T13:20:47.672 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:47 smithi093 ceph-mon[107718]: pgmap v303: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:20:47.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:47 smithi141 ceph-mon[110549]: pgmap v303: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:20:48.580 INFO:teuthology.orchestra.run.smithi093.stdout: 5 223068 8.51 MB/sec execute 566 sec latency 138.740 ms 2023-12-18T13:20:48.616 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:48.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:20:49.580 INFO:teuthology.orchestra.run.smithi093.stdout: 5 223342 8.51 MB/sec execute 567 sec latency 147.050 ms 2023-12-18T13:20:49.711 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:49 smithi093 ceph-mon[107718]: pgmap v304: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:20:49.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:49 smithi141 ceph-mon[110549]: pgmap v304: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 351 op/s 2023-12-18T13:20:50.580 INFO:teuthology.orchestra.run.smithi093.stdout: 5 223503 8.50 MB/sec execute 568 sec latency 151.993 ms 2023-12-18T13:20:51.580 INFO:teuthology.orchestra.run.smithi093.stdout: 5 223695 8.49 MB/sec execute 569 sec latency 150.505 ms 2023-12-18T13:20:51.778 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:51 smithi093 ceph-mon[107718]: pgmap v305: 97 pgs: 97 active+clean; 358 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2023-12-18T13:20:51.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:51 smithi141 ceph-mon[110549]: pgmap v305: 97 pgs: 97 active+clean; 358 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2023-12-18T13:20:52.580 INFO:teuthology.orchestra.run.smithi093.stdout: 5 223936 8.49 MB/sec execute 570 sec latency 141.631 ms 2023-12-18T13:20:53.561 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:53 smithi093 ceph-mon[107718]: pgmap v306: 97 pgs: 97 active+clean; 358 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 307 op/s 2023-12-18T13:20:53.587 INFO:teuthology.orchestra.run.smithi093.stdout: 5 224200 8.48 MB/sec execute 571 sec latency 127.903 ms 2023-12-18T13:20:53.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:53 smithi141 ceph-mon[110549]: pgmap v306: 97 pgs: 97 active+clean; 358 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 307 op/s 2023-12-18T13:20:54.596 INFO:teuthology.orchestra.run.smithi093.stdout: 5 224424 8.47 MB/sec execute 572 sec latency 127.813 ms 2023-12-18T13:20:55.604 INFO:teuthology.orchestra.run.smithi093.stdout: 5 224663 8.46 MB/sec execute 573 sec latency 131.244 ms 2023-12-18T13:20:55.613 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:55 smithi093 ceph-mon[107718]: pgmap v307: 97 pgs: 97 active+clean; 351 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-18T13:20:55.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:55 smithi141 ceph-mon[110549]: pgmap v307: 97 pgs: 97 active+clean; 351 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-18T13:20:56.602 INFO:teuthology.orchestra.run.smithi093.stdout: 5 224829 8.45 MB/sec execute 574 sec latency 129.359 ms 2023-12-18T13:20:57.603 INFO:teuthology.orchestra.run.smithi093.stdout: 5 225088 8.46 MB/sec execute 575 sec latency 129.023 ms 2023-12-18T13:20:57.659 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:57 smithi093 ceph-mon[107718]: pgmap v308: 97 pgs: 97 active+clean; 351 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:20:57.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:57 smithi141 ceph-mon[110549]: pgmap v308: 97 pgs: 97 active+clean; 351 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:20:58.602 INFO:teuthology.orchestra.run.smithi093.stdout: 5 225337 8.45 MB/sec execute 576 sec latency 134.486 ms 2023-12-18T13:20:59.602 INFO:teuthology.orchestra.run.smithi093.stdout: 5 225638 8.46 MB/sec execute 577 sec latency 127.058 ms 2023-12-18T13:20:59.712 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:20:59 smithi093 ceph-mon[107718]: pgmap v309: 97 pgs: 97 active+clean; 351 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:20:59.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:20:59 smithi141 ceph-mon[110549]: pgmap v309: 97 pgs: 97 active+clean; 351 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.9 MiB/s wr, 280 op/s 2023-12-18T13:21:00.612 INFO:teuthology.orchestra.run.smithi093.stdout: 5 225965 8.46 MB/sec execute 578 sec latency 124.008 ms 2023-12-18T13:21:01.612 INFO:teuthology.orchestra.run.smithi093.stdout: 5 226193 8.46 MB/sec execute 579 sec latency 132.587 ms 2023-12-18T13:21:01.748 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:01 smithi093 ceph-mon[107718]: pgmap v310: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-18T13:21:01.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:01 smithi141 ceph-mon[110549]: pgmap v310: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-12-18T13:21:02.612 INFO:teuthology.orchestra.run.smithi093.stdout: 5 226513 8.47 MB/sec execute 580 sec latency 129.991 ms 2023-12-18T13:21:03.612 INFO:teuthology.orchestra.run.smithi093.stdout: 5 226732 8.46 MB/sec execute 581 sec latency 127.492 ms 2023-12-18T13:21:03.788 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:03 smithi093 ceph-mon[107718]: pgmap v311: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.4 MiB/s wr, 287 op/s 2023-12-18T13:21:03.788 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:03 smithi141 ceph-mon[110549]: pgmap v311: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.4 MiB/s wr, 287 op/s 2023-12-18T13:21:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:04.615 INFO:teuthology.orchestra.run.smithi093.stdout: 5 226931 8.45 MB/sec execute 582 sec latency 126.790 ms 2023-12-18T13:21:05.615 INFO:teuthology.orchestra.run.smithi093.stdout: 5 227140 8.45 MB/sec execute 583 sec latency 129.699 ms 2023-12-18T13:21:05.828 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:05 smithi093 ceph-mon[107718]: pgmap v312: 97 pgs: 97 active+clean; 359 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-18T13:21:05.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:05 smithi141 ceph-mon[110549]: pgmap v312: 97 pgs: 97 active+clean; 359 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-18T13:21:06.615 INFO:teuthology.orchestra.run.smithi093.stdout: 5 227368 8.44 MB/sec execute 584 sec latency 140.057 ms 2023-12-18T13:21:07.601 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:07 smithi093 ceph-mon[107718]: pgmap v313: 97 pgs: 97 active+clean; 359 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-18T13:21:07.616 INFO:teuthology.orchestra.run.smithi093.stdout: 5 227589 8.43 MB/sec execute 585 sec latency 129.521 ms 2023-12-18T13:21:07.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:07 smithi141 ceph-mon[110549]: pgmap v313: 97 pgs: 97 active+clean; 359 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-18T13:21:08.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 227918 8.43 MB/sec execute 586 sec latency 145.337 ms 2023-12-18T13:21:09.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 228224 8.42 MB/sec execute 587 sec latency 151.112 ms 2023-12-18T13:21:09.640 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:09 smithi093 ceph-mon[107718]: pgmap v314: 97 pgs: 97 active+clean; 359 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-18T13:21:10.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:09 smithi141 ceph-mon[110549]: pgmap v314: 97 pgs: 97 active+clean; 359 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 3.3 MiB/s wr, 298 op/s 2023-12-18T13:21:10.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 228438 8.42 MB/sec execute 588 sec latency 133.646 ms 2023-12-18T13:21:11.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 228691 8.42 MB/sec execute 589 sec latency 140.815 ms 2023-12-18T13:21:11.709 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:11 smithi093 ceph-mon[107718]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 450 op/s 2023-12-18T13:21:12.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:11 smithi141 ceph-mon[110549]: pgmap v315: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 450 op/s 2023-12-18T13:21:12.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 228989 8.42 MB/sec execute 590 sec latency 119.775 ms 2023-12-18T13:21:13.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 229254 8.42 MB/sec execute 591 sec latency 133.325 ms 2023-12-18T13:21:13.774 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:13 smithi093 ceph-mon[107718]: pgmap v316: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-18T13:21:14.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:13 smithi141 ceph-mon[110549]: pgmap v316: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 313 op/s 2023-12-18T13:21:14.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 229563 8.43 MB/sec execute 592 sec latency 129.448 ms 2023-12-18T13:21:15.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 229791 8.43 MB/sec execute 593 sec latency 129.639 ms 2023-12-18T13:21:15.847 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:15 smithi093 ceph-mon[107718]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T13:21:16.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:15 smithi141 ceph-mon[110549]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T13:21:16.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 230055 8.43 MB/sec execute 594 sec latency 138.909 ms 2023-12-18T13:21:17.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 230319 8.42 MB/sec execute 595 sec latency 196.024 ms 2023-12-18T13:21:17.639 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:17 smithi093 ceph-mon[107718]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-18T13:21:18.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:17 smithi141 ceph-mon[110549]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-18T13:21:18.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 230607 8.42 MB/sec execute 596 sec latency 198.518 ms 2023-12-18T13:21:18.677 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:19.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:19.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 230855 8.41 MB/sec execute 597 sec latency 120.995 ms 2023-12-18T13:21:19.713 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:19 smithi093 ceph-mon[107718]: pgmap v319: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-18T13:21:20.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:19 smithi141 ceph-mon[110549]: pgmap v319: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-18T13:21:20.625 INFO:teuthology.orchestra.run.smithi093.stdout: 5 231102 8.41 MB/sec execute 598 sec latency 140.076 ms 2023-12-18T13:21:21.626 INFO:teuthology.orchestra.run.smithi093.stdout: 5 231403 8.40 MB/sec execute 599 sec latency 123.296 ms 2023-12-18T13:21:21.758 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:21 smithi093 ceph-mon[107718]: pgmap v320: 97 pgs: 97 active+clean; 362 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 475 op/s 2023-12-18T13:21:22.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:21 smithi141 ceph-mon[110549]: pgmap v320: 97 pgs: 97 active+clean; 362 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 475 op/s 2023-12-18T13:21:22.627 INFO:teuthology.orchestra.run.smithi093.stdout: 5 231720 8.40 MB/sec execute 600 sec latency 188.698 ms 2023-12-18T13:21:23.627 INFO:teuthology.orchestra.run.smithi093.stdout: 5 cleanup 601 sec 2023-12-18T13:21:23.809 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:23 smithi093 ceph-mon[107718]: pgmap v321: 97 pgs: 97 active+clean; 362 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 323 op/s 2023-12-18T13:21:24.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:23 smithi141 ceph-mon[110549]: pgmap v321: 97 pgs: 97 active+clean; 362 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 323 op/s 2023-12-18T13:21:24.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 602 sec 2023-12-18T13:21:25.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 603 sec 2023-12-18T13:21:25.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:25 smithi093 ceph-mon[107718]: pgmap v322: 97 pgs: 97 active+clean; 354 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-18T13:21:26.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:25 smithi141 ceph-mon[110549]: pgmap v322: 97 pgs: 97 active+clean; 354 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-18T13:21:26.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 604 sec 2023-12-18T13:21:27.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 605 sec 2023-12-18T13:21:27.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:27 smithi093 ceph-mon[107718]: pgmap v323: 97 pgs: 97 active+clean; 354 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-18T13:21:28.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:27 smithi141 ceph-mon[110549]: pgmap v323: 97 pgs: 97 active+clean; 354 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-18T13:21:28.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 606 sec 2023-12-18T13:21:29.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 607 sec 2023-12-18T13:21:29.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:29 smithi093 ceph-mon[107718]: pgmap v324: 97 pgs: 97 active+clean; 354 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-18T13:21:30.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:29 smithi141 ceph-mon[110549]: pgmap v324: 97 pgs: 97 active+clean; 354 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-12-18T13:21:30.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 608 sec 2023-12-18T13:21:31.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 609 sec 2023-12-18T13:21:31.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:31 smithi093 ceph-mon[107718]: pgmap v325: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.4 MiB/s wr, 376 op/s 2023-12-18T13:21:32.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:31 smithi141 ceph-mon[110549]: pgmap v325: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 9.1 KiB/s rd, 3.4 MiB/s wr, 376 op/s 2023-12-18T13:21:32.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 610 sec 2023-12-18T13:21:33.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:32 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:33.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:32 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:33.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 611 sec 2023-12-18T13:21:34.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:33 smithi141 ceph-mon[110549]: pgmap v326: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.5 MiB/s wr, 210 op/s 2023-12-18T13:21:34.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:33 smithi093 ceph-mon[107718]: pgmap v326: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.5 MiB/s wr, 210 op/s 2023-12-18T13:21:34.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 612 sec 2023-12-18T13:21:35.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 613 sec 2023-12-18T13:21:36.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:35 smithi141 ceph-mon[110549]: pgmap v327: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.5 MiB/s wr, 212 op/s 2023-12-18T13:21:36.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:35 smithi093 ceph-mon[107718]: pgmap v327: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.5 MiB/s wr, 212 op/s 2023-12-18T13:21:36.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 614 sec 2023-12-18T13:21:37.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 615 sec 2023-12-18T13:21:38.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:37 smithi141 ceph-mon[110549]: pgmap v328: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 68 KiB/s wr, 32 op/s 2023-12-18T13:21:38.213 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:37 smithi093 ceph-mon[107718]: pgmap v328: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 68 KiB/s wr, 32 op/s 2023-12-18T13:21:38.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 616 sec 2023-12-18T13:21:39.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 617 sec 2023-12-18T13:21:40.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:39 smithi141 ceph-mon[110549]: pgmap v329: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 68 KiB/s wr, 32 op/s 2023-12-18T13:21:40.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:39 smithi093 ceph-mon[107718]: pgmap v329: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 68 KiB/s wr, 32 op/s 2023-12-18T13:21:40.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 618 sec 2023-12-18T13:21:41.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 619 sec 2023-12-18T13:21:42.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:41 smithi141 ceph-mon[110549]: pgmap v330: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.3 KiB/s rd, 68 KiB/s wr, 32 op/s 2023-12-18T13:21:42.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:41 smithi093 ceph-mon[107718]: pgmap v330: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.3 KiB/s rd, 68 KiB/s wr, 32 op/s 2023-12-18T13:21:42.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 620 sec 2023-12-18T13:21:43.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 621 sec 2023-12-18T13:21:44.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:43 smithi141 ceph-mon[110549]: pgmap v331: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-12-18T13:21:44.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:43 smithi093 ceph-mon[107718]: pgmap v331: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-12-18T13:21:44.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 622 sec 2023-12-18T13:21:45.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 623 sec 2023-12-18T13:21:46.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:45 smithi141 ceph-mon[110549]: pgmap v332: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-12-18T13:21:46.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:45 smithi093 ceph-mon[107718]: pgmap v332: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 7.5 KiB/s wr, 1 op/s 2023-12-18T13:21:46.627 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 624 sec 2023-12-18T13:21:47.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 625 sec 2023-12-18T13:21:48.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:47 smithi141 ceph-mon[110549]: pgmap v333: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:48.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:47 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:48.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:47 smithi093 ceph-mon[107718]: pgmap v333: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:48.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:47 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:21:48.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 626 sec 2023-12-18T13:21:49.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 627 sec 2023-12-18T13:21:50.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:49 smithi141 ceph-mon[110549]: pgmap v334: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:50.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:49 smithi093 ceph-mon[107718]: pgmap v334: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:50.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 628 sec 2023-12-18T13:21:51.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 629 sec 2023-12-18T13:21:52.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:51 smithi141 ceph-mon[110549]: pgmap v335: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:21:52.213 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:51 smithi093 ceph-mon[107718]: pgmap v335: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:21:52.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 630 sec 2023-12-18T13:21:53.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 631 sec 2023-12-18T13:21:54.026 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:53 smithi093 ceph-mon[107718]: pgmap v336: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:54.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:53 smithi141 ceph-mon[110549]: pgmap v336: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:54.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 632 sec 2023-12-18T13:21:55.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 633 sec 2023-12-18T13:21:56.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:55 smithi141 ceph-mon[110549]: pgmap v337: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:56.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:55 smithi093 ceph-mon[107718]: pgmap v337: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:56.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 634 sec 2023-12-18T13:21:57.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 635 sec 2023-12-18T13:21:58.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:57 smithi141 ceph-mon[110549]: pgmap v338: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:58.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:57 smithi093 ceph-mon[107718]: pgmap v338: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:21:58.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 636 sec 2023-12-18T13:21:59.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 637 sec 2023-12-18T13:22:00.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:21:59 smithi141 ceph-mon[110549]: pgmap v339: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:00.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:21:59 smithi093 ceph-mon[107718]: pgmap v339: 97 pgs: 97 active+clean; 261 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:00.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 638 sec 2023-12-18T13:22:01.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 639 sec 2023-12-18T13:22:02.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:01 smithi141 ceph-mon[110549]: pgmap v340: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 682 B/s rd, 3.2 KiB/s wr, 2 op/s 2023-12-18T13:22:02.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:01 smithi093 ceph-mon[107718]: pgmap v340: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 682 B/s rd, 3.2 KiB/s wr, 2 op/s 2023-12-18T13:22:02.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 640 sec 2023-12-18T13:22:03.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:02 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:03.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:02 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:03.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 641 sec 2023-12-18T13:22:04.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:03 smithi093 ceph-mon[107718]: pgmap v341: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 3.2 KiB/s wr, 2 op/s 2023-12-18T13:22:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:03 smithi141 ceph-mon[110549]: pgmap v341: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 3.2 KiB/s wr, 2 op/s 2023-12-18T13:22:04.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 642 sec 2023-12-18T13:22:05.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 643 sec 2023-12-18T13:22:06.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:05 smithi093 ceph-mon[107718]: pgmap v342: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:06.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:05 smithi141 ceph-mon[110549]: pgmap v342: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:06.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 644 sec 2023-12-18T13:22:07.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 645 sec 2023-12-18T13:22:08.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:07 smithi093 ceph-mon[107718]: pgmap v343: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:08.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:07 smithi141 ceph-mon[110549]: pgmap v343: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:08.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 646 sec 2023-12-18T13:22:09.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 647 sec 2023-12-18T13:22:10.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:09 smithi093 ceph-mon[107718]: pgmap v344: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:10.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:09 smithi141 ceph-mon[110549]: pgmap v344: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:10.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 648 sec 2023-12-18T13:22:11.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 649 sec 2023-12-18T13:22:12.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:11 smithi141 ceph-mon[110549]: pgmap v345: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 682 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:12.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:11 smithi093 ceph-mon[107718]: pgmap v345: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 682 B/s rd, 4.1 KiB/s wr, 2 op/s 2023-12-18T13:22:12.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 650 sec 2023-12-18T13:22:13.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 651 sec 2023-12-18T13:22:14.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:13 smithi141 ceph-mon[110549]: pgmap v346: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T13:22:14.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:13 smithi093 ceph-mon[107718]: pgmap v346: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T13:22:14.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 652 sec 2023-12-18T13:22:15.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 653 sec 2023-12-18T13:22:16.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:16 smithi141 ceph-mon[110549]: pgmap v347: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T13:22:16.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:16 smithi093 ceph-mon[107718]: pgmap v347: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T13:22:16.628 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 654 sec 2023-12-18T13:22:17.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 655 sec 2023-12-18T13:22:18.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:18 smithi141 ceph-mon[110549]: pgmap v348: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:18.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:18.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:18 smithi093 ceph-mon[107718]: pgmap v348: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:18.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:18.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 656 sec 2023-12-18T13:22:19.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 657 sec 2023-12-18T13:22:20.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:20 smithi141 ceph-mon[110549]: pgmap v349: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:20.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:20 smithi093 ceph-mon[107718]: pgmap v349: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:20.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 658 sec 2023-12-18T13:22:21.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 659 sec 2023-12-18T13:22:22.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:22 smithi141 ceph-mon[110549]: pgmap v350: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:22.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:22 smithi093 ceph-mon[107718]: pgmap v350: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:22.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 660 sec 2023-12-18T13:22:23.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 661 sec 2023-12-18T13:22:24.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:24 smithi141 ceph-mon[110549]: pgmap v351: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:24.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:24 smithi093 ceph-mon[107718]: pgmap v351: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:24.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 662 sec 2023-12-18T13:22:25.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 663 sec 2023-12-18T13:22:26.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:26 smithi141 ceph-mon[110549]: pgmap v352: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:26.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:26 smithi093 ceph-mon[107718]: pgmap v352: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:26.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 664 sec 2023-12-18T13:22:27.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 665 sec 2023-12-18T13:22:28.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:28 smithi141 ceph-mon[110549]: pgmap v353: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:28.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:28 smithi093 ceph-mon[107718]: pgmap v353: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:28.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 666 sec 2023-12-18T13:22:29.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 667 sec 2023-12-18T13:22:30.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:30 smithi141 ceph-mon[110549]: pgmap v354: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:30.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:30 smithi093 ceph-mon[107718]: pgmap v354: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:30.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 668 sec 2023-12-18T13:22:31.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 669 sec 2023-12-18T13:22:32.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:32 smithi141 ceph-mon[110549]: pgmap v355: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:32.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:32 smithi093 ceph-mon[107718]: pgmap v355: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:32.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 670 sec 2023-12-18T13:22:33.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:33.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:33.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 671 sec 2023-12-18T13:22:34.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:34 smithi141 ceph-mon[110549]: pgmap v356: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:34.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:34 smithi093 ceph-mon[107718]: pgmap v356: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:34.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 672 sec 2023-12-18T13:22:35.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 673 sec 2023-12-18T13:22:36.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:36 smithi141 ceph-mon[110549]: pgmap v357: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:36.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:36 smithi093 ceph-mon[107718]: pgmap v357: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:36.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 674 sec 2023-12-18T13:22:37.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 675 sec 2023-12-18T13:22:38.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:38 smithi141 ceph-mon[110549]: pgmap v358: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:38.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:38 smithi093 ceph-mon[107718]: pgmap v358: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:38.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 676 sec 2023-12-18T13:22:39.629 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 677 sec 2023-12-18T13:22:40.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:40 smithi141 ceph-mon[110549]: pgmap v359: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:40.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:40 smithi093 ceph-mon[107718]: pgmap v359: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:40.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 678 sec 2023-12-18T13:22:41.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 679 sec 2023-12-18T13:22:42.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:42 smithi141 ceph-mon[110549]: pgmap v360: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:42.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:42 smithi093 ceph-mon[107718]: pgmap v360: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:42.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 680 sec 2023-12-18T13:22:43.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 681 sec 2023-12-18T13:22:44.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:44 smithi141 ceph-mon[110549]: pgmap v361: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:44.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:44 smithi093 ceph-mon[107718]: pgmap v361: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:44.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 682 sec 2023-12-18T13:22:45.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 683 sec 2023-12-18T13:22:46.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:46 smithi141 ceph-mon[110549]: pgmap v362: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:46.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:46 smithi093 ceph-mon[107718]: pgmap v362: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:46.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 684 sec 2023-12-18T13:22:47.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 685 sec 2023-12-18T13:22:48.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:48 smithi093 ceph-mon[107718]: pgmap v363: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:48.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:48.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:48 smithi141 ceph-mon[110549]: pgmap v363: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:48.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:22:48.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 686 sec 2023-12-18T13:22:49.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 687 sec 2023-12-18T13:22:50.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:50 smithi093 ceph-mon[107718]: pgmap v364: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:50.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:50 smithi141 ceph-mon[110549]: pgmap v364: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:50.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 688 sec 2023-12-18T13:22:51.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 689 sec 2023-12-18T13:22:52.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:52 smithi093 ceph-mon[107718]: pgmap v365: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:52.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:52 smithi141 ceph-mon[110549]: pgmap v365: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:22:52.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 690 sec 2023-12-18T13:22:53.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 691 sec 2023-12-18T13:22:54.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:54 smithi093 ceph-mon[107718]: pgmap v366: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:54.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:54 smithi141 ceph-mon[110549]: pgmap v366: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:54.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 692 sec 2023-12-18T13:22:55.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 693 sec 2023-12-18T13:22:57.841 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 694 sec 2023-12-18T13:22:57.841 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 695 sec 2023-12-18T13:22:58.487 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002d400000022' failed - Device or resource busy 2023-12-18T13:22:58.519 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002e80000001e' failed - Device or resource busy 2023-12-18T13:22:58.551 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000031d00000023' failed - Device or resource busy 2023-12-18T13:22:58.583 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002f00000001c' failed - Device or resource busy 2023-12-18T13:22:58.615 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002ff00000021' failed - Device or resource busy 2023-12-18T13:22:58.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 696 sec 2023-12-18T13:22:58.647 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000032400000020' failed - Device or resource busy 2023-12-18T13:22:58.679 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000030b00000024' failed - Device or resource busy 2023-12-18T13:22:58.778 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch ps' 2023-12-18T13:22:58.842 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs00000100000002f60000001f' failed - Device or resource busy 2023-12-18T13:22:58.874 INFO:teuthology.orchestra.run.smithi093.stdout:[228888] unlink './clients/client4/~dmtmp/PARADOX/.nfs000001000000031b0000001d' failed - Device or resource busy 2023-12-18T13:22:59.187 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:58 smithi093 ceph-mon[107718]: pgmap v367: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:59.187 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:58 smithi093 ceph-mon[107718]: pgmap v368: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:59.187 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:58 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:22:59.187 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:58 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:22:59.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:58 smithi141 ceph-mon[110549]: pgmap v367: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:59.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:58 smithi141 ceph-mon[110549]: pgmap v368: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:22:59.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:58 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:22:59.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:58 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:22:59.630 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 697 sec 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: 0 cleanup 697 sec 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Operation Count AvgLat MaxLat 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: ---------------------------------------- 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: NTCreateX 162037 6.567 168.914 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Close 118928 0.130 20.775 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Rename 6866 10.907 218.873 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Unlink 32794 6.478 117.283 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Qpathinfo 146839 2.712 103.134 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Qfileinfo 25560 0.094 21.340 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Qfsinfo 26950 1.378 49.995 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Sfileinfo 13212 9.789 117.976 2023-12-18T13:22:59.665 INFO:teuthology.orchestra.run.smithi093.stdout: Find 56750 4.920 153.455 2023-12-18T13:22:59.666 INFO:teuthology.orchestra.run.smithi093.stdout: WriteX 79963 9.823 113.017 2023-12-18T13:22:59.666 INFO:teuthology.orchestra.run.smithi093.stdout: ReadX 253860 0.010 17.753 2023-12-18T13:22:59.666 INFO:teuthology.orchestra.run.smithi093.stdout: LockX 524 0.410 9.242 2023-12-18T13:22:59.666 INFO:teuthology.orchestra.run.smithi093.stdout: UnlockX 524 0.312 4.064 2023-12-18T13:22:59.666 INFO:teuthology.orchestra.run.smithi093.stdout: Flush 11363 0.002 0.047 2023-12-18T13:22:59.666 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:22:59.666 INFO:teuthology.orchestra.run.smithi093.stdout:Throughput 8.40005 MB/sec 5 clients 5 procs max_latency=218.881 ms 2023-12-18T13:22:59.667 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-18T13:22:59.725 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-18T13:22:59.808 DEBUG:teuthology.orchestra.run.smithi093:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-18T13:22:59.870 INFO:teuthology.orchestra.run.smithi093.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T13:22:59.870 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:22:59.870 INFO:teuthology.orchestra.run.smithi093.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-18T13:22:59.871 INFO:teuthology.orchestra.run.smithi093.stdout:4 of 5 processes prepared for launch 0 sec 2023-12-18T13:22:59.971 INFO:teuthology.orchestra.run.smithi093.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T13:22:59.971 INFO:teuthology.orchestra.run.smithi093.stdout:releasing clients 2023-12-18T13:23:00.232 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:22:59 smithi093 ceph-mon[107718]: pgmap v369: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:00.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:22:59 smithi141 ceph-mon[110549]: pgmap v369: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:01.013 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:23:01.013 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 starting - - - - 2023-12-18T13:23:01.013 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (17m) 12m ago 17m 7000k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:23:01.013 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (17m) 7m ago 17m 7142k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 starting - - - - 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (14m) 12m ago 14m 34.1M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (13m) 7m ago 13m 15.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:9283 running (18m) 12m ago 18m 427M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (12m) 7m ago 17m 515M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (19m) 12m ago 19m 91.2M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (17m) 7m ago 17m 66.5M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (13m) 12m ago 13m 256M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (13m) 7m ago 13m 84.2M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 starting - - - - 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (11m) 7m ago 17m 24.6M - 1.3.1 1dbe0e931976 0ca8f1177097 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (16m) 12m ago 16m 585M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (16m) 12m ago 16m 373M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (16m) 12m ago 16m 211M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (15m) 12m ago 15m 543M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (15m) 7m ago 15m 1481M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:23:01.014 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (15m) 7m ago 15m 1969M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:23:01.015 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (15m) 7m ago 15m 1586M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:23:01.015 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (14m) 7m ago 14m 2295M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:23:01.015 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 starting - - - - 2023-12-18T13:23:01.570 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions' 2023-12-18T13:23:01.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 272 17.17 MB/sec execute 1 sec latency 156.133 ms 2023-12-18T13:23:02.060 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:02 smithi093 ceph-mon[107718]: pgmap v370: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-12-18T13:23:02.060 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:02 smithi093 ceph-mon[107718]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:23:02.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:02 smithi141 ceph-mon[110549]: pgmap v370: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-12-18T13:23:02.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:02 smithi141 ceph-mon[110549]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:23:02.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 381 16.91 MB/sec execute 2 sec latency 121.613 ms 2023-12-18T13:23:03.097 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:03.097 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:03.097 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:03 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:03.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:03.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:03.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:03 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:03.893 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:23:03.893 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:23:03.893 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:23:03.893 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:23:03.893 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:23:03.894 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:23:03.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 477 16.43 MB/sec execute 3 sec latency 150.362 ms 2023-12-18T13:23:04.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: pgmap v371: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-12-18T13:23:04.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:04.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:04.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:04.164 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:04.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:04.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/4037570817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:23:04.165 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:04 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: pgmap v371: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/4037570817' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:23:04.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:04 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:04.380 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-18T13:23:04.972 INFO:teuthology.orchestra.run.smithi093.stdout: 5 630 17.39 MB/sec execute 4 sec latency 145.639 ms 2023-12-18T13:23:05.240 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:05 smithi093 ceph-mon[107718]: pgmap v372: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 186 B/s rd, 3.8 KiB/s wr, 0 op/s 2023-12-18T13:23:05.240 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:05 smithi093 ceph-mon[107718]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T13:23:05.240 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:05 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:05.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:05 smithi141 ceph-mon[110549]: pgmap v372: 97 pgs: 97 active+clean; 258 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 186 B/s rd, 3.8 KiB/s wr, 0 op/s 2023-12-18T13:23:05.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:05 smithi141 ceph-mon[110549]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T13:23:05.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:05 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:05.973 INFO:teuthology.orchestra.run.smithi093.stdout: 5 cleanup 5 sec 2023-12-18T13:23:06.315 INFO:teuthology.orchestra.run.smithi093.stdout:wait for servicemap items w/ changing names to refresh 2023-12-18T13:23:06.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 6 sec 2023-12-18T13:23:07.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:07 smithi141 ceph-mon[110549]: pgmap v373: 97 pgs: 97 active+clean; 320 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 839 B/s rd, 7.2 MiB/s wr, 116 op/s 2023-12-18T13:23:07.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:07 smithi093 ceph-mon[107718]: pgmap v373: 97 pgs: 97 active+clean; 320 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 839 B/s rd, 7.2 MiB/s wr, 116 op/s 2023-12-18T13:23:07.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 7 sec 2023-12-18T13:23:08.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 8 sec 2023-12-18T13:23:09.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:09 smithi141 ceph-mon[110549]: pgmap v374: 97 pgs: 97 active+clean; 320 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 839 B/s rd, 7.2 MiB/s wr, 116 op/s 2023-12-18T13:23:09.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:09 smithi093 ceph-mon[107718]: pgmap v374: 97 pgs: 97 active+clean; 320 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 839 B/s rd, 7.2 MiB/s wr, 116 op/s 2023-12-18T13:23:09.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 9 sec 2023-12-18T13:23:10.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 10 sec 2023-12-18T13:23:11.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:11 smithi141 ceph-mon[110549]: pgmap v375: 97 pgs: 97 active+clean; 344 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.5 KiB/s rd, 10 MiB/s wr, 192 op/s 2023-12-18T13:23:11.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:11 smithi093 ceph-mon[107718]: pgmap v375: 97 pgs: 97 active+clean; 344 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.5 KiB/s rd, 10 MiB/s wr, 192 op/s 2023-12-18T13:23:11.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 11 sec 2023-12-18T13:23:12.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 12 sec 2023-12-18T13:23:13.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:13 smithi141 ceph-mon[110549]: pgmap v376: 97 pgs: 97 active+clean; 344 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.3 KiB/s rd, 9.9 MiB/s wr, 192 op/s 2023-12-18T13:23:13.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:13 smithi093 ceph-mon[107718]: pgmap v376: 97 pgs: 97 active+clean; 344 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.3 KiB/s rd, 9.9 MiB/s wr, 192 op/s 2023-12-18T13:23:13.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 13 sec 2023-12-18T13:23:14.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 14 sec 2023-12-18T13:23:15.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:15 smithi141 ceph-mon[110549]: pgmap v377: 97 pgs: 97 active+clean; 344 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.3 KiB/s rd, 9.9 MiB/s wr, 192 op/s 2023-12-18T13:23:15.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:15 smithi093 ceph-mon[107718]: pgmap v377: 97 pgs: 97 active+clean; 344 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 1.3 KiB/s rd, 9.9 MiB/s wr, 192 op/s 2023-12-18T13:23:15.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 15 sec 2023-12-18T13:23:16.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 16 sec 2023-12-18T13:23:17.349 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:17 smithi141 ceph-mon[110549]: pgmap v378: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.1 MiB/s wr, 200 op/s 2023-12-18T13:23:17.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:17 smithi093 ceph-mon[107718]: pgmap v378: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.1 MiB/s wr, 200 op/s 2023-12-18T13:23:17.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 17 sec 2023-12-18T13:23:18.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:18 smithi093 ceph-mon[107718]: pgmap v379: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.5 MiB/s wr, 93 op/s 2023-12-18T13:23:18.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:18 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:18.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:18 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:18.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 18 sec 2023-12-18T13:23:19.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:18 smithi141 ceph-mon[110549]: pgmap v379: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.1 KiB/s rd, 2.5 MiB/s wr, 93 op/s 2023-12-18T13:23:19.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:18 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:19.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:18 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:19.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 19 sec 2023-12-18T13:23:20.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:20 smithi093 ceph-mon[107718]: pgmap v380: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.5 MiB/s wr, 93 op/s 2023-12-18T13:23:20.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 20 sec 2023-12-18T13:23:21.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:20 smithi141 ceph-mon[110549]: pgmap v380: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.5 MiB/s wr, 93 op/s 2023-12-18T13:23:21.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 21 sec 2023-12-18T13:23:22.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:22 smithi093 ceph-mon[107718]: pgmap v381: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 KiB/s rd, 18 KiB/s wr, 24 op/s 2023-12-18T13:23:22.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 22 sec 2023-12-18T13:23:23.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:22 smithi141 ceph-mon[110549]: pgmap v381: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 KiB/s rd, 18 KiB/s wr, 24 op/s 2023-12-18T13:23:23.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 23 sec 2023-12-18T13:23:24.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:24 smithi093 ceph-mon[107718]: pgmap v382: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 KiB/s rd, 18 KiB/s wr, 24 op/s 2023-12-18T13:23:24.973 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 24 sec 2023-12-18T13:23:25.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:24 smithi141 ceph-mon[110549]: pgmap v382: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 KiB/s rd, 18 KiB/s wr, 24 op/s 2023-12-18T13:23:25.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 25 sec 2023-12-18T13:23:26.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:26 smithi093 ceph-mon[107718]: pgmap v383: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 KiB/s rd, 18 KiB/s wr, 24 op/s 2023-12-18T13:23:26.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 26 sec 2023-12-18T13:23:27.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:26 smithi141 ceph-mon[110549]: pgmap v383: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 2.7 KiB/s rd, 18 KiB/s wr, 24 op/s 2023-12-18T13:23:27.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 27 sec 2023-12-18T13:23:28.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:28 smithi093 ceph-mon[107718]: pgmap v384: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-12-18T13:23:28.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 28 sec 2023-12-18T13:23:29.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:28 smithi141 ceph-mon[110549]: pgmap v384: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-12-18T13:23:29.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 29 sec 2023-12-18T13:23:30.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 30 sec 2023-12-18T13:23:31.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:30 smithi141 ceph-mon[110549]: pgmap v385: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-12-18T13:23:31.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:30 smithi093 ceph-mon[107718]: pgmap v385: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-12-18T13:23:31.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 31 sec 2023-12-18T13:23:32.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 32 sec 2023-12-18T13:23:33.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:32 smithi141 ceph-mon[110549]: pgmap v386: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:33.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:32 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:33.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:32 smithi093 ceph-mon[107718]: pgmap v386: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:33.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:32 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:33.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 33 sec 2023-12-18T13:23:34.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 34 sec 2023-12-18T13:23:35.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:34 smithi141 ceph-mon[110549]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:35.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:34 smithi093 ceph-mon[107718]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:35.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 35 sec 2023-12-18T13:23:36.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 36 sec 2023-12-18T13:23:37.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:36 smithi141 ceph-mon[110549]: pgmap v388: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:37.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:36 smithi093 ceph-mon[107718]: pgmap v388: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:37.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 37 sec 2023-12-18T13:23:38.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 38 sec 2023-12-18T13:23:39.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:38 smithi141 ceph-mon[110549]: pgmap v389: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:39.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:38 smithi093 ceph-mon[107718]: pgmap v389: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:39.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 39 sec 2023-12-18T13:23:40.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 40 sec 2023-12-18T13:23:41.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:40 smithi141 ceph-mon[110549]: pgmap v390: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:23:41.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:40 smithi093 ceph-mon[107718]: pgmap v390: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:23:41.974 INFO:teuthology.orchestra.run.smithi093.stdout: 1 cleanup 41 sec 2023-12-18T13:23:42.528 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'sleep 60' 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: 0 cleanup 42 sec 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Operation Count AvgLat MaxLat 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: ---------------------------------------- 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: NTCreateX 431 28.550 156.129 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Close 408 10.366 39.796 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Rename 9 16.577 31.704 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Unlink 24 6.785 63.185 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Qpathinfo 73 7.318 71.933 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Qfileinfo 318 15.180 50.986 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Qfsinfo 68 2.519 16.919 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Sfileinfo 47 16.436 52.942 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: Find 72 14.252 125.537 2023-12-18T13:23:42.615 INFO:teuthology.orchestra.run.smithi093.stdout: WriteX 1518 0.026 0.068 2023-12-18T13:23:42.616 INFO:teuthology.orchestra.run.smithi093.stdout: ReadX 283 0.018 0.899 2023-12-18T13:23:42.616 INFO:teuthology.orchestra.run.smithi093.stdout: Flush 78 12.968 24.433 2023-12-18T13:23:42.616 INFO:teuthology.orchestra.run.smithi093.stdout: 2023-12-18T13:23:42.616 INFO:teuthology.orchestra.run.smithi093.stdout:Throughput 17.3877 MB/sec 5 clients 5 procs max_latency=156.133 ms 2023-12-18T13:23:42.617 DEBUG:teuthology.parallel:result is None 2023-12-18T13:23:42.929 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:42 smithi093 ceph-mon[107718]: pgmap v391: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:43.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:42 smithi141 ceph-mon[110549]: pgmap v391: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: pgmap v392: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: pgmap v393: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 191 B/s rd, 3.3 KiB/s wr, 0 op/s 2023-12-18T13:23:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:45.465 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:45 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: pgmap v392: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:23:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:23:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:23:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: pgmap v393: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 191 B/s rd, 3.3 KiB/s wr, 0 op/s 2023-12-18T13:23:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:45.600 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:45 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:46.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:46 smithi093 ceph-mon[107718]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T13:23:46.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:46 smithi141 ceph-mon[110549]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T13:23:47.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:47 smithi093 ceph-mon[107718]: pgmap v394: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 191 B/s rd, 3.3 KiB/s wr, 0 op/s 2023-12-18T13:23:47.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:47 smithi141 ceph-mon[110549]: pgmap v394: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 191 B/s rd, 3.3 KiB/s wr, 0 op/s 2023-12-18T13:23:48.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:48 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:48.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:48 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:48.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:48 smithi093 ceph-mon[107718]: pgmap v395: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 191 B/s rd, 3.3 KiB/s wr, 0 op/s 2023-12-18T13:23:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:48 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:23:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:48 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:23:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:48 smithi141 ceph-mon[110549]: pgmap v395: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 191 B/s rd, 3.3 KiB/s wr, 0 op/s 2023-12-18T13:23:50.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:50 smithi141 ceph-mon[110549]: pgmap v396: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 383 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-18T13:23:50.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:50 smithi093 ceph-mon[107718]: pgmap v396: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 383 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-18T13:23:52.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:52 smithi141 ceph-mon[110549]: pgmap v397: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 383 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-18T13:23:52.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:52 smithi093 ceph-mon[107718]: pgmap v397: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 383 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-18T13:23:54.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:54 smithi141 ceph-mon[110549]: pgmap v398: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 383 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-18T13:23:54.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:54 smithi093 ceph-mon[107718]: pgmap v398: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 383 B/s rd, 5.1 KiB/s wr, 2 op/s 2023-12-18T13:23:56.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:56 smithi141 ceph-mon[110549]: pgmap v399: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-12-18T13:23:56.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:56 smithi093 ceph-mon[107718]: pgmap v399: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-12-18T13:23:58.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:23:58 smithi141 ceph-mon[110549]: pgmap v400: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-12-18T13:23:58.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:23:58 smithi093 ceph-mon[107718]: pgmap v400: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-12-18T13:24:00.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:00 smithi141 ceph-mon[110549]: pgmap v401: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-18T13:24:00.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:00 smithi093 ceph-mon[107718]: pgmap v401: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-18T13:24:02.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:02 smithi141 ceph-mon[110549]: pgmap v402: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:02.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:02 smithi093 ceph-mon[107718]: pgmap v402: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:03.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:03 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:03.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:03 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:04.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:04 smithi141 ceph-mon[110549]: pgmap v403: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:04.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:04 smithi093 ceph-mon[107718]: pgmap v403: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:06.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:06 smithi141 ceph-mon[110549]: pgmap v404: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:06.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:06 smithi093 ceph-mon[107718]: pgmap v404: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:08.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:08 smithi141 ceph-mon[110549]: pgmap v405: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:08.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:08 smithi093 ceph-mon[107718]: pgmap v405: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:10.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:10 smithi141 ceph-mon[110549]: pgmap v406: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:10.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:10 smithi093 ceph-mon[107718]: pgmap v406: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:12.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:12 smithi141 ceph-mon[110549]: pgmap v407: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:12.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:12 smithi093 ceph-mon[107718]: pgmap v407: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:14.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:14 smithi141 ceph-mon[110549]: pgmap v408: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:14.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:14 smithi093 ceph-mon[107718]: pgmap v408: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:16.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:16 smithi141 ceph-mon[110549]: pgmap v409: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:16.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:16 smithi093 ceph-mon[107718]: pgmap v409: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:18.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:17 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:18.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:17 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:19.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:18 smithi141 ceph-mon[110549]: pgmap v410: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:19.214 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:18 smithi093 ceph-mon[107718]: pgmap v410: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:20.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:20 smithi141 ceph-mon[110549]: pgmap v411: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:20.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:20 smithi093 ceph-mon[107718]: pgmap v411: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:22.850 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:22 smithi141 ceph-mon[110549]: pgmap v412: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:22.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:22 smithi093 ceph-mon[107718]: pgmap v412: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:24.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:24 smithi141 ceph-mon[110549]: pgmap v413: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:24.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:24 smithi093 ceph-mon[107718]: pgmap v413: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:26.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:26 smithi141 ceph-mon[110549]: pgmap v414: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:26.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:26 smithi093 ceph-mon[107718]: pgmap v414: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:28.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:28 smithi141 ceph-mon[110549]: pgmap v415: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:28.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:28 smithi093 ceph-mon[107718]: pgmap v415: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:30.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:30 smithi141 ceph-mon[110549]: pgmap v416: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:30.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:30 smithi093 ceph-mon[107718]: pgmap v416: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:32.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:32 smithi141 ceph-mon[110549]: pgmap v417: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:32.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:32 smithi093 ceph-mon[107718]: pgmap v417: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:33.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:33 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:33.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:33 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:34.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:34 smithi141 ceph-mon[110549]: pgmap v418: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:34.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:34 smithi093 ceph-mon[107718]: pgmap v418: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:36.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:36 smithi141 ceph-mon[110549]: pgmap v419: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:36.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:36 smithi093 ceph-mon[107718]: pgmap v419: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:38.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:38 smithi141 ceph-mon[110549]: pgmap v420: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:38.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:38 smithi093 ceph-mon[107718]: pgmap v420: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:40.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:40 smithi141 ceph-mon[110549]: pgmap v421: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:40.714 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:40 smithi093 ceph-mon[107718]: pgmap v421: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:42.849 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:42 smithi141 ceph-mon[110549]: pgmap v422: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:42.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:42 smithi093 ceph-mon[107718]: pgmap v422: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:44.190 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch ps' 2023-12-18T13:24:44.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:44 smithi093 ceph-mon[107718]: pgmap v423: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:44.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:44 smithi141 ceph-mon[110549]: pgmap v423: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:45.464 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:45 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:45.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:45 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:alertmanager.smithi093 smithi093 *:9093,9094 running (13m) 61s ago 19m 26.5M - 0.23.0 ba2b418f427c 56befa033a29 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi093 smithi093 running (19m) 61s ago 19m 6987k - 17.2.0 e1d6a67b021e bbd1f5691d8a 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:crash.smithi141 smithi141 running (19m) 9m ago 19m 7142k - 17.2.0 e1d6a67b021e 6e1dfcf7bc11 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:grafana.smithi093 smithi093 *:3000 running (13m) 61s ago 19m 61.6M - 8.3.5 dad864ee21e9 b1b97281b55d 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi093.shymzl smithi093 running (15m) 61s ago 15m 37.7M - 17.2.0 e1d6a67b021e c54f9d925931 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:mds.foofs.smithi141.grlpib smithi141 running (15m) 9m ago 15m 15.1M - 17.2.0 e1d6a67b021e ec0f9378df82 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi093.pvrqem smithi093 *:8443,9283,8765 running (20m) 61s ago 20m 434M - 17.2.0 e1d6a67b021e 9aa0bcfdbcf5 2023-12-18T13:24:45.680 INFO:teuthology.orchestra.run.smithi093.stdout:mgr.smithi141.aezfpw smithi141 *:8443,9283 running (14m) 9m ago 19m 515M - 19.0.0-303-g861525e2 4fb1f853d261 14bc95b2b488 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi093 smithi093 running (20m) 61s ago 20m 178M 2048M 17.2.0 e1d6a67b021e 088212d1556e 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:mon.smithi141 smithi141 running (19m) 9m ago 19m 66.5M 2048M 17.2.0 e1d6a67b021e 37c48b8f3a9f 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.0.0.smithi093.lmunpv smithi093 *:2049 running (15m) 61s ago 15m 319M - 4.0 e1d6a67b021e f99a226734b5 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:nfs.foo.1.0.smithi141.wouwip smithi141 *:2049 running (15m) 9m ago 15m 84.2M - 4.0 e1d6a67b021e 66508a9bfdb6 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi093 smithi093 *:9100 running (13m) 61s ago 19m 26.3M - 1.3.1 1dbe0e931976 6f0e77a3f7a0 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:node-exporter.smithi141 smithi141 *:9100 running (12m) 9m ago 18m 24.6M - 1.3.1 1dbe0e931976 0ca8f1177097 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:osd.0 smithi093 running (18m) 61s ago 18m 2957M 1944M 17.2.0 e1d6a67b021e 46d9df916d88 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:osd.1 smithi093 running (18m) 61s ago 18m 2846M 1944M 17.2.0 e1d6a67b021e 7b21593e2b90 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:osd.2 smithi093 running (17m) 61s ago 17m 2176M 1944M 17.2.0 e1d6a67b021e 69e0990a72ab 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:osd.3 smithi093 running (17m) 61s ago 17m 2692M 1944M 17.2.0 e1d6a67b021e c17b825dbeca 2023-12-18T13:24:45.681 INFO:teuthology.orchestra.run.smithi093.stdout:osd.4 smithi141 running (17m) 9m ago 17m 1481M 2712M 17.2.0 e1d6a67b021e f17373d75142 2023-12-18T13:24:45.682 INFO:teuthology.orchestra.run.smithi093.stdout:osd.5 smithi141 running (17m) 9m ago 17m 1969M 2712M 17.2.0 e1d6a67b021e 4722d779fa8f 2023-12-18T13:24:45.682 INFO:teuthology.orchestra.run.smithi093.stdout:osd.6 smithi141 running (16m) 9m ago 16m 1586M 2712M 17.2.0 e1d6a67b021e 9b7e45c1c6e4 2023-12-18T13:24:45.682 INFO:teuthology.orchestra.run.smithi093.stdout:osd.7 smithi141 running (16m) 9m ago 16m 2295M 2712M 17.2.0 e1d6a67b021e 38812c2ccb9d 2023-12-18T13:24:45.682 INFO:teuthology.orchestra.run.smithi093.stdout:prometheus.smithi093 smithi093 *:9095 running (12m) 61s ago 18m 70.9M - 2.33.4 514e6a882f6e fdaf68ebbdfe 2023-12-18T13:24:46.039 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph orch upgrade status' 2023-12-18T13:24:46.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:46 smithi141 ceph-mon[110549]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:46.599 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:46 smithi141 ceph-mon[110549]: pgmap v424: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:46.600 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:46 smithi093 ceph-mon[107718]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:46.600 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:46 smithi093 ceph-mon[107718]: pgmap v424: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:47.579 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:24:47.579 INFO:teuthology.orchestra.run.smithi093.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:cdc2129cdafeb54d85717508a9a73d639da61cfd79792071dd8a497c2bae365e", 2023-12-18T13:24:47.579 INFO:teuthology.orchestra.run.smithi093.stdout: "in_progress": true, 2023-12-18T13:24:47.580 INFO:teuthology.orchestra.run.smithi093.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T13:24:47.580 INFO:teuthology.orchestra.run.smithi093.stdout: "services_complete": [], 2023-12-18T13:24:47.580 INFO:teuthology.orchestra.run.smithi093.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T13:24:47.580 INFO:teuthology.orchestra.run.smithi093.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed.", 2023-12-18T13:24:47.580 INFO:teuthology.orchestra.run.smithi093.stdout: "is_paused": true 2023-12-18T13:24:47.580 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:24:47.934 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:47 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:47.936 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph health detail' 2023-12-18T13:24:48.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:47 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T13:24:48.896 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:48 smithi093 ceph-mon[107718]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:48.896 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:48 smithi093 ceph-mon[107718]: pgmap v425: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:48.896 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:48 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:48.896 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:48 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:48 smithi141 ceph-mon[110549]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T13:24:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:48 smithi141 ceph-mon[110549]: pgmap v425: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:48 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:49.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:48 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:49.363 INFO:teuthology.orchestra.run.smithi093.stdout:HEALTH_WARN Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:24:49.363 INFO:teuthology.orchestra.run.smithi093.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi093.pvrqem on host smithi093 failed. 2023-12-18T13:24:49.363 INFO:teuthology.orchestra.run.smithi093.stdout: Upgrade daemon: mgr.smithi093.pvrqem: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi093.pvrqem ... 2023-12-18T13:24:49.363 INFO:teuthology.orchestra.run.smithi093.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T13:24:49.363 INFO:teuthology.orchestra.run.smithi093.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout:Traceback (most recent call last): 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: "__main__", mod_spec) 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: exec(code, run_globals) 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout: File "/tmp/tmpdzvz6jsf.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T13:24:49.364 INFO:teuthology.orchestra.run.smithi093.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T13:24:49.673 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions' 2023-12-18T13:24:49.960 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:49 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:49.960 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:49 smithi093 ceph-mon[107718]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:49.960 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:49 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:49.960 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:49 smithi093 ceph-mon[107718]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:49.960 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:49 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/3438337450' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:24:50.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:49 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T13:24:50.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:49 smithi141 ceph-mon[110549]: from='mgr.14626 172.21.15.141:0/2473104921' entity='mgr.smithi141.aezfpw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T13:24:50.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:49 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:50.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:49 smithi141 ceph-mon[110549]: from='mgr.14626 ' entity='mgr.smithi141.aezfpw' 2023-12-18T13:24:50.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:49 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/3438337450' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T13:24:50.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:50 smithi093 ceph-mon[107718]: pgmap v426: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:50.996 INFO:teuthology.orchestra.run.smithi093.stdout:{ 2023-12-18T13:24:50.996 INFO:teuthology.orchestra.run.smithi093.stdout: "mon": { 2023-12-18T13:24:50.996 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "mgr": { 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "osd": { 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "mds": { 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: }, 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "overall": { 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: "ceph version 19.0.0-303-g861525e2 (861525e252e70f0d455bae7d2dc4d635f8b415f1) squid (dev)": 1 2023-12-18T13:24:50.997 INFO:teuthology.orchestra.run.smithi093.stdout: } 2023-12-18T13:24:50.998 INFO:teuthology.orchestra.run.smithi093.stdout:} 2023-12-18T13:24:51.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:50 smithi141 ceph-mon[110549]: pgmap v426: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T13:24:51.357 DEBUG:teuthology.orchestra.run.smithi093:> 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-18T13:24:51.964 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:51 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/1724215136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:24:52.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:51 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/1724215136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:24:52.713 INFO:teuthology.orchestra.run.smithi093.stdout:false 2023-12-18T13:24:53.080 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:52 smithi093 ceph-mon[107718]: pgmap v427: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:53.080 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:52 smithi093 ceph-mon[107718]: from='client.? 172.21.15.93:0/628695004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:24:53.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:24:53.082 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 smithi093 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T13:24:53.162 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=452a15a7291b45b5a72c74b694d4acf8 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 smithi093 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 d34c12fe-9da5-11ee-95a5-87774f69a715 -e sha1=861525e252e70f0d455bae7d2dc4d635f8b415f1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T13:24:53.165 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-18T13:24:53.175 INFO:tasks.cephadm:Teardown begin 2023-12-18T13:24:53.175 DEBUG:teuthology.orchestra.run.smithi093:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:24:53.181 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:52 smithi141 ceph-mon[110549]: pgmap v427: 97 pgs: 97 active+clean; 244 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T13:24:53.181 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:52 smithi141 ceph-mon[110549]: from='client.? 172.21.15.93:0/628695004' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T13:24:53.211 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:24:53.248 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-18T13:24:53.248 DEBUG:teuthology.orchestra.run.smithi093:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:24:53.269 DEBUG:teuthology.orchestra.run.smithi141:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T13:24:53.308 INFO:tasks.cephadm:Stopping all daemons... 2023-12-18T13:24:53.309 INFO:tasks.cephadm.mon.smithi093:Stopping mon.smithi093... 2023-12-18T13:24:53.309 DEBUG:teuthology.orchestra.run.smithi093:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi093 2023-12-18T13:24:53.602 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:53 smithi093 systemd[1]: Stopping Ceph mon.smithi093 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:24:53.602 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:53 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi093[107695]: 2023-12-18T13:24:53.409+0000 7f583625e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi093 -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:24:53.602 INFO:journalctl@ceph.mon.smithi093.smithi093.stdout:Dec 18 13:24:53 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi093[107695]: 2023-12-18T13:24:53.409+0000 7f583625e700 -1 mon.smithi093@0(leader) e2 *** Got Signal Terminated *** 2023-12-18T13:24:53.732 DEBUG:teuthology.orchestra.run.smithi093:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi093.service' 2023-12-18T13:24:53.782 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:24:53.782 INFO:tasks.cephadm.mon.smithi093:Stopped mon.smithi093 2023-12-18T13:24:53.782 INFO:tasks.cephadm.mon.smithi141:Stopping mon.smithi141... 2023-12-18T13:24:53.782 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi141 2023-12-18T13:24:54.099 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:53 smithi141 systemd[1]: Stopping Ceph mon.smithi141 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:24:54.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:53 smithi141 bash[135627]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon.smithi141" found: no such container 2023-12-18T13:24:54.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:53 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi141[110525]: 2023-12-18T13:24:53.918+0000 7f302dedb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi141 -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:24:54.100 INFO:journalctl@ceph.mon.smithi141.smithi141.stdout:Dec 18 13:24:53 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-mon-smithi141[110525]: 2023-12-18T13:24:53.918+0000 7f302dedb700 -1 mon.smithi141@1(peon) e2 *** Got Signal Terminated *** 2023-12-18T13:24:54.401 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@mon.smithi141.service' 2023-12-18T13:24:54.447 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:24:54.447 INFO:tasks.cephadm.mon.smithi141:Stopped mon.smithi141 2023-12-18T13:24:54.447 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-18T13:24:54.447 DEBUG:teuthology.orchestra.run.smithi093:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.0 2023-12-18T13:24:54.964 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:24:54 smithi093 systemd[1]: Stopping Ceph osd.0 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:24:54.964 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:24:54 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-0[120144]: 2023-12-18T13:24:54.551+0000 7f08ce943700 -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:24:54.964 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:24:54 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-0[120144]: 2023-12-18T13:24:54.551+0000 7f08ce943700 -1 osd.0 70 *** Got signal Terminated *** 2023-12-18T13:24:54.964 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:24:54 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-0[120144]: 2023-12-18T13:24:54.551+0000 7f08ce943700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:00.538 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:25:00 smithi093 bash[158206]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-0 2023-12-18T13:25:00.539 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:25:00 smithi093 bash[158251]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-18T13:25:01.234 DEBUG:teuthology.orchestra.run.smithi093:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.0.service' 2023-12-18T13:25:01.235 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:25:01 smithi093 systemd[1]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.0.service: Succeeded. 2023-12-18T13:25:01.235 INFO:journalctl@ceph.osd.0.smithi093.stdout:Dec 18 13:25:01 smithi093 systemd[1]: Stopped Ceph osd.0 for d34c12fe-9da5-11ee-95a5-87774f69a715. 2023-12-18T13:25:01.276 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:01.276 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-18T13:25:01.276 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-18T13:25:01.276 DEBUG:teuthology.orchestra.run.smithi093:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.1 2023-12-18T13:25:01.714 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:25:01 smithi093 systemd[1]: Stopping Ceph osd.1 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:25:01.714 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:25:01 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-1[123874]: 2023-12-18T13:25:01.433+0000 7f383c995700 -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:25:01.714 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:25:01 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-1[123874]: 2023-12-18T13:25:01.433+0000 7f383c995700 -1 osd.1 70 *** Got signal Terminated *** 2023-12-18T13:25:01.715 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:25:01 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-1[123874]: 2023-12-18T13:25:01.433+0000 7f383c995700 -1 osd.1 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:07.449 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:25:07 smithi093 bash[158427]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-1 2023-12-18T13:25:07.449 INFO:journalctl@ceph.osd.1.smithi093.stdout:Dec 18 13:25:07 smithi093 bash[158469]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-18T13:25:08.109 DEBUG:teuthology.orchestra.run.smithi093:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.1.service' 2023-12-18T13:25:08.150 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:08.150 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-18T13:25:08.150 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-18T13:25:08.150 DEBUG:teuthology.orchestra.run.smithi093:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.2 2023-12-18T13:25:08.464 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:25:08 smithi093 systemd[1]: Stopping Ceph osd.2 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:25:08.465 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:25:08 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-2[128345]: 2023-12-18T13:25:08.282+0000 7f7feed05700 -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:25:08.465 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:25:08 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-2[128345]: 2023-12-18T13:25:08.282+0000 7f7feed05700 -1 osd.2 70 *** Got signal Terminated *** 2023-12-18T13:25:08.465 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:25:08 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-2[128345]: 2023-12-18T13:25:08.282+0000 7f7feed05700 -1 osd.2 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:14.173 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:25:13 smithi093 bash[158646]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-2 2023-12-18T13:25:14.174 INFO:journalctl@ceph.osd.2.smithi093.stdout:Dec 18 13:25:13 smithi093 bash[158725]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-18T13:25:14.866 DEBUG:teuthology.orchestra.run.smithi093:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.2.service' 2023-12-18T13:25:14.908 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:14.908 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-18T13:25:14.909 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-18T13:25:14.909 DEBUG:teuthology.orchestra.run.smithi093:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.3 2023-12-18T13:25:15.214 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:25:14 smithi093 systemd[1]: Stopping Ceph osd.3 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:25:15.214 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:25:15 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-3[132801]: 2023-12-18T13:25:15.065+0000 7fbe52072700 -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:25:15.215 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:25:15 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-3[132801]: 2023-12-18T13:25:15.065+0000 7fbe52072700 -1 osd.3 70 *** Got signal Terminated *** 2023-12-18T13:25:15.215 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:25:15 smithi093 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-3[132801]: 2023-12-18T13:25:15.065+0000 7fbe52072700 -1 osd.3 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:20.964 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:25:20 smithi093 bash[158903]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-3 2023-12-18T13:25:20.964 INFO:journalctl@ceph.osd.3.smithi093.stdout:Dec 18 13:25:20 smithi093 bash[158947]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.3" found: no such container 2023-12-18T13:25:21.349 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:20 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:20.976+0000 7f7b16a8c700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.389773+0000 front 2023-12-18T13:24:56.389717+0000 (oldest deadline 2023-12-18T13:25:20.489640+0000) 2023-12-18T13:25:21.350 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:20 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:20.968+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:21.666 DEBUG:teuthology.orchestra.run.smithi093:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.3.service' 2023-12-18T13:25:21.706 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:21.706 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-18T13:25:21.706 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-18T13:25:21.707 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.4 2023-12-18T13:25:21.923 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:21 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:21.623+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:21.924 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:21 smithi141 systemd[1]: Stopping Ceph osd.4 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:25:21.924 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:21 smithi141 bash[135781]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T13:25:21.924 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:21 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:21.837+0000 7f7b1b8f4700 -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:25:21.924 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:21 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:21.837+0000 7f7b1b8f4700 -1 osd.4 70 *** Got signal Terminated *** 2023-12-18T13:25:21.924 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:21 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:21.837+0000 7f7b1b8f4700 -1 osd.4 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:22.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:21 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:21.924+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:22.349 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:21 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:21.941+0000 7f7b16a8c700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.389773+0000 front 2023-12-18T13:24:56.389717+0000 (oldest deadline 2023-12-18T13:25:20.489640+0000) 2023-12-18T13:25:22.950 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:22 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:22.897+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:22.951 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:22 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:22.666+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:23.349 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:22 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:22.949+0000 7f7b16a8c700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.389773+0000 front 2023-12-18T13:24:56.389717+0000 (oldest deadline 2023-12-18T13:25:20.489640+0000) 2023-12-18T13:25:23.849 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:23 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:23.442+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:23.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:23 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:23.649+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:24.350 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:23 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:23.938+0000 7f7b16a8c700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.389773+0000 front 2023-12-18T13:24:56.389717+0000 (oldest deadline 2023-12-18T13:25:20.489640+0000) 2023-12-18T13:25:24.351 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:23 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:23.893+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:24.681 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:24 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:24.403+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:24.931 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:24 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:24.680+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:25.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:24 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:24.932+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:25.350 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:24 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:24.932+0000 7f7b16a8c700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.389773+0000 front 2023-12-18T13:24:56.389717+0000 (oldest deadline 2023-12-18T13:25:20.489640+0000) 2023-12-18T13:25:25.696 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:25 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:25.434+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:26.099 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:25 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:25.944+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:26.100 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:25 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4[115303]: 2023-12-18T13:25:25.906+0000 7f7b16a8c700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.389773+0000 front 2023-12-18T13:24:56.389717+0000 (oldest deadline 2023-12-18T13:25:20.489640+0000) 2023-12-18T13:25:26.100 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:25 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:25.695+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:26.685 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:26 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:26.386+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:26.983 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:26 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:26.684+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:27.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:26 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:26.983+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:27.652 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:27 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:27.364+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:27.653 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:27 smithi141 bash[135794]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-4 2023-12-18T13:25:27.653 INFO:journalctl@ceph.osd.4.smithi141.stdout:Dec 18 13:25:27 smithi141 bash[135835]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T13:25:27.950 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:27 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:27.949+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:27.951 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:27 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:27.949+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:27.951 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:27 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:27.652+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:28.481 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.4.service' 2023-12-18T13:25:28.522 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:28.523 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-18T13:25:28.523 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-18T13:25:28.523 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.5 2023-12-18T13:25:28.588 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:28.400+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:28.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:28.676+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:28.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:28.676+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:28.852 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:28 smithi141 systemd[1]: Stopping Ceph osd.5 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:25:28.852 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:28 smithi141 bash[136014]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T13:25:28.852 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:28.746+0000 7f20a7218700 -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:25:28.853 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:28.746+0000 7f20a7218700 -1 osd.5 70 *** Got signal Terminated *** 2023-12-18T13:25:28.853 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:28.746+0000 7f20a7218700 -1 osd.5 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:29.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:28.967+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:29.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:28 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:28.967+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:29.703 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:29 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:29.404+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:29.964 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:29 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:29.703+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:29.964 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:29 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:29.703+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:30.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:29 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:29.963+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:30.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:29 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:29.963+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:30.667 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:30 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:30.371+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:30.667 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:30 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:30.371+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:04.905835+0000 front 2023-12-18T13:25:04.905778+0000 (oldest deadline 2023-12-18T13:25:29.605686+0000) 2023-12-18T13:25:30.921 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:30 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:30.668+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:30.921 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:30 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:30.668+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:31.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:30 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:30.921+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:31.350 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:30 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:30.921+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:31.655 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:31 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:31.388+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:31.655 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:31 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:31.388+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:04.905835+0000 front 2023-12-18T13:25:04.905778+0000 (oldest deadline 2023-12-18T13:25:29.605686+0000) 2023-12-18T13:25:31.970 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:31 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:31.655+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:31.971 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:31 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:31.655+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:32.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:31 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:31.970+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:32.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:31 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:31.970+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:32.609 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:32 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:32.349+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:32.609 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:32 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:32.349+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:04.905835+0000 front 2023-12-18T13:25:04.905778+0000 (oldest deadline 2023-12-18T13:25:29.605686+0000) 2023-12-18T13:25:32.889 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:32 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:32.609+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:32.890 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:32 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:32.609+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:33.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:32 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:32.992+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:33.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:32 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:32.992+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:33.849 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:33 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:33.396+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.104404+0000 front 2023-12-18T13:24:59.104367+0000 (oldest deadline 2023-12-18T13:25:23.204378+0000) 2023-12-18T13:25:33.849 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:33 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5[118743]: 2023-12-18T13:25:33.396+0000 7f20a0bad700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:04.905835+0000 front 2023-12-18T13:25:04.905778+0000 (oldest deadline 2023-12-18T13:25:29.605686+0000) 2023-12-18T13:25:33.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:33 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:33.584+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:33.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:33 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:33.584+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:34.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:33 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:33.955+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:34.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:33 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:33.955+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:34.726 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:34 smithi141 bash[136026]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-5 2023-12-18T13:25:34.726 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:34 smithi141 bash[136104]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T13:25:34.727 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:34 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:34.585+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:34.727 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:34 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:34.585+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:34.727 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:34 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:34.585+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:35.246 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:34 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:34.976+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:35.246 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:34 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:34.976+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:35.445 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.5.service' 2023-12-18T13:25:35.512 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:35 smithi141 systemd[1]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.5.service: Succeeded. 2023-12-18T13:25:35.512 INFO:journalctl@ceph.osd.5.smithi141.stdout:Dec 18 13:25:35 smithi141 systemd[1]: Stopped Ceph osd.5 for d34c12fe-9da5-11ee-95a5-87774f69a715. 2023-12-18T13:25:35.525 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:35.525 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-18T13:25:35.525 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-18T13:25:35.525 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.6 2023-12-18T13:25:35.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:35 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:35.554+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:35.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:35 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:35.554+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:35.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:35 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:35.554+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:35.850 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:35 smithi141 systemd[1]: Stopping Ceph osd.6 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:25:35.850 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:35 smithi141 bash[136283]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T13:25:35.850 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:35 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:35.702+0000 7f25c7006700 -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:25:35.850 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:35 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:35.702+0000 7f25c7006700 -1 osd.6 70 *** Got signal Terminated *** 2023-12-18T13:25:35.850 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:35 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:35.702+0000 7f25c7006700 -1 osd.6 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:36.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:36.008+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:36.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:36.008+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:36.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:36.555+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:36.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:36.555+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:36.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:36.555+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:37.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:36.991+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:37.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:36.991+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:37.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:36 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:36.991+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:09.784886+0000 front 2023-12-18T13:25:09.784935+0000 (oldest deadline 2023-12-18T13:25:36.785144+0000) 2023-12-18T13:25:37.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:37 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:37.510+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:37.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:37 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:37.510+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:37.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:37 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:37.510+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:38.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:37 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:37.954+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:38.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:37 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:37.954+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:38.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:37 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:37.954+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:09.784886+0000 front 2023-12-18T13:25:09.784935+0000 (oldest deadline 2023-12-18T13:25:36.785144+0000) 2023-12-18T13:25:38.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:38 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:38.490+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:38.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:38 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:38.490+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:38.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:38 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:38.490+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:39.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:38 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:38.911+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:39.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:38 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:38.911+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:39.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:38 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:38.911+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:09.784886+0000 front 2023-12-18T13:25:09.784935+0000 (oldest deadline 2023-12-18T13:25:36.785144+0000) 2023-12-18T13:25:39.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:39 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:39.494+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:39.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:39 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:39.494+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:39.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:39 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:39.494+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:40.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:39 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:39.897+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:59.482666+0000 front 2023-12-18T13:24:59.482764+0000 (oldest deadline 2023-12-18T13:25:20.582578+0000) 2023-12-18T13:25:40.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:39 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:39.897+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:03.384059+0000 front 2023-12-18T13:25:03.384202+0000 (oldest deadline 2023-12-18T13:25:27.483968+0000) 2023-12-18T13:25:40.349 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:39 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6[122292]: 2023-12-18T13:25:39.897+0000 7f25c49a3700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:09.784886+0000 front 2023-12-18T13:25:09.784935+0000 (oldest deadline 2023-12-18T13:25:36.785144+0000) 2023-12-18T13:25:40.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:40 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:40.491+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:40.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:40 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:40.491+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:40.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:40 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:40.491+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:41.796 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:41 smithi141 bash[136296]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-6 2023-12-18T13:25:41.796 INFO:journalctl@ceph.osd.6.smithi141.stdout:Dec 18 13:25:41 smithi141 bash[136337]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T13:25:41.797 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:41 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:41.450+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:41.797 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:41 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:41.450+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:41.797 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:41 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:41.450+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:41.797 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:41 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:41.450+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6830 osd.3 since back 2023-12-18T13:25:19.551386+0000 front 2023-12-18T13:25:19.551350+0000 (oldest deadline 2023-12-18T13:25:41.251454+0000) 2023-12-18T13:25:42.495 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:42.431+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:42.495 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:42.431+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:42.496 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:42.431+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:42.496 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:42.431+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6830 osd.3 since back 2023-12-18T13:25:19.551386+0000 front 2023-12-18T13:25:19.551350+0000 (oldest deadline 2023-12-18T13:25:41.251454+0000) 2023-12-18T13:25:42.503 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.6.service' 2023-12-18T13:25:42.543 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:42.543 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-18T13:25:42.543 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-18T13:25:42.543 DEBUG:teuthology.orchestra.run.smithi141:> sudo systemctl stop ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.7 2023-12-18T13:25:42.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 systemd[1]: Stopping Ceph osd.7 for d34c12fe-9da5-11ee-95a5-87774f69a715... 2023-12-18T13:25:42.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 bash[136517]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T13:25:42.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:42.709+0000 7fb30d23b700 -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:25:42.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:42.709+0000 7fb30d23b700 -1 osd.7 70 *** Got signal Terminated *** 2023-12-18T13:25:42.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:42 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:42.709+0000 7fb30d23b700 -1 osd.7 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T13:25:43.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:43 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:43.470+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:43.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:43 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:43.470+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:43.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:43 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:43.470+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:43.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:43 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:43.470+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6830 osd.3 since back 2023-12-18T13:25:19.551386+0000 front 2023-12-18T13:25:19.551350+0000 (oldest deadline 2023-12-18T13:25:41.251454+0000) 2023-12-18T13:25:44.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:44 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:44.454+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:44.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:44 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:44.454+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:44.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:44 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:44.454+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:44.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:44 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:44.454+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6830 osd.3 since back 2023-12-18T13:25:19.551386+0000 front 2023-12-18T13:25:19.551350+0000 (oldest deadline 2023-12-18T13:25:41.251454+0000) 2023-12-18T13:25:45.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:45 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:45.491+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:45.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:45 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:45.491+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:45.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:45 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:45.491+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:45.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:45 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:45.491+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6830 osd.3 since back 2023-12-18T13:25:19.551386+0000 front 2023-12-18T13:25:19.551350+0000 (oldest deadline 2023-12-18T13:25:41.251454+0000) 2023-12-18T13:25:46.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:46 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:46.492+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:46.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:46 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:46.492+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:46.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:46 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:46.492+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:46.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:46 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:46.492+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6830 osd.3 since back 2023-12-18T13:25:19.551386+0000 front 2023-12-18T13:25:19.551350+0000 (oldest deadline 2023-12-18T13:25:41.251454+0000) 2023-12-18T13:25:47.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:47 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:47.528+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6806 osd.0 since back 2023-12-18T13:24:56.748383+0000 front 2023-12-18T13:24:56.748366+0000 (oldest deadline 2023-12-18T13:25:20.848189+0000) 2023-12-18T13:25:47.849 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:47 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:47.528+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6814 osd.1 since back 2023-12-18T13:25:02.549242+0000 front 2023-12-18T13:25:02.549300+0000 (oldest deadline 2023-12-18T13:25:28.449240+0000) 2023-12-18T13:25:47.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:47 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:47.529+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6822 osd.2 since back 2023-12-18T13:25:13.150406+0000 front 2023-12-18T13:25:13.150323+0000 (oldest deadline 2023-12-18T13:25:34.250355+0000) 2023-12-18T13:25:47.850 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:47 smithi141 ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7[125776]: 2023-12-18T13:25:47.529+0000 7fb3073d1700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.93:6830 osd.3 since back 2023-12-18T13:25:19.551386+0000 front 2023-12-18T13:25:19.551350+0000 (oldest deadline 2023-12-18T13:25:41.251454+0000) 2023-12-18T13:25:48.831 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:48 smithi141 bash[136529]: ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd-7 2023-12-18T13:25:48.831 INFO:journalctl@ceph.osd.7.smithi141.stdout:Dec 18 13:25:48 smithi141 bash[136572]: Error: no container with name or ID "ceph-d34c12fe-9da5-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T13:25:49.552 DEBUG:teuthology.orchestra.run.smithi141:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d34c12fe-9da5-11ee-95a5-87774f69a715@osd.7.service' 2023-12-18T13:25:49.591 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T13:25:49.591 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-18T13:25:49.591 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T13:26:14.180 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T13:26:29.615 DEBUG:teuthology.orchestra.run.smithi093:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:26:29.654 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T13:26:29.686 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-18T13:26:29.688 DEBUG:teuthology.misc:Transferring archived files from smithi093:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444/remote/smithi093/crash 2023-12-18T13:26:29.689 DEBUG:teuthology.orchestra.run.smithi093:> sudo tar c -f - -C /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/crash -- . 2023-12-18T13:26:29.825 INFO:teuthology.orchestra.run.smithi093.stderr:tar: /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T13:26:29.826 INFO:teuthology.orchestra.run.smithi093.stderr:tar: Error is not recoverable: exiting now 2023-12-18T13:26:29.827 DEBUG:teuthology.misc:Transferring archived files from smithi141:/var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444/remote/smithi141/crash 2023-12-18T13:26:29.828 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/crash -- . 2023-12-18T13:26:29.866 INFO:teuthology.orchestra.run.smithi141.stderr:tar: /var/lib/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T13:26:29.866 INFO:teuthology.orchestra.run.smithi141.stderr:tar: Error is not recoverable: exiting now 2023-12-18T13:26:29.867 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-18T13:26:29.867 DEBUG:teuthology.orchestra.run.smithi093:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-18T13:26:29.901 INFO:teuthology.orchestra.run.smithi093.stderr:grep: /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-18T13:26:29.903 INFO:tasks.cephadm:Compressing logs... 2023-12-18T13:26:29.903 DEBUG:teuthology.orchestra.run.smithi093:> 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:26:29.946 DEBUG:teuthology.orchestra.run.smithi141:> 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:26:29.973 INFO:teuthology.orchestra.run.smithi141.stderr:find: ‘/var/log/rbd-target-api’gzip -5 : No such file or directory--verbose 2023-12-18T13:26:29.974 INFO:teuthology.orchestra.run.smithi141.stderr:-- /var/log/ceph/cephadm.log 2023-12-18T13:26:29.974 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-18T13:26:29.974 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T13:26:29.974 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-18T13:26:29.975 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mgr.smithi141.aezfpw.log 2023-12-18T13:26:29.975 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-18T13:26:29.975 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mgr.smithi141.aezfpw.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-18T13:26:29.976 INFO:teuthology.orchestra.run.smithi093.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T13:26:29.977 INFO:teuthology.orchestra.run.smithi093.stderr:: No such file or directory 2023-12-18T13:26:29.978 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T13:26:29.978 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-18T13:26:29.978 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi093.shymzl.log 2023-12-18T13:26:29.978 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-18T13:26:29.979 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-18T13:26:29.979 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi093.shymzl.log: /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 79.1%--verbose -- -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi093.shymzl.log.gz/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mgr.smithi093.pvrqem.log 2023-12-18T13:26:29.979 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:26:29.981 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.4.log: /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.5.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T13:26:29.981 INFO:teuthology.orchestra.run.smithi141.stderr:gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mon.smithi141.log 2023-12-18T13:26:29.981 INFO:teuthology.orchestra.run.smithi141.stderr: 91.1% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T13:26:29.982 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mgr.smithi093.pvrqem.log: 90.8% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T13:26:29.983 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mon.smithi141.log: gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi141.grlpib.log 2023-12-18T13:26:29.984 INFO:teuthology.orchestra.run.smithi141.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi141.grlpib.log: 60.5% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi141.grlpib.log.gz 2023-12-18T13:26:29.989 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-18T13:26:29.989 INFO:teuthology.orchestra.run.smithi093.stderr:gzip -5 --verbose -- /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mon.smithi093.log 2023-12-18T13:26:29.992 INFO:teuthology.orchestra.run.smithi093.stderr:/var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.1.log: /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mon.smithi093.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T13:26:30.068 INFO:teuthology.orchestra.run.smithi141.stderr: 90.0% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mgr.smithi141.aezfpw.log.gz 2023-12-18T13:26:30.114 INFO:teuthology.orchestra.run.smithi093.stderr: 88.5% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mgr.smithi093.pvrqem.log.gz 2023-12-18T13:26:30.304 INFO:teuthology.orchestra.run.smithi141.stderr: 92.3% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mon.smithi141.log.gz 2023-12-18T13:26:31.494 INFO:teuthology.orchestra.run.smithi093.stderr: 91.7% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-mon.smithi093.log.gz 2023-12-18T13:26:39.071 INFO:teuthology.orchestra.run.smithi093.stderr: 94.5% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-18T13:26:40.108 INFO:teuthology.orchestra.run.smithi141.stderr: 94.0% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-18T13:26:42.403 INFO:teuthology.orchestra.run.smithi141.stderr: 94.3% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-18T13:26:43.127 INFO:teuthology.orchestra.run.smithi093.stderr: 94.1% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-18T13:26:43.141 INFO:teuthology.orchestra.run.smithi093.stderr: 94.1% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-18T13:26:43.712 INFO:teuthology.orchestra.run.smithi093.stderr: 94.3% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-18T13:26:43.713 INFO:teuthology.orchestra.run.smithi093.stderr: 2023-12-18T13:26:43.714 INFO:teuthology.orchestra.run.smithi093.stderr:real 0m13.749s 2023-12-18T13:26:43.714 INFO:teuthology.orchestra.run.smithi093.stderr:user 0m48.794s 2023-12-18T13:26:43.714 INFO:teuthology.orchestra.run.smithi093.stderr:sys 0m1.944s 2023-12-18T13:26:46.320 INFO:teuthology.orchestra.run.smithi141.stderr: 94.2% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-18T13:26:48.684 INFO:teuthology.orchestra.run.smithi141.stderr: 94.2% -- replaced with /var/log/ceph/d34c12fe-9da5-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-18T13:26:48.686 INFO:teuthology.orchestra.run.smithi141.stderr: 2023-12-18T13:26:48.686 INFO:teuthology.orchestra.run.smithi141.stderr:real 0m18.723s 2023-12-18T13:26:48.686 INFO:teuthology.orchestra.run.smithi141.stderr:user 0m55.443s 2023-12-18T13:26:48.686 INFO:teuthology.orchestra.run.smithi141.stderr:sys 0m2.218s 2023-12-18T13:26:48.686 INFO:tasks.cephadm:Archiving logs... 2023-12-18T13:26:48.687 DEBUG:teuthology.misc:Transferring archived files from smithi093:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444/remote/smithi093/log 2023-12-18T13:26:48.688 DEBUG:teuthology.orchestra.run.smithi093:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T13:26:55.700 DEBUG:teuthology.misc:Transferring archived files from smithi141:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444/remote/smithi141/log 2023-12-18T13:26:55.701 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T13:27:03.956 INFO:tasks.cephadm:Removing cluster... 2023-12-18T13:27:03.957 DEBUG:teuthology.orchestra.run.smithi093:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 --force 2023-12-18T13:27:04.335 DEBUG:teuthology.orchestra.run.smithi141:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d34c12fe-9da5-11ee-95a5-87774f69a715 --force 2023-12-18T13:27:04.727 INFO:tasks.cephadm:Removing cephadm ... 2023-12-18T13:27:04.727 DEBUG:teuthology.orchestra.run.smithi093:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T13:27:04.746 DEBUG:teuthology.orchestra.run.smithi141:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T13:27:04.764 INFO:tasks.cephadm:Teardown complete 2023-12-18T13:27:04.764 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-18T13:27:04.775 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-18T13:27:04.776 DEBUG:teuthology.orchestra.run.smithi093:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:27:04.789 DEBUG:teuthology.orchestra.run.smithi141:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T13:27:04.803 INFO:teuthology.orchestra.run.smithi093.stderr:bash: ntpq: command not found 2023-12-18T13:27:04.807 INFO:teuthology.orchestra.run.smithi093.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:27:04.807 INFO:teuthology.orchestra.run.smithi093.stdout:=============================================================================== 2023-12-18T13:27:04.808 INFO:teuthology.orchestra.run.smithi093.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 71 -106us[ -106us] +/- 96ms 2023-12-18T13:27:04.808 INFO:teuthology.orchestra.run.smithi093.stdout:^* hv02.front.sepia.ceph.com 3 7 377 71 +45us[ +38us] +/- 53ms 2023-12-18T13:27:04.808 INFO:teuthology.orchestra.run.smithi093.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 7 +59us[ +59us] +/- 67ms 2023-12-18T13:27:04.808 INFO:teuthology.orchestra.run.smithi093.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:27:04.820 INFO:teuthology.orchestra.run.smithi141.stderr:bash: ntpq: command not found 2023-12-18T13:27:04.824 INFO:teuthology.orchestra.run.smithi141.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T13:27:04.824 INFO:teuthology.orchestra.run.smithi141.stdout:=============================================================================== 2023-12-18T13:27:04.824 INFO:teuthology.orchestra.run.smithi141.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 8 -113us[ -66us] +/- 70ms 2023-12-18T13:27:04.824 INFO:teuthology.orchestra.run.smithi141.stdout:^* hv02.front.sepia.ceph.com 3 6 377 7 +60us[ +107us] +/- 54ms 2023-12-18T13:27:04.824 INFO:teuthology.orchestra.run.smithi141.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 8 +98us[ +145us] +/- 67ms 2023-12-18T13:27:04.824 INFO:teuthology.orchestra.run.smithi141.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T13:27:04.825 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-18T13:27:04.836 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-18T13:27:04.836 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-18T13:27:04.858 DEBUG:teuthology.orchestra.run.smithi093:> 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:27:04.953 DEBUG:teuthology.orchestra.run.smithi141:> 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:27:05.050 DEBUG:teuthology.orchestra.run.smithi093:> 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:27:05.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:27:05.083 DEBUG:teuthology.orchestra.run.smithi141:> 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:27:05.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:27:05.115 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-18T13:27:05.127 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-18T13:27:05.149 INFO:teuthology.task.internal:Duration was 1872.528896 seconds 2023-12-18T13:27:05.150 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-18T13:27:05.183 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-18T13:27:05.183 DEBUG:teuthology.orchestra.run.smithi093:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T13:27:05.186 DEBUG:teuthology.orchestra.run.smithi141:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T13:27:05.230 INFO:teuthology.orchestra.run.smithi093.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:27:05.231 INFO:teuthology.orchestra.run.smithi141.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T13:27:05.478 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-18T13:27:05.478 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi093.front.sepia.ceph.com 2023-12-18T13:27:05.479 DEBUG:teuthology.orchestra.run.smithi093:> 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:27:05.504 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi141.front.sepia.ceph.com 2023-12-18T13:27:05.504 DEBUG:teuthology.orchestra.run.smithi141:> 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:27:05.526 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-18T13:27:05.526 DEBUG:teuthology.orchestra.run.smithi093:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T13:27:05.546 DEBUG:teuthology.orchestra.run.smithi141:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T13:27:05.621 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-18T13:27:05.622 DEBUG:teuthology.orchestra.run.smithi093:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T13:27:05.624 DEBUG:teuthology.orchestra.run.smithi141:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T13:27:14.657 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-18T13:27:14.668 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-18T13:27:14.668 DEBUG:teuthology.orchestra.run.smithi093:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T13:27:14.696 DEBUG:teuthology.orchestra.run.smithi141:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T13:27:14.730 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-18T13:27:14.741 DEBUG:teuthology.orchestra.run.smithi093:> 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:27:14.744 DEBUG:teuthology.orchestra.run.smithi141:> 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:27:14.768 INFO:teuthology.orchestra.run.smithi093.stdout:kernel.core_pattern = core 2023-12-18T13:27:14.802 INFO:teuthology.orchestra.run.smithi141.stdout:kernel.core_pattern = core 2023-12-18T13:27:14.860 DEBUG:teuthology.orchestra.run.smithi093:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:27:14.877 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:27:14.877 DEBUG:teuthology.orchestra.run.smithi141:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T13:27:14.918 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T13:27:14.919 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-18T13:27:14.935 INFO:teuthology.task.internal:Transferring archived files... 2023-12-18T13:27:14.937 DEBUG:teuthology.misc:Transferring archived files from smithi093:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444/remote/smithi093 2023-12-18T13:27:14.937 DEBUG:teuthology.orchestra.run.smithi093:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T13:27:15.003 DEBUG:teuthology.misc:Transferring archived files from smithi141:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444/remote/smithi141 2023-12-18T13:27:15.003 DEBUG:teuthology.orchestra.run.smithi141:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T13:27:15.045 INFO:teuthology.task.internal:Removing archive directory... 2023-12-18T13:27:15.045 DEBUG:teuthology.orchestra.run.smithi093:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T13:27:15.048 DEBUG:teuthology.orchestra.run.smithi141:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T13:27:15.098 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-18T13:27:15.117 INFO:teuthology.task.internal:Not uploading archives. 2023-12-18T13:27:15.118 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-18T13:27:15.137 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-18T13:27:15.137 DEBUG:teuthology.orchestra.run.smithi093:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T13:27:15.141 DEBUG:teuthology.orchestra.run.smithi141:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T13:27:15.157 INFO:teuthology.orchestra.run.smithi093.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 13:27 /home/ubuntu/cephtest 2023-12-18T13:27:15.160 INFO:teuthology.orchestra.run.smithi141.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 13:27 /home/ubuntu/cephtest 2023-12-18T13:27:15.162 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-18T13:27:15.173 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-18T13:27:15.238 INFO:teuthology.nuke:Checking targets against current locks 2023-12-18T13:27:15.267 DEBUG:teuthology.nuke:shortname: smithi093 2023-12-18T13:27:15.268 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:27:15.296 DEBUG:teuthology.nuke:shortname: smithi141 2023-12-18T13:27:15.297 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T13:27:15.302 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi093.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444', '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:46:39.943220', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDtbELzlEvXaGPWYG5gnJo3v6jkvEbK9ITwNBy+d1u7KuifqPAUWnqdw4FeLpoNyvsnsbDxn2s/0eElhFCKS67o='} 2023-12-18T13:27:15.328 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi141.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_12:45:33-orch:cephadm-wip-adk-testing-2023-12-17-2227-distro-default-smithi/7495444', '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:46:39.941293', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFiFCcFppexOMVzSXWshIV3CdnlRzENLZzt0FUepP+lU/gXoeG2nzco0MNt6nuhSfoN9S7X7J4el47/z/ehXZ5Q='} 2023-12-18T13:27:15.354 INFO:teuthology.orchestra.console.smithi093:Power off 2023-12-18T13:27:15.355 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T13:27:15.384 DEBUG:teuthology.orchestra.console.smithi093:power off output: Chassis Power Control: Down/Off 2023-12-18T13:27:15.384 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:27:15.404 INFO:teuthology.orchestra.console.smithi141:Power off 2023-12-18T13:27:15.404 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T13:27:15.414 DEBUG:teuthology.orchestra.console.smithi093:check power output: Chassis Power is on 2023-12-18T13:27:15.429 DEBUG:teuthology.orchestra.console.smithi141:power off output: Chassis Power Control: Down/Off 2023-12-18T13:27:15.429 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:27:15.454 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-18T13:27:19.416 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:27:19.455 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:27:19.528 DEBUG:teuthology.orchestra.console.smithi093:check power output: Chassis Power is on 2023-12-18T13:27:19.565 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is on 2023-12-18T13:27:23.533 DEBUG:teuthology.orchestra.console.smithi093:pexpect command: ipmitool -H smithi093.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:27:23.566 DEBUG:teuthology.orchestra.console.smithi141:pexpect command: ipmitool -H smithi141.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T13:27:23.644 DEBUG:teuthology.orchestra.console.smithi093:check power output: Chassis Power is off 2023-12-18T13:27:23.677 DEBUG:teuthology.orchestra.console.smithi141:check power output: Chassis Power is off 2023-12-18T13:27:23.746 INFO:teuthology.orchestra.console.smithi093:Power off completed 2023-12-18T13:27:23.778 INFO:teuthology.orchestra.console.smithi141:Power off completed 2023-12-18T13:27:23.883 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: 1872.528896331787 failure_reason: 'Command failed on smithi093 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 d34c12fe-9da5-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=452a15a7291b45b5a72c74b694d4acf8 status: fail success: false 2023-12-18T13:27:23.884 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T13:27:23.965 INFO:teuthology.run:FAIL