2023-12-05T12:48:41.538 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-05T12:48:41.539 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698 -- /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698/orig.config.yaml 2023-12-05T12:48:41.576 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T12:48:41.649 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698 branch: wip-guits-testing-2023-12-05-0857 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: gabrioux@ibm.com first_in_suite: false job_id: '7477698' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-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-guits-testing-2023-12-05-0857 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: e6605fb8725c25c4838cef6a39f30df73f1ed149 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2023-12-05-0857 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 6586 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2023-12-05-0857 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPQzfDLlZceUyQBKlDKC4EhCgUmmUljFOk3EzzjFBd0eNT8T9+jRrOfwKG2SxMUwttk2MHx8ASWa1cR0xzskB4= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFGJaspIHRkKqMBUkY1dX6UTeHMsK/A5S3BXbgbtNaAfVuFc2d2g7n2ajriOqVVbwmx5DVUDrnCK517Ej/7EwlQ= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-05_12:39:43 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: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 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-05T12:48:41.649 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa; will attempt to use it 2023-12-05T12:48:41.650 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-05T12:48:41.650 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-05T12:48:41.652 INFO:teuthology.task.internal:Checking packages... 2023-12-05T12:48:41.675 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-05T12:48:41.675 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-05T12:48:41.676 INFO:teuthology.packaging:ref: None 2023-12-05T12:48:41.676 INFO:teuthology.packaging:tag: None 2023-12-05T12:48:41.676 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-05T12:48:41.676 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T12:48:41.676 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2023-12-05-0857 2023-12-05T12:48:43.263 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13.ge6605fb8 2023-12-05T12:48:43.263 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-05T12:48:43.269 INFO:teuthology.task.internal:no buildpackages task found 2023-12-05T12:48:43.269 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-05T12:48:43.281 INFO:teuthology.task.internal:Saving configuration 2023-12-05T12:48:43.298 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-05T12:48:43.304 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T12:48:43.330 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698', '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-05 12:40:59.832990', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPQzfDLlZceUyQBKlDKC4EhCgUmmUljFOk3EzzjFBd0eNT8T9+jRrOfwKG2SxMUwttk2MHx8ASWa1cR0xzskB4='} 2023-12-05T12:48:43.351 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698', '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-05 12:40:59.834385', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFGJaspIHRkKqMBUkY1dX6UTeHMsK/A5S3BXbgbtNaAfVuFc2d2g7n2ajriOqVVbwmx5DVUDrnCK517Ej/7EwlQ='} 2023-12-05T12:48:43.351 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-05T12:48:43.358 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-05T12:48:43.358 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-05T12:48:43.358 INFO:teuthology.run_tasks:Running task console_log... 2023-12-05T12:48:43.434 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd1c2bc2ee0>, signals=[15]) 2023-12-05T12:48:43.435 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-05T12:48:43.441 INFO:teuthology.task.internal:Opening connections... 2023-12-05T12:48:43.441 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T12:48:43.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:48:43.514 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-12-05T12:48:43.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:48:43.581 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-05T12:48:43.588 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2023-12-05T12:48:43.611 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2023-12-05T12:48:43.612 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2023-12-05T12:48:43.671 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="CentOS Stream" 2023-12-05T12:48:43.671 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="8" 2023-12-05T12:48:43.671 INFO:teuthology.orchestra.run.smithi027.stdout:ID="centos" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE="rhel fedora" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="8" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:PLATFORM_ID="platform:el8" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:ANSI_COLOR="0;31" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://centos.org/" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T12:48:43.672 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-05T12:48:43.673 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2023-12-05T12:48:43.705 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-12-05T12:48:43.728 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-12-05T12:48:43.728 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-12-05T12:48:43.789 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="CentOS Stream" 2023-12-05T12:48:43.789 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8" 2023-12-05T12:48:43.789 INFO:teuthology.orchestra.run.smithi143.stdout:ID="centos" 2023-12-05T12:48:43.789 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="rhel fedora" 2023-12-05T12:48:43.789 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://centos.org/" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-05T12:48:43.790 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-05T12:48:43.790 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-12-05T12:48:43.813 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-05T12:48:43.821 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-05T12:48:43.827 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-05T12:48:43.828 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2023-12-05T12:48:43.830 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-12-05T12:48:43.850 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-05T12:48:43.856 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-05T12:48:43.856 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2023-12-05T12:48:43.890 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-12-05T12:48:43.926 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-05T12:48:43.983 INFO:teuthology.run_tasks:Running task kernel... 2023-12-05T12:48:43.998 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-05T12:48:43.998 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-05T12:48:43.998 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T12:48:43.999 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-05T12:48:44.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:48:44.019 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-12-05T12:48:44.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:48:44.020 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-05T12:48:44.081 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-489.el8.x86_64 2023-12-05T12:48:44.081 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-489.el8.x86_64 2023-12-05T12:48:44.081 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2023-12-05T12:48:44.082 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-489.el8.x86_64 2023-12-05T12:48:44.083 INFO:teuthology.task.kernel:Running kernel on smithi027: 4.18.0-489.el8.x86_64 2023-12-05T12:48:44.083 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum install -y kernel 2023-12-05T12:48:57.768 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - AppStream 3.1 MB/s | 34 MB 00:11 2023-12-05T12:48:57.775 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - AppStream 3.1 MB/s | 34 MB 00:11 2023-12-05T12:49:08.024 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 55 MB 00:03 2023-12-05T12:49:08.467 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - BaseOS 13 MB/s | 55 MB 00:04 2023-12-05T12:49:16.424 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras 32 kB/s | 18 kB 00:00 2023-12-05T12:49:17.066 INFO:teuthology.orchestra.run.smithi143.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-12-05T12:49:17.418 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-05T12:49:17.501 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras 25 kB/s | 18 kB 00:00 2023-12-05T12:49:17.935 INFO:teuthology.orchestra.run.smithi027.stdout:CentOS Stream 8 - Extras common packages 29 kB/s | 6.9 kB 00:00 2023-12-05T12:49:18.278 INFO:teuthology.orchestra.run.smithi027.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-05T12:49:19.002 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-05T12:49:19.239 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-05T12:49:22.844 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 435 kB/s | 24 kB 00:00 2023-12-05T12:49:23.271 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 549 kB/s | 24 kB 00:00 2023-12-05T12:49:26.460 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-05T12:49:26.460 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-05T12:49:26.757 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-05T12:49:26.758 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T12:49:26.758 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-12-05T12:49:26.758 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T12:49:26.758 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2023-12-05T12:49:26.758 INFO:teuthology.orchestra.run.smithi143.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout:Install 3 Packages 2023-12-05T12:49:26.759 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T12:49:26.760 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 90 M 2023-12-05T12:49:26.760 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 96 M 2023-12-05T12:49:26.760 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-12-05T12:49:27.162 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-05T12:49:27.163 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-05T12:49:27.470 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout:Installing: 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T12:49:27.471 INFO:teuthology.orchestra.run.smithi027.stdout:Install 3 Packages 2023-12-05T12:49:27.472 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T12:49:27.472 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 90 M 2023-12-05T12:49:27.472 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 96 M 2023-12-05T12:49:27.472 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-05T12:49:28.071 INFO:teuthology.orchestra.run.smithi143.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 9.0 MB/s | 10 MB 00:01 2023-12-05T12:49:29.089 INFO:teuthology.orchestra.run.smithi027.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 7.5 MB/s | 10 MB 00:01 2023-12-05T12:49:29.587 INFO:teuthology.orchestra.run.smithi143.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-12-05T12:49:30.004 INFO:teuthology.orchestra.run.smithi143.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-12-05T12:49:30.005 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-12-05T12:49:30.005 INFO:teuthology.orchestra.run.smithi143.stdout:Total 28 MB/s | 90 MB 00:03 2023-12-05T12:49:30.522 INFO:teuthology.orchestra.run.smithi027.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2023-12-05T12:49:30.679 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-12-05T12:49:31.089 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-12-05T12:49:31.089 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-12-05T12:49:31.348 INFO:teuthology.orchestra.run.smithi027.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-12-05T12:49:31.348 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-05T12:49:31.348 INFO:teuthology.orchestra.run.smithi027.stdout:Total 23 MB/s | 90 MB 00:03 2023-12-05T12:49:32.051 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-05T12:49:32.328 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-12-05T12:49:32.352 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-12-05T12:49:32.489 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-05T12:49:32.489 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-05T12:49:33.842 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-05T12:49:33.868 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-05T12:49:35.150 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-12-05T12:49:35.724 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T12:49:36.813 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-05T12:49:37.604 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T12:49:39.278 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T12:49:39.698 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T12:49:41.417 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-05T12:49:41.780 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T12:49:43.123 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T12:49:43.403 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:49:45.454 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-05T12:49:45.730 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:05.327 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:05.350 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:05.687 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:05.687 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-05T12:50:05.687 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-05T12:50:06.433 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:06.433 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T12:50:06.433 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-12-05T12:50:06.433 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-05T12:50:06.433 INFO:teuthology.orchestra.run.smithi143.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-05T12:50:06.433 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T12:50:06.434 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-05T12:50:06.602 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T12:50:06.822 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T12:50:06.822 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T12:50:06.823 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-05T12:50:06.823 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T12:50:06.823 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T12:50:06.823 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-05T12:50:06.823 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T12:50:06.823 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T12:50:07.033 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T12:50:07.033 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T12:50:07.033 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2023-12-05T12:50:07.066 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2023-12-05T12:50:07.066 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.02 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 129.el8 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Group : System Environment/Base 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 9265586 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Relocations : (not relocatable) 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : CentOS BuildSystem 2023-12-05T12:50:07.067 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : CentOS 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T12:50:07.068 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2023-12-05T12:50:07.069 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-05T12:50:07.069 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 4.18.0-526.el8.x86_64 2023-12-05T12:50:07.069 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-05T12:50:08.867 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-12-05T12:50:08.876 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:08.901 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:09.249 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:09.249 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-05T12:50:09.249 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-05T12:50:10.478 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-05T12:50:10.478 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T12:50:10.478 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-05T12:50:10.478 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-05T12:50:10.478 INFO:teuthology.orchestra.run.smithi027.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-05T12:50:10.478 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T12:50:10.478 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-05T12:50:10.629 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T12:50:10.855 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T12:50:10.855 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T12:50:10.855 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-05T12:50:10.855 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-05T12:50:10.855 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-05T12:50:10.856 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-05T12:50:10.856 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi027.front.sepia.ceph.com, path=None, version=distro) 2023-12-05T12:50:10.856 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2023-12-05T12:50:10.900 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-12-05T12:50:10.902 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-12-05T12:50:10.936 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.zY8H4TbRh7 2023-12-05T12:50:10.937 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zY8H4TbRh7 2023-12-05T12:50:11.013 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.zY8H4TbRh7 2023-12-05T12:50:11.073 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-05T12:50:11.074 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-05T12:50:11.074 DEBUG:teuthology.orchestra.run.smithi027:> sudo rpm -qi grub2-tools 2023-12-05T12:50:11.109 INFO:teuthology.orchestra.run.smithi027.stdout:Name : grub2-tools 2023-12-05T12:50:11.109 INFO:teuthology.orchestra.run.smithi027.stdout:Epoch : 1 2023-12-05T12:50:11.109 INFO:teuthology.orchestra.run.smithi027.stdout:Version : 2.02 2023-12-05T12:50:11.109 INFO:teuthology.orchestra.run.smithi027.stdout:Release : 129.el8 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Architecture: x86_64 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Group : System Environment/Base 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Size : 9265586 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:License : GPLv3+ 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Relocations : (not relocatable) 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Packager : CentOS BuildSystem 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Vendor : CentOS 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-05T12:50:11.110 INFO:teuthology.orchestra.run.smithi027.stdout:Summary : Support tools for GRUB. 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout:Description : 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout:hardware devices. 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T12:50:11.111 INFO:teuthology.orchestra.run.smithi027.stdout:This subpackage provides tools for support of all platforms. 2023-12-05T12:50:11.112 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-05T12:50:11.112 INFO:teuthology.task.kernel:Updating grub on smithi027 to boot 4.18.0-526.el8.x86_64 2023-12-05T12:50:11.112 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-05T12:50:11.156 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.zY8H4TbRh7 is 6KB 2023-12-05T12:50:11.204 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.zY8H4TbRh7 2023-12-05T12:50:11.221 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2023-12-05T12:50:11.293 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-05T12:50:11.293 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-05T12:50:11.293 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-05T12:50:11.293 INFO:teuthology.orchestra.run.smithi143.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-05T12:50:11.294 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-05T12:50:11.456 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-12-05T12:50:12.560 INFO:teuthology.orchestra.run.smithi027.stderr:Generating grub configuration file ... 2023-12-05T12:50:14.300 INFO:teuthology.orchestra.run.smithi027.stderr:done 2023-12-05T12:50:14.302 DEBUG:teuthology.orchestra.run.smithi027:> mktemp 2023-12-05T12:50:14.323 INFO:teuthology.orchestra.run.smithi027.stdout:/tmp/tmp.BtT0T2GvwB 2023-12-05T12:50:14.324 DEBUG:teuthology.orchestra.run.smithi027:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BtT0T2GvwB 2023-12-05T12:50:14.401 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0666 /tmp/tmp.BtT0T2GvwB 2023-12-05T12:50:14.541 DEBUG:teuthology.orchestra.remote:smithi027:/tmp/tmp.BtT0T2GvwB is 6KB 2023-12-05T12:50:14.588 DEBUG:teuthology.orchestra.run.smithi027:> rm -fr /tmp/tmp.BtT0T2GvwB 2023-12-05T12:50:14.606 DEBUG:teuthology.orchestra.run.smithi027:> sudo /bin/ls /boot/loader/entries || true 2023-12-05T12:50:14.682 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-05T12:50:14.683 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-05T12:50:14.683 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-05T12:50:14.683 INFO:teuthology.orchestra.run.smithi027.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-05T12:50:14.684 DEBUG:teuthology.orchestra.run.smithi027:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-05T12:50:14.861 DEBUG:teuthology.orchestra.run.smithi027:> sudo shutdown -r now 2023-12-05T12:50:41.482 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-05T12:50:41.483 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-05T12:50:41.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:50:44.866 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-05T12:50:44.866 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T12:50:44.867 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:50:59.810 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-12-05T12:51:03.394 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-05T12:51:08.814 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-05T12:51:08.815 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:11.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-12-05T12:51:12.396 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T12:51:12.397 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:15.462 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-05T12:51:23.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-05T12:51:23.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:27.466 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T12:51:27.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:30.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-05T12:51:42.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-12-05T12:51:45.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T12:51:45.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:48.610 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-05T12:51:57.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-05T12:51:57.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:51:57.909 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-12-05T12:51:58.806 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-05T12:51:58.806 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-05T12:51:58.806 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-12-05T12:51:59.269 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-526.el8.x86_64 2023-12-05T12:51:59.270 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-05T12:51:59.270 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T12:51:59.270 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-05T12:52:00.273 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-05T12:52:00.274 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T12:52:00.414 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-12-05T12:52:00.643 DEBUG:teuthology.parallel:result is None 2023-12-05T12:52:06.611 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T12:52:06.612 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:52:25.059 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.27 2023-12-05T12:52:46.060 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T12:52:46.061 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T12:52:46.968 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-05T12:52:47.676 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T12:52:47.676 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-05T12:52:47.677 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2023-12-05T12:52:47.696 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-526.el8.x86_64 2023-12-05T12:52:47.696 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-05T12:52:47.696 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-05T12:52:47.696 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-05T12:52:48.697 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-05T12:52:48.698 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-05T12:52:48.767 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2023-12-05T12:52:48.777 DEBUG:teuthology.parallel:result is None 2023-12-05T12:52:48.777 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-05T12:52:48.786 INFO:teuthology.task.internal:Creating test directory... 2023-12-05T12:52:48.786 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T12:52:48.789 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-05T12:52:48.811 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-05T12:52:48.818 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-05T12:52:48.841 INFO:teuthology.task.internal:Creating archive directory... 2023-12-05T12:52:48.841 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T12:52:48.848 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-05T12:52:48.900 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-05T12:52:48.910 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-05T12:52:48.910 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-05T12:52:48.929 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T12:52:48.957 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:48.969 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:48.971 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:48.983 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-05T12:52:48.987 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-05T12:52:48.995 INFO:teuthology.task.internal:Configuring sudo... 2023-12-05T12:52:48.995 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T12:52:49.017 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-05T12:52:49.057 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-05T12:52:49.067 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-05T12:52:49.067 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T12:52:49.086 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-05T12:52:49.117 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:52:49.186 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:52:49.240 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:52:49.339 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:52:49.389 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T12:52:49.390 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T12:52:49.457 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:52:49.510 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-05T12:52:49.558 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:52:49.644 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-05T12:52:49.688 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-05T12:52:49.688 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-05T12:52:49.757 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2023-12-05T12:52:49.761 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-12-05T12:52:49.819 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T12:52:49.861 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T12:52:50.293 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-05T12:52:50.303 INFO:teuthology.task.internal:Starting timer... 2023-12-05T12:52:50.303 INFO:teuthology.run_tasks:Running task pcp... 2023-12-05T12:52:50.319 INFO:teuthology.run_tasks:Running task selinux... 2023-12-05T12:52:50.340 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-05T12:52:50.340 DEBUG:teuthology.orchestra.run.smithi027:> sudo service auditd rotate 2023-12-05T12:52:50.450 INFO:teuthology.orchestra.run.smithi027.stdout:Rotating logs: 2023-12-05T12:52:50.451 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2023-12-05T12:52:50.524 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2023-12-05T12:52:50.525 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-05T12:52:50.525 DEBUG:teuthology.orchestra.run.smithi027:> /usr/sbin/getenforce 2023-12-05T12:52:50.572 INFO:teuthology.orchestra.run.smithi027.stdout:Permissive 2023-12-05T12:52:50.572 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2023-12-05T12:52:50.648 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2023-12-05T12:52:50.648 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi027.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2023-12-05T12:52:50.648 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-05T12:52:50.680 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:52:50.680 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T12:52:50.707 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T12:52:50.708 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-05T12:52:50.708 DEBUG:teuthology.orchestra.run.smithi027:> sudo /usr/sbin/setenforce permissive 2023-12-05T12:52:50.749 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2023-12-05T12:52:50.791 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-05T12:52:50.814 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-05T12:52:50.814 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-05T12:52:50.843 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-05T12:52:50.845 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-05T13:08:57.676 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-12-05T13:08:57.678 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T13:08:57.679 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T13:08:57.749 DEBUG:teuthology.orchestra.run.smithi027:> true 2023-12-05T13:08:57.820 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2023-12-05T13:08:57.820 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-05T13:08:57.820 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-05T13:08:57.889 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-12-05T13:08:57.958 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-05T13:08:57.958 INFO:teuthology.run_tasks:Running task clock... 2023-12-05T13:08:57.969 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-05T13:08:57.970 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T13:08:57.970 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:08:57.974 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-05T13:08:57.974 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T13:08:58.005 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T13:08:58.018 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T13:08:58.031 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-05T13:08:58.046 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-05T13:08:58.083 INFO:teuthology.orchestra.run.smithi027.stderr:sudo: ntpd: command not found 2023-12-05T13:08:58.095 INFO:teuthology.orchestra.run.smithi027.stdout:506 Cannot talk to daemon 2023-12-05T13:08:58.109 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T13:08:58.112 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2023-12-05T13:08:58.123 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T13:08:58.123 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2023-12-05T13:08:58.137 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-05T13:08:58.151 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-05T13:08:58.190 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-12-05T13:08:58.193 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:08:58.193 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-12-05T13:08:58.193 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.194 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.194 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.194 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.222 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-12-05T13:08:58.225 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:08:58.225 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-12-05T13:08:58.225 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.225 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.226 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.226 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:08:58.226 INFO:teuthology.run_tasks:Running task pexec... 2023-12-05T13:08:58.238 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-05T13:08:58.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:08:58.239 DEBUG:teuthology.orchestra.run.smithi027:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T13:08:58.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi143.front.sepia.ceph.com 2023-12-05T13:08:58.239 DEBUG:teuthology.orchestra.run.smithi143:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-05T13:08:59.140 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:43 ago on Tue 05 Dec 2023 01:07:15 PM UTC. 2023-12-05T13:08:59.150 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:47 ago on Tue 05 Dec 2023 01:07:11 PM UTC. 2023-12-05T13:09:01.328 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-05T13:09:01.328 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout:Resetting modules: 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T13:09:01.329 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:09:01.440 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout:Resetting modules: 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T13:09:01.441 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:09:01.584 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-05T13:09:01.702 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-05T13:09:02.513 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:01:47 ago on Tue 05 Dec 2023 01:07:15 PM UTC. 2023-12-05T13:09:02.679 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:01:51 ago on Tue 05 Dec 2023 01:07:11 PM UTC. 2023-12-05T13:09:04.627 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-05T13:09:04.811 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T13:09:04.811 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-12-05T13:09:04.811 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T13:09:04.811 INFO:teuthology.orchestra.run.smithi143.stdout:Installing group/module packages: 2023-12-05T13:09:04.811 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-05T13:09:04.811 INFO:teuthology.orchestra.run.smithi143.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout:Installing weak dependencies: 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-05T13:09:04.812 INFO:teuthology.orchestra.run.smithi143.stdout:Installing module profiles: 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools/common 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout:Enabling module streams: 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools rhel8 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout:Install 13 Packages 2023-12-05T13:09:04.813 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:09:04.814 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 27 M 2023-12-05T13:09:04.814 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 89 M 2023-12-05T13:09:04.814 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-12-05T13:09:04.940 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2023-12-05T13:09:05.138 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout:Installing group/module packages: 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-05T13:09:05.139 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout:Installing weak dependencies: 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout:Installing module profiles: 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools/common 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling module streams: 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools rhel8 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout:Install 13 Packages 2023-12-05T13:09:05.140 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:09:05.141 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 27 M 2023-12-05T13:09:05.141 INFO:teuthology.orchestra.run.smithi027.stdout:Installed size: 89 M 2023-12-05T13:09:05.141 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2023-12-05T13:09:05.439 INFO:teuthology.orchestra.run.smithi143.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.4 MB/s | 750 kB 00:00 2023-12-05T13:09:05.498 INFO:teuthology.orchestra.run.smithi143.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 650 kB/s | 38 kB 00:00 2023-12-05T13:09:05.532 INFO:teuthology.orchestra.run.smithi143.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2023-12-05T13:09:05.607 INFO:teuthology.orchestra.run.smithi143.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.2 MB/s | 241 kB 00:00 2023-12-05T13:09:05.699 INFO:teuthology.orchestra.run.smithi143.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2023-12-05T13:09:05.749 INFO:teuthology.orchestra.run.smithi143.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 496 kB/s | 25 kB 00:00 2023-12-05T13:09:05.782 INFO:teuthology.orchestra.run.smithi027.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.6 MB/s | 750 kB 00:00 2023-12-05T13:09:05.808 INFO:teuthology.orchestra.run.smithi143.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-12-05T13:09:05.840 INFO:teuthology.orchestra.run.smithi027.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 651 kB/s | 38 kB 00:00 2023-12-05T13:09:05.907 INFO:teuthology.orchestra.run.smithi027.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-12-05T13:09:06.049 INFO:teuthology.orchestra.run.smithi027.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.1 MB/s | 241 kB 00:00 2023-12-05T13:09:06.166 INFO:teuthology.orchestra.run.smithi027.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-12-05T13:09:06.641 INFO:teuthology.orchestra.run.smithi027.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 52 kB/s | 25 kB 00:00 2023-12-05T13:09:06.775 INFO:teuthology.orchestra.run.smithi027.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 705 kB/s | 94 kB 00:00 2023-12-05T13:09:07.083 INFO:teuthology.orchestra.run.smithi143.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.5 MB/s | 3.9 MB 00:01 2023-12-05T13:09:07.983 INFO:teuthology.orchestra.run.smithi143.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 2.8 MB/s | 2.5 MB 00:00 2023-12-05T13:09:08.042 INFO:teuthology.orchestra.run.smithi143.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 907 kB/s | 53 kB 00:00 2023-12-05T13:09:08.117 INFO:teuthology.orchestra.run.smithi027.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.8 MB/s | 3.9 MB 00:02 2023-12-05T13:09:08.117 INFO:teuthology.orchestra.run.smithi143.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 546 kB/s | 41 kB 00:00 2023-12-05T13:09:08.792 INFO:teuthology.orchestra.run.smithi027.stdout:(9/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 4.0 MB/s | 8.1 MB 00:02 2023-12-05T13:09:08.926 INFO:teuthology.orchestra.run.smithi027.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 395 kB/s | 53 kB 00:00 2023-12-05T13:09:08.993 INFO:teuthology.orchestra.run.smithi027.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-12-05T13:09:09.201 INFO:teuthology.orchestra.run.smithi143.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.4 MB/s | 8.1 MB 00:03 2023-12-05T13:09:09.443 INFO:teuthology.orchestra.run.smithi143.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 2.1 MB/s | 9.6 MB 00:04 2023-12-05T13:09:09.443 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:09:09.443 INFO:teuthology.orchestra.run.smithi143.stdout:Total 5.7 MB/s | 27 MB 00:04 2023-12-05T13:09:09.451 INFO:teuthology.orchestra.run.smithi027.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.9 MB/s | 2.5 MB 00:01 2023-12-05T13:09:09.714 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-12-05T13:09:09.735 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-12-05T13:09:09.735 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-12-05T13:09:10.030 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-12-05T13:09:10.033 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-12-05T13:09:10.368 INFO:teuthology.orchestra.run.smithi027.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.9 MB/s | 9.6 MB 00:05 2023-12-05T13:09:10.369 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2023-12-05T13:09:10.369 INFO:teuthology.orchestra.run.smithi027.stdout:Total 5.1 MB/s | 27 MB 00:05 2023-12-05T13:09:10.648 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2023-12-05T13:09:10.671 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2023-12-05T13:09:10.671 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2023-12-05T13:09:10.942 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2023-12-05T13:09:10.946 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2023-12-05T13:09:11.306 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-12-05T13:09:11.564 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-05T13:09:11.663 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2023-12-05T13:09:11.717 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-05T13:09:11.865 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-05T13:09:11.936 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-05T13:09:12.059 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-05T13:09:12.153 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T13:09:12.243 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-05T13:09:12.474 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T13:09:12.702 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-05T13:09:13.014 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-05T13:09:13.721 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T13:09:13.938 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-05T13:09:14.023 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T13:09:14.189 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-05T13:09:14.463 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-05T13:09:14.513 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-05T13:09:14.730 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-05T13:09:14.873 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-05T13:09:15.022 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-05T13:09:15.433 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-05T13:09:15.773 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T13:09:16.022 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-05T13:09:16.308 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T13:09:16.400 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T13:09:16.599 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-05T13:09:16.729 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T13:09:16.729 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-05T13:09:16.729 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-05T13:09:16.729 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T13:09:16.730 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-05T13:09:16.783 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-05T13:09:17.216 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-05T13:09:17.217 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-05T13:09:17.217 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-05T13:09:17.217 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T13:09:17.642 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T13:09:17.643 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:17.643 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:17.643 INFO:teuthology.orchestra.run.smithi143.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-05T13:09:17.643 INFO:teuthology.orchestra.run.smithi143.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-05T13:09:17.643 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:09:17.643 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-05T13:09:17.931 DEBUG:teuthology.parallel:result is None 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:18.090 INFO:teuthology.orchestra.run.smithi027.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:09:18.091 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2023-12-05T13:09:18.344 DEBUG:teuthology.parallel:result is None 2023-12-05T13:09:18.344 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-05T13:09:18.421 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': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'} 2023-12-05T13:09:18.422 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-05T13:09:18.422 INFO:tasks.cephadm:Cluster fsid is 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:18.422 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-05T13:09:18.422 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-05T13:09:18.423 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi027': '172.21.15.27', 'mon.smithi143': '172.21.15.143'} 2023-12-05T13:09:18.423 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-05T13:09:18.423 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2023-12-05T13:09:18.452 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2023-12-05T13:09:18.482 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-05T13:09:18.482 DEBUG:teuthology.orchestra.run.smithi027:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-05T13:09:18.715 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 5 13:09 /home/ubuntu/cephtest/cephadm 2023-12-05T13:09:18.715 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T13:09:18.875 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 5 13:09 /home/ubuntu/cephtest/cephadm 2023-12-05T13:09:18.875 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-05T13:09:18.895 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-05T13:09:18.928 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-05T13:09:18.928 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T13:09:18.938 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-05T13:09:20.584 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T13:09:20.686 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T13:09:35.286 INFO:teuthology.orchestra.run.smithi143.stdout:{ 2023-12-05T13:09:35.287 INFO:teuthology.orchestra.run.smithi143.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T13:09:35.287 INFO:teuthology.orchestra.run.smithi143.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T13:09:35.287 INFO:teuthology.orchestra.run.smithi143.stdout: "repo_digests": [ 2023-12-05T13:09:35.287 INFO:teuthology.orchestra.run.smithi143.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-05T13:09:35.287 INFO:teuthology.orchestra.run.smithi143.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-05T13:09:35.287 INFO:teuthology.orchestra.run.smithi143.stdout: ] 2023-12-05T13:09:35.287 INFO:teuthology.orchestra.run.smithi143.stdout:} 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout: "repo_digests": [ 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout: ] 2023-12-05T13:09:35.503 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:09:35.522 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /etc/ceph 2023-12-05T13:09:35.552 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2023-12-05T13:09:35.583 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 777 /etc/ceph 2023-12-05T13:09:35.620 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2023-12-05T13:09:35.650 INFO:tasks.cephadm:Writing seed config... 2023-12-05T13:09:35.651 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-05T13:09:35.651 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-05T13:09:35.651 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-05T13:09:35.652 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-05T13:09:35.652 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-05T13:09:35.652 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-05T13:09:35.652 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-05T13:09:35.652 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-05T13:09:35.652 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:09:35.652 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-05T13:09:35.678 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 = 7f770c8c-936f-11ee-95a2-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-05T13:09:35.679 DEBUG:teuthology.orchestra.run.smithi027:mon.smithi027> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi027.service 2023-12-05T13:09:35.720 INFO:tasks.cephadm:Bootstrapping... 2023-12-05T13:09:35.721 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.27 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:09:35.749 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:-- Logs begin at Tue 2023-12-05 12:52:24 UTC. -- 2023-12-05T13:09:35.920 INFO:teuthology.orchestra.run.smithi027.stderr:-------------------------------------------------------------------------------- 2023-12-05T13:09:35.921 INFO:teuthology.orchestra.run.smithi027.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '7f770c8c-936f-11ee-95a2-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.27', '--skip-admin-label'] 2023-12-05T13:09:35.943 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 4.6.1 2023-12-05T13:09:35.954 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying podman|docker is present... 2023-12-05T13:09:35.973 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 4.6.1 2023-12-05T13:09:35.985 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying lvm2 is present... 2023-12-05T13:09:35.985 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying time synchronization is in place... 2023-12-05T13:09:35.991 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T13:09:35.997 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-05T13:09:36.003 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: enabled 2023-12-05T13:09:36.009 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: active 2023-12-05T13:09:36.009 INFO:teuthology.orchestra.run.smithi027.stderr:Unit chronyd.service is enabled and running 2023-12-05T13:09:36.009 INFO:teuthology.orchestra.run.smithi027.stderr:Repeating the final host check... 2023-12-05T13:09:36.029 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 4.6.1 2023-12-05T13:09:36.041 INFO:teuthology.orchestra.run.smithi027.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-05T13:09:36.041 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl is present 2023-12-05T13:09:36.041 INFO:teuthology.orchestra.run.smithi027.stderr:lvcreate is present 2023-12-05T13:09:36.046 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-05T13:09:36.052 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-05T13:09:36.058 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: enabled 2023-12-05T13:09:36.063 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: active 2023-12-05T13:09:36.064 INFO:teuthology.orchestra.run.smithi027.stderr:Unit chronyd.service is enabled and running 2023-12-05T13:09:36.064 INFO:teuthology.orchestra.run.smithi027.stderr:Host looks OK 2023-12-05T13:09:36.064 INFO:teuthology.orchestra.run.smithi027.stderr:Cluster fsid: 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:36.065 INFO:teuthology.orchestra.run.smithi027.stderr:Acquiring lock 140341879062656 on /run/cephadm/7f770c8c-936f-11ee-95a2-87774f69a715.lock 2023-12-05T13:09:36.065 INFO:teuthology.orchestra.run.smithi027.stderr:Lock 140341879062656 acquired on /run/cephadm/7f770c8c-936f-11ee-95a2-87774f69a715.lock 2023-12-05T13:09:36.065 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying IP 172.21.15.27 port 3300 ... 2023-12-05T13:09:36.065 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying IP 172.21.15.27 port 6789 ... 2023-12-05T13:09:36.066 INFO:teuthology.orchestra.run.smithi027.stderr:Base mon IP is 172.21.15.27, final addrv is [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-12-05T13:09:36.068 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.27 metric 100 2023-12-05T13:09:36.068 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.27 metric 100 2023-12-05T13:09:36.071 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-05T13:09:36.071 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-05T13:09:36.071 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1756sec hoplimit 64 pref medium 2023-12-05T13:09:36.073 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-05T13:09:36.074 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-05T13:09:36.074 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T13:09:36.074 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-05T13:09:36.074 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:395a/64 scope link 2023-12-05T13:09:36.074 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-05T13:09:36.075 INFO:teuthology.orchestra.run.smithi027.stderr:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2023-12-05T13:09:36.075 INFO:teuthology.orchestra.run.smithi027.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-05T13:09:36.076 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-05T13:09:36.155 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-05T13:09:36.711 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Getting image source signatures 2023-12-05T13:09:36.712 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-05T13:09:36.712 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-05T13:09:36.712 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-05T13:09:36.712 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-05T13:09:36.712 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-05T13:09:36.713 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-05T13:09:36.902 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Writing manifest to image destination 2023-12-05T13:09:37.099 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-05T13:09:37.504 INFO:teuthology.orchestra.run.smithi027.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T13:09:37.862 INFO:teuthology.orchestra.run.smithi027.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-05T13:09:37.862 INFO:teuthology.orchestra.run.smithi027.stderr:Extracting ceph user uid/gid from container image... 2023-12-05T13:09:38.227 INFO:teuthology.orchestra.run.smithi027.stderr:stat: 167 167 2023-12-05T13:09:38.556 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial keys... 2023-12-05T13:09:38.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQASIW9l+9KGNBAABKjvyV0o2PmJ7FkSnlMsxQ== 2023-12-05T13:09:39.539 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQATIW9lsXUqHhAAv6+amZen3EvmPmK0TehxEA== 2023-12-05T13:09:40.152 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQAUIW9lAEwUCBAA2P5AY2bWZXxSCDuAiJb39A== 2023-12-05T13:09:40.545 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial monmap... 2023-12-05T13:09:40.811 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T13:09:40.811 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-05T13:09:40.811 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:40.811 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T13:09:41.160 INFO:teuthology.orchestra.run.smithi027.stderr:monmaptool for smithi027 [v2:172.21.15.27:3300,v1:172.21.15.27:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-05T13:09:41.160 INFO:teuthology.orchestra.run.smithi027.stderr:setting min_mon_release = octopus 2023-12-05T13:09:41.160 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: set fsid to 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:41.160 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-05T13:09:41.160 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:09:41.160 INFO:teuthology.orchestra.run.smithi027.stderr:Creating mon... 2023-12-05T13:09:41.814 INFO:teuthology.orchestra.run.smithi027.stderr:create mon.smithi027 on 2023-12-05T13:09:41.921 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-05T13:09:42.017 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7f770c8c-936f-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-7f770c8c-936f-11ee-95a2-87774f69a715.target. 2023-12-05T13:09:42.017 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-7f770c8c-936f-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-7f770c8c-936f-11ee-95a2-87774f69a715.target. 2023-12-05T13:09:42.225 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to reset failed state of unit ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi027.service: Unit ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi027.service not loaded. 2023-12-05T13:09:42.231 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7f770c8c-936f-11ee-95a2-87774f69a715.target.wants/ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi027.service → /etc/systemd/system/ceph-7f770c8c-936f-11ee-95a2-87774f69a715@.service. 2023-12-05T13:09:42.627 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:42 smithi027 systemd[1]: Starting Ceph mon.smithi027 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:09:42.714 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-05T13:09:42.723 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-05T13:09:42.723 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-05T13:09:42.723 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T13:09:42.724 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mon to start... 2023-12-05T13:09:42.724 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mon... 2023-12-05T13:09:43.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:42 smithi027 bash[107305]: a9d984b51c78118dbc14539088bc2d33d6a3ff77feb7eb4e3612a7f09661f398 2023-12-05T13:09:43.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:42 smithi027 systemd[1]: Started Ceph mon.smithi027 for 7f770c8c-936f-11ee-95a2-87774f69a715. 2023-12-05T13:09:43.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:42 smithi027 ceph-mon[107343]: mkfs 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:43.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:42 smithi027 ceph-mon[107343]: mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2023-12-05T13:09:43.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: cluster: 2023-12-05T13:09:43.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: id: 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:43.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-05T13:09:43.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:43.247 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: services: 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi027 (age 0.514355s) 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: data: 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: pgs: 2023-12-05T13:09:43.248 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:43.604 INFO:teuthology.orchestra.run.smithi027.stderr:mon is available 2023-12-05T13:09:43.604 INFO:teuthology.orchestra.run.smithi027.stderr:Assimilating anything we can from ceph.conf... 2023-12-05T13:09:44.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:43 smithi027 ceph-mon[107343]: mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2023-12-05T13:09:44.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:43 smithi027 ceph-mon[107343]: monmap e1: 1 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} 2023-12-05T13:09:44.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:43 smithi027 ceph-mon[107343]: fsmap 2023-12-05T13:09:44.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:43 smithi027 ceph-mon[107343]: osdmap e1: 0 total, 0 up, 0 in 2023-12-05T13:09:44.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:43 smithi027 ceph-mon[107343]: mgrmap e1: no daemons active 2023-12-05T13:09:44.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:43 smithi027 ceph-mon[107343]: from='client.? 172.21.15.27:0/2233441052' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-05T13:09:44.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:44.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [global] 2023-12-05T13:09:44.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: fsid = 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:44.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2023-12-05T13:09:44.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T13:09:44.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [mgr] 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [osd] 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T13:09:44.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T13:09:44.379 INFO:teuthology.orchestra.run.smithi027.stderr:Generating new minimal ceph.conf... 2023-12-05T13:09:45.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:44 smithi027 ceph-mon[107343]: from='client.? 172.21.15.27:0/3950941440' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T13:09:45.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:44 smithi027 ceph-mon[107343]: from='client.? 172.21.15.27:0/3950941440' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-05T13:09:45.220 INFO:teuthology.orchestra.run.smithi027.stderr:Restarting the monitor... 2023-12-05T13:09:45.325 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:09:45.325 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 bash[107643]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon.smithi027" found: no such container 2023-12-05T13:09:45.636 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi027[107320]: 2023-12-05T13:09:45.322+0000 7f9c616db700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi027 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-05T13:09:45.637 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi027[107320]: 2023-12-05T13:09:45.322+0000 7f9c616db700 -1 mon.smithi027@0(leader) e1 *** Got Signal Terminated *** 2023-12-05T13:09:46.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 bash[107655]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi027 2023-12-05T13:09:46.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 bash[107695]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon.smithi027" found: no such container 2023-12-05T13:09:46.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 systemd[1]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi027.service: Succeeded. 2023-12-05T13:09:46.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 systemd[1]: Stopped Ceph mon.smithi027 for 7f770c8c-936f-11ee-95a2-87774f69a715. 2023-12-05T13:09:46.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:45 smithi027 systemd[1]: Starting Ceph mon.smithi027 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:09:46.121 INFO:teuthology.orchestra.run.smithi027.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-05T13:09:46.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: set uid:gid to 167:167 (ceph:ceph) 2023-12-05T13:09:46.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: pidfile_write: ignore empty --pid-file 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 bash[107762]: 2d0a152c021ccff2113bf9459fe2bf701d7f8a63dd099aecdb680a666af4b7a8 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: load: jerasure load: lrc 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: RocksDB version: 6.15.5 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Compile date Apr 18 2022 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: DB SUMMARY 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: DB Session ID: BG02D2Y7ATD4HZDKRIHI 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: CURRENT file: CURRENT 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: IDENTITY file: IDENTITY 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi027/store.db dir, Total Num: 1, files: 000008.sst 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi027/store.db: 000010.log size: 80767 ; 2023-12-05T13:09:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.error_if_exists: 0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.create_if_missing: 0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.paranoid_checks: 1 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.env: 0x56174f791860 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.fs: Posix File System 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.info_log: 0x5617510f5fa0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_file_opening_threads: 16 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.statistics: (nil) 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.use_fsync: 0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_log_file_size: 0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.keep_log_file_num: 1000 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.recycle_log_file_num: 0 2023-12-05T13:09:46.516 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.allow_fallocate: 1 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.allow_mmap_reads: 0 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.allow_mmap_writes: 0 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.use_direct_reads: 0 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.create_missing_column_families: 0 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.db_log_dir: 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi027/store.db 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T13:09:46.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.advise_random_on_open: 1 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.db_write_buffer_size: 0 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.write_buffer_manager: 0x5617511e6330 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.rate_limiter: (nil) 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.wal_recovery_mode: 2 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.enable_thread_tracking: 0 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.enable_pipelined_write: 0 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.unordered_write: 0 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T13:09:46.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.row_cache: None 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.wal_filter: None 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.allow_ingest_behind: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.preserve_deletes: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.two_write_queues: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.manual_wal_flush: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.atomic_flush: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T13:09:46.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.log_readahead_size: 0 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.best_efforts_recovery: 0 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.allow_data_in_errors: 0 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.db_host_id: __hostname__ 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_background_jobs: 2 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_background_compactions: -1 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_subcompactions: 1 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_total_wal_size: 0 2023-12-05T13:09:46.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_open_files: -1 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bytes_per_sync: 0 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_readahead_size: 0 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_background_flushes: -1 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Compression algorithms supported: 2023-12-05T13:09:46.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kZSTD supported: 0 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kXpressCompression supported: 0 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kLZ4HCCompression supported: 1 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kLZ4Compression supported: 1 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kBZip2Compression supported: 0 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kZlibCompression supported: 1 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: kSnappyCompression supported: 1 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi027/store.db/MANIFEST-000009 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T13:09:46.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.merge_operator: 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_filter: None 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_filter_factory: None 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.sst_partitioner_factory: None 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5617510c1d00) 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: cache_index_and_filter_blocks: 1 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: pin_top_level_index_and_filter: 1 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: index_type: 0 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: data_block_index_type: 0 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: index_shortening: 1 2023-12-05T13:09:46.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: hash_index_allow_collision: 1 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: checksum: 1 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: no_block_cache: 0 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache: 0x56175112c170 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache_name: BinnedLRUCache 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache_options: 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: capacity : 536870912 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: num_shard_bits : 4 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: strict_capacity_limit : 0 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: high_pri_pool_ratio: 0.000 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_cache_compressed: (nil) 2023-12-05T13:09:46.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: persistent_cache: (nil) 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_size: 4096 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_size_deviation: 10 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_restart_interval: 16 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: index_block_restart_interval: 1 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: metadata_block_size: 4096 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: partition_filters: 0 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: use_delta_encoding: 1 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: whole_key_filtering: 1 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: verify_compression: 0 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: read_amp_bytes_per_bit: 0 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: format_version: 4 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: enable_index_compression: 1 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: block_align: 0 2023-12-05T13:09:46.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.write_buffer_size: 33554432 2023-12-05T13:09:46.526 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_write_buffer_number: 2 2023-12-05T13:09:46.526 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression: NoCompression 2023-12-05T13:09:46.526 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression: Disabled 2023-12-05T13:09:46.526 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.prefix_extractor: nullptr 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.num_levels: 7 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T13:09:46.527 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression_opts.level: 32767 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression_opts.strategy: 0 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compression_opts.enabled: false 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.target_file_size_base: 67108864 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T13:09:46.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.arena_block_size: 4194304 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T13:09:46.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.disable_auto_compactions: 0 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T13:09:46.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T13:09:46.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T13:09:46.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 systemd[1]: Started Ceph mon.smithi027 for 7f770c8c-936f-11ee-95a2-87774f69a715. 2023-12-05T13:09:46.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T13:09:46.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.table_properties_collectors: 2023-12-05T13:09:46.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.inplace_update_support: 0 2023-12-05T13:09:46.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T13:09:46.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T13:09:46.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T13:09:46.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.bloom_locality: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.max_successive_merges: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.paranoid_file_checks: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.force_consistency_checks: 1 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.report_bg_io_stats: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.ttl: 2592000 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.enable_blob_files: false 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.min_blob_size: 0 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.blob_file_size: 268435456 2023-12-05T13:09:46.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi027/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701781786120880, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: 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-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701781786121627, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77625, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75883, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70339, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701781786, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "44dbe5f6-f37b-4794-9beb-58db5f09c47b", "db_session_id": "BG02D2Y7ATD4HZDKRIHI"}} 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-05T13:09:46.534 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701781786122116, "job": 1, "event": "recovery_finished"} 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi027/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x561751112a80 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: DB pointer 0x561751122000 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** DB Stats ** 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:09:46.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:09:46.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-05T13:09:46.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T13:09:46.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:09:46.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-05T13:09:46.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-05T13:09:46.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T13:09:46.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 156.2 0.00 0.00 1 0.000 0 0 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 156.2 0.00 0.00 1 0.000 0 0 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 156.2 0.00 0.00 1 0.000 0 0 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 156.2 0.00 0.00 1 0.000 0 0 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:46.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative compaction: 0.00 GB write, 20.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval compaction: 0.00 GB write, 20.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:46.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 156.2 0.00 0.00 1 0.000 0 0 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 156.2 0.00 0.00 1 0.000 0 0 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** Compaction Stats [default] ** 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 156.2 0.00 0.00 1 0.000 0 0 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Cumulative compaction: 0.00 GB write, 20.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:09:46.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: starting mon.smithi027 rank 0 at public addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] at bind addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi027 fsid 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???) e1 preinit fsid 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???).mds e1 new map 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???).mds e1 print_map 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: e1 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: legacy client fscid: -1 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout: No filesystems configured 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-05T13:09:46.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: monmap e1: 1 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: fsmap 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: osdmap e1: 0 total, 0 up, 0 in 2023-12-05T13:09:46.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:46 smithi027 ceph-mon[107800]: mgrmap e1: no daemons active 2023-12-05T13:09:46.971 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-05T13:09:46.971 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:09:46.971 INFO:teuthology.orchestra.run.smithi027.stderr:Creating mgr... 2023-12-05T13:09:46.972 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying port 9283 ... 2023-12-05T13:09:47.111 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to reset failed state of unit ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mgr.smithi027.mnbwoo.service: Unit ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mgr.smithi027.mnbwoo.service not loaded. 2023-12-05T13:09:47.117 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph-7f770c8c-936f-11ee-95a2-87774f69a715.target.wants/ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mgr.smithi027.mnbwoo.service → /etc/systemd/system/ceph-7f770c8c-936f-11ee-95a2-87774f69a715@.service. 2023-12-05T13:09:47.589 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-05T13:09:47.597 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-05T13:09:47.597 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-05T13:09:47.597 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to enable service . firewalld.service is not available 2023-12-05T13:09:47.605 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-05T13:09:47.613 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-05T13:09:47.614 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-05T13:09:47.614 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-05T13:09:47.614 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr to start... 2023-12-05T13:09:47.614 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr... 2023-12-05T13:09:47.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:47 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2028525828' entity='client.admin' 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "7f770c8c-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:48.184 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:48.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:48.186 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:48.186 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:48.186 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:48.186 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:48.189 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:48.190 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:09:42.731575+0000", 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:48.191 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:09:48.537 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (1/15)... 2023-12-05T13:09:48.747 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:48 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3523440627' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:51.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:51.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:09:51.027 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "7f770c8c-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-05T13:09:51.028 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:51.029 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:51.032 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:51.032 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:51.032 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:51.032 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:51.033 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:09:42.731575+0000", 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:51.034 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:51.035 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:51.035 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:09:51.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:51 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/548930795' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:51.336 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (2/15)... 2023-12-05T13:09:53.836 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:53.836 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:09:53.836 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "7f770c8c-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:53.837 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:53.838 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:53.841 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:53.841 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:53.841 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:53.841 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:53.842 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:09:42.731575+0000", 2023-12-05T13:09:53.843 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:53.844 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:53.844 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:53.844 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2583267848' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: Activating manager daemon smithi027.mnbwoo 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: mgrmap e2: smithi027.mnbwoo(active, starting, since 0.00268086s) 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr metadata", "who": "smithi027.mnbwoo", "id": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: Manager daemon smithi027.mnbwoo is now available 2023-12-05T13:09:54.010 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:09:54.011 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:53 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:09:54.203 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (3/15)... 2023-12-05T13:09:55.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:54 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:09:55.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:54 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:09:55.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:54 smithi027 ceph-mon[107800]: from='mgr.14100 172.21.15.27:0/3859238967' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:09:55.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:54 smithi027 ceph-mon[107800]: mgrmap e3: smithi027.mnbwoo(active, since 1.00656s) 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "7f770c8c-936f-11ee-95a2-87774f69a715", 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:56.847 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-05T13:09:56.848 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-05T13:09:56.849 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-05T13:09:56.850 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2023-12-05T13:09:42.731575+0000", 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-05T13:09:56.851 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:09:57.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:56 smithi027 ceph-mon[107800]: mgrmap e4: smithi027.mnbwoo(active, since 2s) 2023-12-05T13:09:57.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:56 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1451443629' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-05T13:09:57.919 INFO:teuthology.orchestra.run.smithi027.stderr:mgr is available 2023-12-05T13:09:59.514 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [global] 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: fsid = 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [mgr] 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2023-12-05T13:09:59.515 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [osd] 2023-12-05T13:09:59.516 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-05T13:09:59.516 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-05T13:10:00.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:09:59 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3848840292' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-05T13:10:01.361 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling cephadm module... 2023-12-05T13:10:03.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:03 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1339356924' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-05T13:10:04.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:04 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1339356924' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-05T13:10:04.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:04 smithi027 ceph-mon[107800]: mgrmap e5: smithi027.mnbwoo(active, since 9s) 2023-12-05T13:10:07.072 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:10:07.072 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-05T13:10:07.072 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2023-12-05T13:10:07.072 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "active_name": "smithi027.mnbwoo", 2023-12-05T13:10:07.072 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T13:10:07.072 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:10:07.244 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:07 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/683650265' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T13:10:08.850 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for the mgr to restart... 2023-12-05T13:10:08.850 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr epoch 5... 2023-12-05T13:10:10.495 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:10:10.495 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-05T13:10:10.495 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T13:10:10.495 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:10:10.741 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: Active manager daemon smithi027.mnbwoo restarted 2023-12-05T13:10:10.741 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: Activating manager daemon smithi027.mnbwoo 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: osdmap e2: 0 total, 0 up, 0 in 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: mgrmap e6: smithi027.mnbwoo(active, starting, since 0.0527426s) 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr metadata", "who": "smithi027.mnbwoo", "id": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: Manager daemon smithi027.mnbwoo is now available 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:10.742 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:10:10.743 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:10 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:10:10.876 INFO:teuthology.orchestra.run.smithi027.stderr:mgr epoch 5 is available 2023-12-05T13:10:10.876 INFO:teuthology.orchestra.run.smithi027.stderr:Setting orchestrator backend to cephadm... 2023-12-05T13:10:11.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: mgrmap e7: smithi027.mnbwoo(active, since 1.05515s) 2023-12-05T13:10:11.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: [05/Dec/2023:13:10:10] ENGINE Bus STARTING 2023-12-05T13:10:11.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: [05/Dec/2023:13:10:10] ENGINE Serving on https://172.21.15.27:7150 2023-12-05T13:10:11.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: [05/Dec/2023:13:10:10] ENGINE Bus STARTED 2023-12-05T13:10:11.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:11.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:11.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:11.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:11 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:12.353 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: value unchanged 2023-12-05T13:10:12.708 INFO:teuthology.orchestra.run.smithi027.stderr:Generating ssh key... 2023-12-05T13:10:13.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:13 smithi027 ceph-mon[107800]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:13.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:13 smithi027 ceph-mon[107800]: mgrmap e8: smithi027.mnbwoo(active, since 2s) 2023-12-05T13:10:14.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:14 smithi027 ceph-mon[107800]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:14.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:14 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:14.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:14 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:14.648 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDObmi3SP2luz4/s9rIrOUSMEa9wSd9lUt495uQ3VRk2gXsc85sMed6aXT2B3Nui9lU6IOm3CR9ZYN+KVdc/BgEK+DF3xuudZUFdP48fhzJEZyc7Urfydc8LoxopOG/8gaHSyq7lwzntc7DehTwRa18tGuiZ3hK7gk5cNqrYMemeM5K0XLh8+yQbL09++bnAzWaIZCv9twgWSbitfo+7RZIqnY8ala5qsH27j+OcDY5XtPyv6zBqm+uQrH1NIWYN7QcS6mZguAXX9w6erNnsJamkiBMmKWB1vEje/lBvSBv+DqkUXh/B0omkeU2oJ58FIsu1WTMMiePiF3r6doU4TacwQ5uBEmlQToLOfJBh51UP45OyxepesjHd0cCr+B9VGxOLk/iGXGWX4l2z3fGf4NVTDVIbXKRGoAccLzPiVYTlel60mADP33tVQegRqBER6+9hGq3fhz+7a0du5TEH2KZQa0+8ObxyLcKDrHNShYCs+tkicWUzIyWeixtelCVXaM= ceph-7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:10:15.000 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-05T13:10:15.000 INFO:teuthology.orchestra.run.smithi027.stderr:Adding key to root@localhost authorized_keys... 2023-12-05T13:10:15.001 INFO:teuthology.orchestra.run.smithi027.stderr:Adding host smithi027... 2023-12-05T13:10:15.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:15 smithi027 ceph-mon[107800]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:15.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:15 smithi027 ceph-mon[107800]: Generating ssh key... 2023-12-05T13:10:16.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:16 smithi027 ceph-mon[107800]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:16.397 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Added host 'smithi027' with addr '172.21.15.27' 2023-12-05T13:10:16.699 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying mon service with default placement... 2023-12-05T13:10:17.290 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-05T13:10:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:17 smithi027 ceph-mon[107800]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "addr": "172.21.15.27", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:17 smithi027 ceph-mon[107800]: Deploying cephadm binary to smithi027 2023-12-05T13:10:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:17 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:17 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:17.932 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying mgr service with default placement... 2023-12-05T13:10:18.477 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:18 smithi027 ceph-mon[107800]: Added host smithi027 2023-12-05T13:10:18.477 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:18 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:18.621 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-05T13:10:18.966 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying crash service with default placement... 2023-12-05T13:10:19.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:19 smithi027 ceph-mon[107800]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:19.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:19 smithi027 ceph-mon[107800]: Saving service mon spec with placement count:5 2023-12-05T13:10:19.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:19 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:19.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:19 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:19.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:19 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:19.577 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-05T13:10:20.049 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying prometheus service with default placement... 2023-12-05T13:10:20.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:20 smithi027 ceph-mon[107800]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:20.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:20 smithi027 ceph-mon[107800]: Saving service mgr spec with placement count:2 2023-12-05T13:10:20.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:20 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:20.424 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:20 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:20.622 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-05T13:10:21.033 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying grafana service with default placement... 2023-12-05T13:10:21.400 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:21 smithi027 ceph-mon[107800]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:21.400 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:21 smithi027 ceph-mon[107800]: Saving service crash spec with placement * 2023-12-05T13:10:21.400 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:21 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:21.400 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:21 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:21.616 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-05T13:10:22.049 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying node-exporter service with default placement... 2023-12-05T13:10:22.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:22 smithi027 ceph-mon[107800]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:22.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:22 smithi027 ceph-mon[107800]: Saving service prometheus spec with placement count:1 2023-12-05T13:10:22.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:22 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:22.605 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-05T13:10:22.965 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying alertmanager service with default placement... 2023-12-05T13:10:23.166 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:23 smithi027 ceph-mon[107800]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:23.166 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:23 smithi027 ceph-mon[107800]: Saving service grafana spec with placement count:1 2023-12-05T13:10:23.166 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:23 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:23.597 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-05T13:10:24.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:24 smithi027 ceph-mon[107800]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:24.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:24 smithi027 ceph-mon[107800]: Saving service node-exporter spec with placement * 2023-12-05T13:10:24.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:24 smithi027 ceph-mon[107800]: from='mgr.14120 172.21.15.27:0/4011274973' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:25.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:25 smithi027 ceph-mon[107800]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:25.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:25 smithi027 ceph-mon[107800]: Saving service alertmanager spec with placement count:1 2023-12-05T13:10:25.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:25 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3830674860' entity='client.admin' 2023-12-05T13:10:26.040 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling the dashboard module... 2023-12-05T13:10:27.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:26 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3002320496' entity='client.admin' 2023-12-05T13:10:27.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:26 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3394380020' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-05T13:10:28.156 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:10:28.157 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-05T13:10:28.157 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2023-12-05T13:10:28.157 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "active_name": "smithi027.mnbwoo", 2023-12-05T13:10:28.157 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-05T13:10:28.157 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:10:28.465 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for the mgr to restart... 2023-12-05T13:10:28.465 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr epoch 9... 2023-12-05T13:10:28.467 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:28 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3394380020' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-05T13:10:28.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:28 smithi027 ceph-mon[107800]: mgrmap e9: smithi027.mnbwoo(active, since 17s) 2023-12-05T13:10:29.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:29 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1179488230' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-05T13:10:33.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:33 smithi027 ceph-mon[107800]: Active manager daemon smithi027.mnbwoo restarted 2023-12-05T13:10:33.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:33 smithi027 ceph-mon[107800]: Activating manager daemon smithi027.mnbwoo 2023-12-05T13:10:33.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:33 smithi027 ceph-mon[107800]: osdmap e3: 0 total, 0 up, 0 in 2023-12-05T13:10:34.519 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2023-12-05T13:10:34.519 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-05T13:10:34.519 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "initialized": true 2023-12-05T13:10:34.519 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2023-12-05T13:10:34.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: mgrmap e10: smithi027.mnbwoo(active, starting, since 0.0554041s) 2023-12-05T13:10:34.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:10:34.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr metadata", "who": "smithi027.mnbwoo", "id": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: Manager daemon smithi027.mnbwoo is now available 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:10:34.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:34 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:34.865 INFO:teuthology.orchestra.run.smithi027.stderr:mgr epoch 9 is available 2023-12-05T13:10:34.865 INFO:teuthology.orchestra.run.smithi027.stderr:Generating a dashboard self-signed certificate... 2023-12-05T13:10:35.602 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-05T13:10:35.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:35 smithi027 ceph-mon[107800]: mgrmap e11: smithi027.mnbwoo(active, since 1.07091s) 2023-12-05T13:10:35.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:35 smithi027 ceph-mon[107800]: [05/Dec/2023:13:10:34] ENGINE Bus STARTING 2023-12-05T13:10:35.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:35 smithi027 ceph-mon[107800]: [05/Dec/2023:13:10:35] ENGINE Serving on https://172.21.15.27:7150 2023-12-05T13:10:35.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:35 smithi027 ceph-mon[107800]: [05/Dec/2023:13:10:35] ENGINE Bus STARTED 2023-12-05T13:10:35.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:35 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:35.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:35 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:36.172 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial admin user... 2023-12-05T13:10:37.005 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$OlDq0kIvFidSkRIwA0G4MeGkycYqsWW3guKXjoCCFNeB1tybMatoa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701781837, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-05T13:10:37.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:36 smithi027 ceph-mon[107800]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:37.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:36 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:37.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:36 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:37.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:36 smithi027 ceph-mon[107800]: mgrmap e12: smithi027.mnbwoo(active, since 2s) 2023-12-05T13:10:37.364 INFO:teuthology.orchestra.run.smithi027.stderr:Fetching dashboard port number... 2023-12-05T13:10:37.960 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 8443 2023-12-05T13:10:38.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:38 smithi027 ceph-mon[107800]: 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-05T13:10:38.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:38 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:38.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:38 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2407085811' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-05T13:10:38.339 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2023-12-05T13:10:38.347 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2023-12-05T13:10:38.348 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2023-12-05T13:10:38.348 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-05T13:10:38.351 INFO:teuthology.orchestra.run.smithi027.stderr:Ceph Dashboard is now available at: 2023-12-05T13:10:38.351 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:38.351 INFO:teuthology.orchestra.run.smithi027.stderr: URL: https://smithi027.front.sepia.ceph.com:8443/ 2023-12-05T13:10:38.351 INFO:teuthology.orchestra.run.smithi027.stderr: User: admin 2023-12-05T13:10:38.351 INFO:teuthology.orchestra.run.smithi027.stderr: Password: niltrrkw85 2023-12-05T13:10:38.351 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:38.351 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling autotune for osd_memory_target 2023-12-05T13:10:39.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-05T13:10:40.305 INFO:teuthology.orchestra.run.smithi027.stderr:You can access the Ceph CLI with: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: ceph telemetry on 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr:For more information see: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:10:40.306 INFO:teuthology.orchestra.run.smithi027.stderr:Bootstrap complete. 2023-12-05T13:10:40.340 INFO:tasks.cephadm:Fetching config... 2023-12-05T13:10:40.340 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:10:40.340 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-05T13:10:40.359 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-05T13:10:40.359 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:10:40.359 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-05T13:10:40.418 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-05T13:10:40.418 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:10:40.418 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/keyring of=/dev/stdout 2023-12-05T13:10:40.489 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-05T13:10:40.490 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:10:40.490 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-05T13:10:40.548 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-05T13:10:40.548 DEBUG:teuthology.orchestra.run.smithi027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDObmi3SP2luz4/s9rIrOUSMEa9wSd9lUt495uQ3VRk2gXsc85sMed6aXT2B3Nui9lU6IOm3CR9ZYN+KVdc/BgEK+DF3xuudZUFdP48fhzJEZyc7Urfydc8LoxopOG/8gaHSyq7lwzntc7DehTwRa18tGuiZ3hK7gk5cNqrYMemeM5K0XLh8+yQbL09++bnAzWaIZCv9twgWSbitfo+7RZIqnY8ala5qsH27j+OcDY5XtPyv6zBqm+uQrH1NIWYN7QcS6mZguAXX9w6erNnsJamkiBMmKWB1vEje/lBvSBv+DqkUXh/B0omkeU2oJ58FIsu1WTMMiePiF3r6doU4TacwQ5uBEmlQToLOfJBh51UP45OyxepesjHd0cCr+B9VGxOLk/iGXGWX4l2z3fGf4NVTDVIbXKRGoAccLzPiVYTlel60mADP33tVQegRqBER6+9hGq3fhz+7a0du5TEH2KZQa0+8ObxyLcKDrHNShYCs+tkicWUzIyWeixtelCVXaM= ceph-7f770c8c-936f-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T13:10:40.629 INFO:teuthology.orchestra.run.smithi027.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDObmi3SP2luz4/s9rIrOUSMEa9wSd9lUt495uQ3VRk2gXsc85sMed6aXT2B3Nui9lU6IOm3CR9ZYN+KVdc/BgEK+DF3xuudZUFdP48fhzJEZyc7Urfydc8LoxopOG/8gaHSyq7lwzntc7DehTwRa18tGuiZ3hK7gk5cNqrYMemeM5K0XLh8+yQbL09++bnAzWaIZCv9twgWSbitfo+7RZIqnY8ala5qsH27j+OcDY5XtPyv6zBqm+uQrH1NIWYN7QcS6mZguAXX9w6erNnsJamkiBMmKWB1vEje/lBvSBv+DqkUXh/B0omkeU2oJ58FIsu1WTMMiePiF3r6doU4TacwQ5uBEmlQToLOfJBh51UP45OyxepesjHd0cCr+B9VGxOLk/iGXGWX4l2z3fGf4NVTDVIbXKRGoAccLzPiVYTlel60mADP33tVQegRqBER6+9hGq3fhz+7a0du5TEH2KZQa0+8ObxyLcKDrHNShYCs+tkicWUzIyWeixtelCVXaM= ceph-7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:10:40.640 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDObmi3SP2luz4/s9rIrOUSMEa9wSd9lUt495uQ3VRk2gXsc85sMed6aXT2B3Nui9lU6IOm3CR9ZYN+KVdc/BgEK+DF3xuudZUFdP48fhzJEZyc7Urfydc8LoxopOG/8gaHSyq7lwzntc7DehTwRa18tGuiZ3hK7gk5cNqrYMemeM5K0XLh8+yQbL09++bnAzWaIZCv9twgWSbitfo+7RZIqnY8ala5qsH27j+OcDY5XtPyv6zBqm+uQrH1NIWYN7QcS6mZguAXX9w6erNnsJamkiBMmKWB1vEje/lBvSBv+DqkUXh/B0omkeU2oJ58FIsu1WTMMiePiF3r6doU4TacwQ5uBEmlQToLOfJBh51UP45OyxepesjHd0cCr+B9VGxOLk/iGXGWX4l2z3fGf4NVTDVIbXKRGoAccLzPiVYTlel60mADP33tVQegRqBER6+9hGq3fhz+7a0du5TEH2KZQa0+8ObxyLcKDrHNShYCs+tkicWUzIyWeixtelCVXaM= ceph-7f770c8c-936f-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-05T13:10:40.685 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDObmi3SP2luz4/s9rIrOUSMEa9wSd9lUt495uQ3VRk2gXsc85sMed6aXT2B3Nui9lU6IOm3CR9ZYN+KVdc/BgEK+DF3xuudZUFdP48fhzJEZyc7Urfydc8LoxopOG/8gaHSyq7lwzntc7DehTwRa18tGuiZ3hK7gk5cNqrYMemeM5K0XLh8+yQbL09++bnAzWaIZCv9twgWSbitfo+7RZIqnY8ala5qsH27j+OcDY5XtPyv6zBqm+uQrH1NIWYN7QcS6mZguAXX9w6erNnsJamkiBMmKWB1vEje/lBvSBv+DqkUXh/B0omkeU2oJ58FIsu1WTMMiePiF3r6doU4TacwQ5uBEmlQToLOfJBh51UP45OyxepesjHd0cCr+B9VGxOLk/iGXGWX4l2z3fGf4NVTDVIbXKRGoAccLzPiVYTlel60mADP33tVQegRqBER6+9hGq3fhz+7a0du5TEH2KZQa0+8ObxyLcKDrHNShYCs+tkicWUzIyWeixtelCVXaM= ceph-7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:10:40.697 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-05T13:10:40.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:40 smithi027 ceph-mon[107800]: mgrmap e13: smithi027.mnbwoo(active, since 6s) 2023-12-05T13:10:40.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:40 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1900054239' entity='client.admin' 2023-12-05T13:10:42.717 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-05T13:10:42.717 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-05T13:10:43.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:43 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:43.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:43 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:10:43.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:43 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:43.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:43 smithi027 ceph-mon[107800]: Deploying daemon alertmanager.smithi027 on smithi027 2023-12-05T13:10:43.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:43 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1859660121' entity='client.admin' 2023-12-05T13:10:44.741 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2023-12-05T13:10:44.741 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-05T13:10:44.741 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2023-12-05T13:10:44.762 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-05T13:10:44.762 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:10:44.824 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2023-12-05T13:10:44.824 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch host add smithi143 2023-12-05T13:10:45.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:45 smithi027 ceph-mon[107800]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:45.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:45 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:47.184 INFO:teuthology.orchestra.run.smithi027.stdout:Added host 'smithi143' with addr '172.21.15.143' 2023-12-05T13:10:47.992 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-05T13:10:48.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:48 smithi027 ceph-mon[107800]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:48.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:48 smithi027 ceph-mon[107800]: Deploying cephadm binary to smithi143 2023-12-05T13:10:48.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:48 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:48.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:48 smithi027 ceph-mon[107800]: Added host smithi143 2023-12-05T13:10:50.375 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:10:50.375 INFO:teuthology.orchestra.run.smithi027.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2023-12-05T13:10:50.716 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-05T13:10:50.716 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-05T13:10:52.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:52 smithi027 ceph-mon[107800]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:10:52.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:52 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:52.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:52 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T13:10:52.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:52 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-05T13:10:52.236 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:52 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:10:53.151 INFO:teuthology.orchestra.run.smithi027.stderr:adjusted tunables profile to default 2023-12-05T13:10:53.386 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:53 smithi027 ceph-mon[107800]: Deploying daemon crash.smithi027 on smithi027 2023-12-05T13:10:53.386 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:53 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2002031604' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-05T13:10:53.534 INFO:tasks.cephadm:Adding mon.smithi027 on smithi027 2023-12-05T13:10:53.534 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2023-12-05T13:10:53.534 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi027:172.21.15.27=smithi027;smithi143:172.21.15.143=smithi143' 2023-12-05T13:10:54.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2002031604' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-05T13:10:54.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: osdmap e4: 0 total, 0 up, 0 in 2023-12-05T13:10:54.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:54.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:54.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:54.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:10:54.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:54.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:54 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:54.972 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2023-12-05T13:10:55.354 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi143.service 2023-12-05T13:10:55.356 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:10:55.356 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:10:55.386 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Tue 2023-12-05 12:51:37 UTC. -- 2023-12-05T13:10:55.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:55 smithi027 ceph-mon[107800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:10:55.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:55 smithi027 ceph-mon[107800]: Deploying daemon grafana.smithi027 on smithi027 2023-12-05T13:10:55.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:55 smithi027 ceph-mon[107800]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:55.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:55 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:10:56.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:56 smithi027 ceph-mon[107800]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi027:172.21.15.27=smithi027;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:10:56.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:56 smithi027 ceph-mon[107800]: Saving service mon spec with placement smithi027:172.21.15.27=smithi027;smithi143:172.21.15.143=smithi143;count:2 2023-12-05T13:10:56.802 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:10:56.802 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:10:56.804 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:10:57.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:57 smithi027 ceph-mon[107800]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:57.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:57 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/499630419' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:10:58.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:10:58.178 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:10:59.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:10:59 smithi027 ceph-mon[107800]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:10:59.606 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:10:59.607 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:10:59.608 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:00.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:00 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/703911900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:00.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:00.985 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:01.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:01 smithi027 ceph-mon[107800]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:02.395 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:02.395 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:02.396 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:03.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:03 smithi027 ceph-mon[107800]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:03.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:03 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/2706591719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:03.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:03.780 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:05.260 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:05.261 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:05.262 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:05.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:05 smithi027 ceph-mon[107800]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:06.449 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:06 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/314644984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:06.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:06.685 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:07.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:07 smithi027 ceph-mon[107800]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:08.095 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:08.095 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:08.097 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:08.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:08 smithi027 ceph-mon[107800]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:08.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:08 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:08 smithi027 ceph-mon[107800]: Deploying daemon node-exporter.smithi027 on smithi027 2023-12-05T13:11:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:08 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/926027982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:08 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:09.493 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:09.494 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:10.949 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:10.949 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:10.951 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:11.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:10 smithi027 ceph-mon[107800]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:11.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:10 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:11.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:10 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:11:11.891 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:11 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/184156552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:11.891 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:11 smithi027 ceph-mon[107800]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:11:11.891 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:11 smithi027 ceph-mon[107800]: mgrmap e14: smithi027.mnbwoo(active, since 38s) 2023-12-05T13:11:12.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:12.328 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:13.766 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:13.767 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:13.768 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:14.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:13 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/171821126' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:15.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:15.145 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:16.580 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:16.581 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:16.582 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:17 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/1548952763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:17.976 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:17.976 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:18.460 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:18 smithi027 ceph-mon[107800]: Active manager daemon smithi027.mnbwoo restarted 2023-12-05T13:11:18.460 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:18 smithi027 ceph-mon[107800]: Activating manager daemon smithi027.mnbwoo 2023-12-05T13:11:18.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:18 smithi027 ceph-mon[107800]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T13:11:19.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: mgrmap e15: smithi027.mnbwoo(active, starting, since 0.31238s) 2023-12-05T13:11:19.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:11:19.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr metadata", "who": "smithi027.mnbwoo", "id": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: Manager daemon smithi027.mnbwoo is now available 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:19.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:19.438 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:19.439 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:19.440 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:20.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:20 smithi027 ceph-mon[107800]: [05/Dec/2023:13:11:19] ENGINE Bus STARTING 2023-12-05T13:11:20.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:20 smithi027 ceph-mon[107800]: mgrmap e16: smithi027.mnbwoo(active, since 1.31925s) 2023-12-05T13:11:20.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:20 smithi027 ceph-mon[107800]: [05/Dec/2023:13:11:19] ENGINE Serving on https://172.21.15.27:7150 2023-12-05T13:11:20.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:20 smithi027 ceph-mon[107800]: [05/Dec/2023:13:11:19] ENGINE Bus STARTED 2023-12-05T13:11:20.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:20 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:20.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:20 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/3337823179' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:20.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:20 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:20.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:20.825 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:22.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:22.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:21 smithi027 ceph-mon[107800]: mgrmap e17: smithi027.mnbwoo(active, since 2s) 2023-12-05T13:11:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:11:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:21 smithi027 ceph-mon[107800]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-05T13:11:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:21 smithi027 ceph-mon[107800]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:11:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:22.607 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:22.607 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:22.610 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:23.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: Deploying daemon crash.smithi143 on smithi143 2023-12-05T13:11:23.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:23 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/4053282853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:24.335 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:24.335 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:25.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:25 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:25.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:25 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:25.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:25 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T13:11:25.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:25 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:25.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:25 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:25.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:25 smithi027 ceph-mon[107800]: Deploying daemon mgr.smithi143.ulqovj on smithi143 2023-12-05T13:11:26.217 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:26.218 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:09:40.802494Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-05T13:11:26.219 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-12-05T13:11:27.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:27.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:11:27.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:27.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:26 smithi027 ceph-mon[107800]: Deploying daemon mon.smithi143 on smithi143 2023-12-05T13:11:27.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:26 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/1300656580' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:27.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-05T13:11:27.952 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-05T13:11:27.984 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:27 smithi143 systemd[1]: Starting Ceph mon.smithi143 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:11:28.257 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 bash[110646]: 545185825bb4fb90aabcd1526f9a6cf34ccd7a6d59b20189dfdc4038a6b1b3ee 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 systemd[1]: Started Ceph mon.smithi143 for 7f770c8c-936f-11ee-95a2-87774f69a715. 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: set uid:gid to 167:167 (ceph:ceph) 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: pidfile_write: ignore empty --pid-file 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: load: jerasure load: lrc 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: RocksDB version: 6.15.5 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Compile date Apr 18 2022 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: DB SUMMARY 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: DB Session ID: 8GPEZJMG87OSG13DL4MF 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: CURRENT file: CURRENT 2023-12-05T13:11:28.258 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: IDENTITY file: IDENTITY 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 0, files: 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 000004.log size: 511 ; 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.error_if_exists: 0 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.create_if_missing: 0 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.paranoid_checks: 1 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.env: 0x5618bebae860 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.fs: Posix File System 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.info_log: 0x5618c02fbfa0 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_file_opening_threads: 16 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.statistics: (nil) 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.use_fsync: 0 2023-12-05T13:11:28.259 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_log_file_size: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.keep_log_file_num: 1000 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.recycle_log_file_num: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.allow_fallocate: 1 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.allow_mmap_reads: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.allow_mmap_writes: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.use_direct_reads: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.create_missing_column_families: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.db_log_dir: 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-05T13:11:28.260 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.advise_random_on_open: 1 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.db_write_buffer_size: 0 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.write_buffer_manager: 0x5618c03ec330 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.rate_limiter: (nil) 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.wal_recovery_mode: 2 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.enable_thread_tracking: 0 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.enable_pipelined_write: 0 2023-12-05T13:11:28.261 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.unordered_write: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.row_cache: None 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.wal_filter: None 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.allow_ingest_behind: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.preserve_deletes: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.two_write_queues: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.manual_wal_flush: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.atomic_flush: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-05T13:11:28.262 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-05T13:11:28.263 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-05T13:11:28.263 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.log_readahead_size: 0 2023-12-05T13:11:28.263 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-05T13:11:28.263 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.best_efforts_recovery: 0 2023-12-05T13:11:28.263 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-05T13:11:28.263 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-05T13:11:28.264 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.allow_data_in_errors: 0 2023-12-05T13:11:28.264 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.db_host_id: __hostname__ 2023-12-05T13:11:28.264 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_background_jobs: 2 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_background_compactions: -1 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_subcompactions: 1 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_total_wal_size: 0 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_open_files: -1 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bytes_per_sync: 0 2023-12-05T13:11:28.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_readahead_size: 0 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_background_flushes: -1 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Compression algorithms supported: 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kZSTD supported: 0 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kXpressCompression supported: 0 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kLZ4HCCompression supported: 1 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kLZ4Compression supported: 1 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kBZip2Compression supported: 0 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kZlibCompression supported: 1 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: kSnappyCompression supported: 1 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-05T13:11:28.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000003 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.merge_operator: 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_filter: None 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_filter_factory: None 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.sst_partitioner_factory: None 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5618c02c7d00) 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: cache_index_and_filter_blocks: 1 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: pin_top_level_index_and_filter: 1 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: index_type: 0 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: data_block_index_type: 0 2023-12-05T13:11:28.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: index_shortening: 1 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: hash_index_allow_collision: 1 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: checksum: 1 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: no_block_cache: 0 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_cache: 0x5618c0332170 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_cache_name: BinnedLRUCache 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_cache_options: 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: capacity : 536870912 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: num_shard_bits : 4 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: strict_capacity_limit : 0 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: high_pri_pool_ratio: 0.000 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_cache_compressed: (nil) 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: persistent_cache: (nil) 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_size: 4096 2023-12-05T13:11:28.268 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_size_deviation: 10 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_restart_interval: 16 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: index_block_restart_interval: 1 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: metadata_block_size: 4096 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: partition_filters: 0 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: use_delta_encoding: 1 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: whole_key_filtering: 1 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: verify_compression: 0 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: read_amp_bytes_per_bit: 0 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: format_version: 4 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: enable_index_compression: 1 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: block_align: 0 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.write_buffer_size: 33554432 2023-12-05T13:11:28.269 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_write_buffer_number: 2 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression: NoCompression 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression: Disabled 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.prefix_extractor: nullptr 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.num_levels: 7 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:11:28.270 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression_opts.level: 32767 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression_opts.strategy: 0 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compression_opts.enabled: false 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.target_file_size_base: 67108864 2023-12-05T13:11:28.271 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.arena_block_size: 4194304 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-05T13:11:28.272 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.disable_auto_compactions: 0 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.table_properties_collectors: 2023-12-05T13:11:28.273 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.inplace_update_support: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.bloom_locality: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.max_successive_merges: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.paranoid_file_checks: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.force_consistency_checks: 1 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.report_bg_io_stats: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.ttl: 2592000 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-05T13:11:28.274 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.enable_blob_files: false 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.min_blob_size: 0 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.blob_file_size: 268435456 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701781888152645, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: 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-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701781888152920, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701781888, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "6dc6d73d-8683-4c15-94fc-36ae666cb208", "db_session_id": "8GPEZJMG87OSG13DL4MF"}} 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-05T13:11:28.275 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701781888153232, "job": 1, "event": "recovery_finished"} 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi143/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x5618c0318a80 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: DB pointer 0x5618c0328000 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ** DB Stats ** 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-05T13:11:28.276 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ** Compaction Stats [default] ** 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ** Compaction Stats [default] ** 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:11:28.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Cumulative compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Interval compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ** Compaction Stats [default] ** 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-12-05T13:11:28.278 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ** Compaction Stats [default] ** 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.279 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143 does not exist in monmap, will attempt to join an existing cluster 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: using public_addr v2:172.21.15.143:0/0 -> [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: starting mon.smithi143 rank -1 at public addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] at bind addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi143 fsid 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(???) e0 preinit fsid 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).mds e1 new map 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).mds e1 print_map 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: e1 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.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-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: legacy client fscid: -1 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: 2023-12-05T13:11:28.280 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout: No filesystems configured 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/2706591719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:28.281 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/314644984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Deploying daemon node-exporter.smithi027 on smithi027 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/926027982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/184156552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14162 172.21.15.27:0/2390270329' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mgrmap e14: smithi027.mnbwoo(active, since 38s) 2023-12-05T13:11:28.282 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/171821126' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/1548952763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Active manager daemon smithi027.mnbwoo restarted 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Activating manager daemon smithi027.mnbwoo 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mgrmap e15: smithi027.mnbwoo(active, starting, since 0.31238s) 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr metadata", "who": "smithi027.mnbwoo", "id": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Manager daemon smithi027.mnbwoo is now available 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.283 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: [05/Dec/2023:13:11:19] ENGINE Bus STARTING 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mgrmap e16: smithi027.mnbwoo(active, since 1.31925s) 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: [05/Dec/2023:13:11:19] ENGINE Serving on https://172.21.15.27:7150 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: [05/Dec/2023:13:11:19] ENGINE Bus STARTED 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.284 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/3337823179' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mgrmap e17: smithi027.mnbwoo(active, since 2s) 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T13:11:28.285 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Deploying daemon crash.smithi143 on smithi143 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/4053282853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Deploying daemon mgr.smithi143.ulqovj on smithi143 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: Deploying daemon mon.smithi143 on smithi143 2023-12-05T13:11:28.287 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/1300656580' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:28.287 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-05T13:11:28.287 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:28 smithi143 ceph-mon[110709]: mon.smithi143@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-05T13:11:33.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:11:33.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: mon.smithi027 calling monitor election 2023-12-05T13:11:33.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: mon.smithi143 calling monitor election 2023-12-05T13:11:33.534 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/crt"}]: dispatch 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: fsmap 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: mgrmap e17: smithi027.mnbwoo(active, since 15s) 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: Standby manager daemon smithi143.ulqovj started 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/key"}]: dispatch 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: overall HEALTH_OK 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:33.535 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:33 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:33.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: mon.smithi027 calling monitor election 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: mon.smithi143 calling monitor election 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/crt"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-12-05T13:11:33.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: fsmap 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: osdmap e5: 0 total, 0 up, 0 in 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: mgrmap e17: smithi027.mnbwoo(active, since 15s) 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: Standby manager daemon smithi143.ulqovj started 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/key"}]: dispatch 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2501099451' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: overall HEALTH_OK 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:33.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:33 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:33.801 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-05T13:11:33.801 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":2,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","modified":"2023-12-05T13:11:28.186619Z","created":"2023-12-05T13:09:40.802494Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-05T13:11:33.802 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 2 2023-12-05T13:11:34.159 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-05T13:11:34.160 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-05T13:11:34.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:34 smithi027 ceph-mon[107800]: Deploying daemon node-exporter.smithi143 on smithi143 2023-12-05T13:11:34.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:34 smithi027 ceph-mon[107800]: mgrmap e18: smithi027.mnbwoo(active, since 15s), standbys: smithi143.ulqovj 2023-12-05T13:11:34.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ulqovj", "id": "smithi143.ulqovj"}]: dispatch 2023-12-05T13:11:34.506 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:34 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/4122668001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:34.506 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:34.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:34 smithi143 ceph-mon[110709]: Deploying daemon node-exporter.smithi143 on smithi143 2023-12-05T13:11:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:34 smithi143 ceph-mon[110709]: mgrmap e18: smithi027.mnbwoo(active, since 15s), standbys: smithi143.ulqovj 2023-12-05T13:11:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ulqovj", "id": "smithi143.ulqovj"}]: dispatch 2023-12-05T13:11:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:34 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/4122668001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-05T13:11:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:11:35.605 INFO:teuthology.orchestra.run.smithi027.stdout:# minimal ceph.conf for 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:11:35.605 INFO:teuthology.orchestra.run.smithi027.stdout:[global] 2023-12-05T13:11:35.605 INFO:teuthology.orchestra.run.smithi027.stdout: fsid = 7f770c8c-936f-11ee-95a2-87774f69a715 2023-12-05T13:11:35.605 INFO:teuthology.orchestra.run.smithi027.stdout: mon_host = [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-12-05T13:11:35.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:35 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3460337272' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:35.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:35 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3460337272' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:35.985 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-05T13:11:35.985 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:11:35.985 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T13:11:36.016 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:11:36.016 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:11:36.084 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-05T13:11:36.084 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2023-12-05T13:11:36.118 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-05T13:11:36.118 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:11:36.187 INFO:tasks.cephadm:Deploying OSDs... 2023-12-05T13:11:36.187 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:11:36.187 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T13:11:36.205 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-05T13:11:36.206 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 392793 Links: 1 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-05 13:11:08.266304785 +0000 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-05 13:08:14.950369078 +0000 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-05 13:08:14.950369078 +0000 2023-12-05T13:11:36.266 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-05T13:11:36.267 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T13:11:36.334 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-05T13:11:36.334 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-05T13:11:36.334 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000219884 s, 2.3 MB/s 2023-12-05T13:11:36.335 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T13:11:36.396 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2023-12-05T13:11:36.456 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T13:11:36.456 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:36.456 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 395581 Links: 1 2023-12-05T13:11:36.456 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:36.457 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:36.457 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-05 13:11:08.266304785 +0000 2023-12-05T13:11:36.457 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-05 13:08:15.488355471 +0000 2023-12-05T13:11:36.457 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-05 13:08:15.488355471 +0000 2023-12-05T13:11:36.457 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-05T13:11:36.457 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T13:11:36.526 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-05T13:11:36.526 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-05T13:11:36.526 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000200464 s, 2.6 MB/s 2023-12-05T13:11:36.530 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T13:11:36.589 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2023-12-05T13:11:36.647 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T13:11:36.647 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:36.647 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 395664 Links: 1 2023-12-05T13:11:36.647 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:36.648 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:36.648 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-05 13:11:08.266304785 +0000 2023-12-05T13:11:36.648 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-05 13:08:16.020342016 +0000 2023-12-05T13:11:36.648 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-05 13:08:16.020342016 +0000 2023-12-05T13:11:36.648 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-05T13:11:36.648 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T13:11:36.714 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-05T13:11:36.714 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-05T13:11:36.714 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000215334 s, 2.4 MB/s 2023-12-05T13:11:36.715 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T13:11:36.775 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 400394 Links: 1 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2023-12-05 13:11:08.266304785 +0000 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2023-12-05 13:08:16.556328459 +0000 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2023-12-05 13:08:16.556328459 +0000 2023-12-05T13:11:36.834 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2023-12-05T13:11:36.835 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T13:11:36.901 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2023-12-05T13:11:36.901 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2023-12-05T13:11:36.901 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000215796 s, 2.4 MB/s 2023-12-05T13:11:36.902 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T13:11:36.961 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-05T13:11:36.962 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-12-05T13:11:36.984 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-05T13:11:36.984 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2023-12-05T13:11:37.044 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-05T13:11:37.044 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:37.044 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 397377 Links: 1 2023-12-05T13:11:37.045 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:37.045 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:37.045 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-12-05 13:11:33.724078109 +0000 2023-12-05T13:11:37.045 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-12-05 13:08:16.439437222 +0000 2023-12-05T13:11:37.045 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-12-05 13:08:16.439437222 +0000 2023-12-05T13:11:37.045 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-12-05T13:11:37.045 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-05T13:11:37.113 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-12-05T13:11:37.114 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-12-05T13:11:37.114 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000236157 s, 2.2 MB/s 2023-12-05T13:11:37.115 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-05T13:11:37.175 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2023-12-05T13:11:37.234 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 396947 Links: 1 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-12-05 13:11:33.724078109 +0000 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-12-05 13:08:17.033421875 +0000 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-12-05 13:08:17.033421875 +0000 2023-12-05T13:11:37.235 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-12-05T13:11:37.235 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-05T13:11:37.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:37 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:37.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:37 smithi027 ceph-mon[107800]: Deploying daemon prometheus.smithi027 on smithi027 2023-12-05T13:11:37.301 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-12-05T13:11:37.301 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-12-05T13:11:37.302 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000232013 s, 2.2 MB/s 2023-12-05T13:11:37.303 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-05T13:11:37.364 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2023-12-05T13:11:37.422 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 388652 Links: 1 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-12-05 13:11:33.724078109 +0000 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-12-05 13:08:17.606407071 +0000 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-12-05 13:08:17.606407071 +0000 2023-12-05T13:11:37.423 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-12-05T13:11:37.423 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-05T13:11:37.486 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:37 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:37.487 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:37 smithi143 ceph-mon[110709]: Deploying daemon prometheus.smithi027 on smithi027 2023-12-05T13:11:37.489 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-12-05T13:11:37.489 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-12-05T13:11:37.489 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000307095 s, 1.7 MB/s 2023-12-05T13:11:37.490 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-05T13:11:37.550 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 397497 Links: 1 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout:Context: system_u:object_r:device_t:s0 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-12-05 13:11:33.724078109 +0000 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-12-05 13:08:18.162392706 +0000 2023-12-05T13:11:37.608 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-12-05 13:08:18.162392706 +0000 2023-12-05T13:11:37.609 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-12-05T13:11:37.609 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-05T13:11:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-12-05T13:11:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-12-05T13:11:37.673 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000217114 s, 2.4 MB/s 2023-12-05T13:11:37.674 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-05T13:11:37.733 INFO:tasks.cephadm:Deploying osd.0 on smithi027 with /dev/vg_nvme/lv_4... 2023-12-05T13:11:37.733 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T13:11:39.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:39 smithi027 ceph-mon[107800]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:39.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:39 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:39.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:39 smithi143 ceph-mon[110709]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:39 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:41.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:41 smithi027 ceph-mon[107800]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:41.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:41 smithi143 ceph-mon[110709]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:42.657 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T13:11:42.657 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-05T13:11:42.657 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-05T13:11:42.657 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-05T13:11:42.657 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0107668 s, 974 MB/s 2023-12-05T13:11:42.657 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-05T13:11:43.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:43 smithi027 ceph-mon[107800]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:43.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:43 smithi143 ceph-mon[110709]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:45.067 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_4 2023-12-05T13:11:45.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:45 smithi027 ceph-mon[107800]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:45.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:45 smithi143 ceph-mon[110709]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:47.371 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:47 smithi027 ceph-mon[107800]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:47 smithi143 ceph-mon[110709]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:48.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:48 smithi027 ceph-mon[107800]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:48.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:48 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:48.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:48 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:48.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:48 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:48 smithi143 ceph-mon[110709]: from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:11:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:48 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:11:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:48 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:11:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:48 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:49.465 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:49 smithi027 ceph-mon[107800]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:49.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:49 smithi143 ceph-mon[110709]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1273271210' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ee1da70-8ff4-474b-a42a-df717a7b2959"}]: dispatch 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1273271210' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ee1da70-8ff4-474b-a42a-df717a7b2959"}]': finished 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: osdmap e6: 1 total, 0 up, 1 in 2023-12-05T13:11:50.521 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:50.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:50.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:11:50.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:50.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:11:50.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1273271210' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ee1da70-8ff4-474b-a42a-df717a7b2959"}]: dispatch 2023-12-05T13:11:50.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1273271210' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ee1da70-8ff4-474b-a42a-df717a7b2959"}]': finished 2023-12-05T13:11:50.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: osdmap e6: 1 total, 0 up, 1 in 2023-12-05T13:11:50.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:11:51.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:51 smithi027 ceph-mon[107800]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:51.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:51.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:51 smithi027 ceph-mon[107800]: Updating smithi143:/etc/ceph/ceph.conf 2023-12-05T13:11:51.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:51.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:51 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/186042824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:51.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:51 smithi143 ceph-mon[110709]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:51 smithi143 ceph-mon[110709]: Updating smithi143:/etc/ceph/ceph.conf 2023-12-05T13:11:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:51 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/186042824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:11:52.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:52 smithi027 ceph-mon[107800]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:11:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:11:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:11:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:52.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:52 smithi143 ceph-mon[110709]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:11:52.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:52.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:52.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:52.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:11:52.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:11:52.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:53.713 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:53 smithi027 ceph-mon[107800]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-05T13:11:53.713 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:53 smithi027 ceph-mon[107800]: Reconfiguring mon.smithi027 (unknown last config time)... 2023-12-05T13:11:53.713 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:53 smithi027 ceph-mon[107800]: Reconfiguring daemon mon.smithi027 on smithi027 2023-12-05T13:11:53.713 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:53 smithi027 ceph-mon[107800]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:53.713 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:53 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:53.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:53 smithi143 ceph-mon[110709]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-05T13:11:53.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:53 smithi143 ceph-mon[110709]: Reconfiguring mon.smithi027 (unknown last config time)... 2023-12-05T13:11:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:53 smithi143 ceph-mon[110709]: Reconfiguring daemon mon.smithi027 on smithi027 2023-12-05T13:11:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:53 smithi143 ceph-mon[110709]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:53 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:55.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:55 smithi027 ceph-mon[107800]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:55.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:55.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:55 smithi027 ceph-mon[107800]: Reconfiguring mgr.smithi027.mnbwoo (unknown last config time)... 2023-12-05T13:11:55.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.mnbwoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:55.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:55.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:55.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:55 smithi027 ceph-mon[107800]: Reconfiguring daemon mgr.smithi027.mnbwoo on smithi027 2023-12-05T13:11:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:55 smithi143 ceph-mon[110709]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:55 smithi143 ceph-mon[110709]: Reconfiguring mgr.smithi027.mnbwoo (unknown last config time)... 2023-12-05T13:11:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.mnbwoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:11:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:11:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:55 smithi143 ceph-mon[110709]: Reconfiguring daemon mgr.smithi027.mnbwoo on smithi027 2023-12-05T13:11:56.881 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:56.881 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:56 smithi027 ceph-mon[107800]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-05T13:11:56.881 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:56 smithi027 ceph-mon[107800]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-05T13:11:56.882 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:56 smithi027 ceph-mon[107800]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:56.882 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:11:56.882 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:57.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:57.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:56 smithi143 ceph-mon[110709]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-05T13:11:57.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:56 smithi143 ceph-mon[110709]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-05T13:11:57.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:56 smithi143 ceph-mon[110709]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:57.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-05T13:11:57.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:58.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:58 smithi027 ceph-mon[107800]: Deploying daemon osd.0 on smithi027 2023-12-05T13:11:58.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:58 smithi143 ceph-mon[110709]: Deploying daemon osd.0 on smithi027 2023-12-05T13:11:59.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:59 smithi027 ceph-mon[107800]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:59.330 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:59 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:59.330 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:59 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T13:11:59.330 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:11:59 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:11:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:59 smithi143 ceph-mon[110709]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:11:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:59 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:11:59.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:59 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T13:11:59.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:11:59 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:00.186 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:00 smithi027 ceph-mon[107800]: Reconfiguring crash.smithi027 (monmap changed)... 2023-12-05T13:12:00.186 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:00 smithi027 ceph-mon[107800]: Reconfiguring daemon crash.smithi027 on smithi027 2023-12-05T13:12:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:00 smithi143 ceph-mon[110709]: Reconfiguring crash.smithi027 (monmap changed)... 2023-12-05T13:12:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:00 smithi143 ceph-mon[110709]: Reconfiguring daemon crash.smithi027 on smithi027 2023-12-05T13:12:01.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:01 smithi027 ceph-mon[107800]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:01.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:01 smithi143 ceph-mon[110709]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:03.507 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:03 smithi027 ceph-mon[107800]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:03.507 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:03 smithi143 ceph-mon[110709]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:04.755 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:04 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:04.755 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:04 smithi027 ceph-mon[107800]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-05T13:12:04.755 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:04 smithi027 ceph-mon[107800]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-05T13:12:04.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:04 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:04.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:04 smithi143 ceph-mon[110709]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-05T13:12:04.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:04 smithi143 ceph-mon[110709]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-05T13:12:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:05 smithi143 ceph-mon[110709]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:05.880 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:05 smithi027 ceph-mon[107800]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:06.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:06 smithi143 ceph-mon[110709]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:12:06.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:06 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:06.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:06 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T13:12:06.684 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:06 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:06.984 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:06 smithi027 ceph-mon[107800]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-05T13:12:06.984 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:06 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:06.984 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:06 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-05T13:12:06.984 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:06 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:07.357 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 0 on host 'smithi027' 2023-12-05T13:12:07.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:07.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: Reconfiguring crash.smithi143 (monmap changed)... 2023-12-05T13:12:07.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: Reconfiguring daemon crash.smithi143 on smithi143 2023-12-05T13:12:07.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:12:07.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: osdmap e7: 1 total, 0 up, 1 in 2023-12-05T13:12:07.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:07.595 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:12:07.595 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:07.595 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:12:07.595 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:12:07.595 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:07.595 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:07.755 DEBUG:teuthology.orchestra.run.smithi027:osd.0> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.0.service 2023-12-05T13:12:07.758 INFO:tasks.cephadm:Deploying osd.1 on smithi027 with /dev/vg_nvme/lv_3... 2023-12-05T13:12:07.758 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T13:12:07.789 INFO:journalctl@ceph.osd.0.smithi027.stdout:-- Logs begin at Tue 2023-12-05 12:52:24 UTC. -- 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: Reconfiguring crash.smithi143 (monmap changed)... 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: Reconfiguring daemon crash.smithi143 on smithi143 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: osdmap e7: 1 total, 0 up, 1 in 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:12:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:08.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: Reconfiguring mgr.smithi143.ulqovj (monmap changed)... 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: Reconfiguring daemon mgr.smithi143.ulqovj on smithi143 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: osdmap e8: 1 total, 0 up, 1 in 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:12:08.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: Reconfiguring mgr.smithi143.ulqovj (monmap changed)... 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: Reconfiguring daemon mgr.smithi143.ulqovj on smithi143 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: from='osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: osdmap e8: 1 total, 0 up, 1 in 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-05T13:12:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:09.271 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T13:12:09.271 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-05T13:12:09.272 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-05T13:12:09.272 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-05T13:12:09.272 INFO:teuthology.orchestra.run.smithi027.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109424 s, 958 MB/s 2023-12-05T13:12:09.272 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 2023-12-05T13:12:09.272 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-05T13:12:09.691 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_3 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: Reconfiguring mon.smithi143 (monmap changed)... 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: Reconfiguring daemon mon.smithi143 on smithi143 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083] boot 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: osdmap e9: 1 total, 1 up, 1 in 2023-12-05T13:12:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:09.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: Reconfiguring mon.smithi143 (monmap changed)... 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: Reconfiguring daemon mon.smithi143 on smithi143 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: osd.0 [v2:172.21.15.27:6802/1560020083,v1:172.21.15.27:6803/1560020083] boot 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: osdmap e9: 1 total, 1 up, 1 in 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:12:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:10.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:10.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:12:10.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-05T13:12:10.668 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:12:10.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-05T13:12:10.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:12:10.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-05T13:12:10.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: osdmap e10: 1 total, 1 up, 1 in 2023-12-05T13:12:10.669 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:10 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:11.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:12:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.27:9093"}]: dispatch 2023-12-05T13:12:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:12:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.27:3000"}]: dispatch 2023-12-05T13:12:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:12:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.27:9095"}]: dispatch 2023-12-05T13:12:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: osdmap e10: 1 total, 1 up, 1 in 2023-12-05T13:12:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:10 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:11.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:11 smithi027 ceph-mon[107800]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:11.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:11.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:11.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:12.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:11 smithi143 ceph-mon[110709]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:12.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:12.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:12.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:12.792 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:12 smithi027 ceph-mon[107800]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:13.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:12 smithi143 ceph-mon[110709]: from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:13.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:13 smithi027 ceph-mon[107800]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:13.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:13 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:14.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:13 smithi143 ceph-mon[110709]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:13 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:15.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:14 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2109834813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5658649a-f124-45e8-9eb0-67c46a6d3f07"}]: dispatch 2023-12-05T13:12:15.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:14 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5658649a-f124-45e8-9eb0-67c46a6d3f07"}]: dispatch 2023-12-05T13:12:15.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:14 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5658649a-f124-45e8-9eb0-67c46a6d3f07"}]': finished 2023-12-05T13:12:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:14 smithi027 ceph-mon[107800]: osdmap e11: 2 total, 1 up, 2 in 2023-12-05T13:12:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:14 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:14 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2978630306' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:14 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2109834813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5658649a-f124-45e8-9eb0-67c46a6d3f07"}]: dispatch 2023-12-05T13:12:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:14 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5658649a-f124-45e8-9eb0-67c46a6d3f07"}]: dispatch 2023-12-05T13:12:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:14 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5658649a-f124-45e8-9eb0-67c46a6d3f07"}]': finished 2023-12-05T13:12:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:14 smithi143 ceph-mon[110709]: osdmap e11: 2 total, 1 up, 2 in 2023-12-05T13:12:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:14 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:15.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:14 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2978630306' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:16.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:15 smithi027 ceph-mon[107800]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:16.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:15 smithi143 ceph-mon[110709]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:17.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:17 smithi027 ceph-mon[107800]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:17 smithi143 ceph-mon[110709]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:19.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: Detected new or changed devices on smithi027 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi027 to 12898M 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:19.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:19.434 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:19.434 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:12:19.434 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:12:19.434 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: Detected new or changed devices on smithi027 2023-12-05T13:12:19.434 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:19.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:19.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi027 to 12898M 2023-12-05T13:12:19.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:19.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:19.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:19.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:19.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:20.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:20 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:20.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:20 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:12:20.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:20 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:20.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:20 smithi027 ceph-mon[107800]: Deploying daemon osd.1 on smithi027 2023-12-05T13:12:21.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:20 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:21.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:20 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-05T13:12:21.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:20 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:21.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:20 smithi143 ceph-mon[110709]: Deploying daemon osd.1 on smithi027 2023-12-05T13:12:22.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:21 smithi027 ceph-mon[107800]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:22.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:21 smithi143 ceph-mon[110709]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:23.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:23 smithi027 ceph-mon[107800]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:23.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:23.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:23.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:23 smithi143 ceph-mon[110709]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:25.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:24 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:25.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:24 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:25.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:24 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:25.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:24 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:25.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:24 smithi027 ceph-mon[107800]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:25.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:24 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:25.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:24 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:25.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:24 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:25.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:24 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:25.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:24 smithi143 ceph-mon[110709]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:26.195 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:26.205 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 1 on host 'smithi027' 2023-12-05T13:12:26.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:26.700 DEBUG:teuthology.orchestra.run.smithi027:osd.1> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.1.service 2023-12-05T13:12:26.702 INFO:tasks.cephadm:Deploying osd.2 on smithi027 with /dev/vg_nvme/lv_2... 2023-12-05T13:12:26.702 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T13:12:26.734 INFO:journalctl@ceph.osd.1.smithi027.stdout:-- Logs begin at Tue 2023-12-05 12:52:24 UTC. -- 2023-12-05T13:12:27.439 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:27 smithi027 ceph-mon[107800]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:27.439 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:27 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:27.439 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:27 smithi027 ceph-mon[107800]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:12:27.439 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:27 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-1[125344]: 2023-12-05T13:12:27.183+0000 7f194dbc93c0 -1 osd.1 0 log_to_monitors true 2023-12-05T13:12:27.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:27 smithi143 ceph-mon[110709]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:27.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:27 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:27.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:27 smithi143 ceph-mon[110709]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-05T13:12:28.882 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T13:12:28.882 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-05T13:12:28.883 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-05T13:12:28.883 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-05T13:12:28.883 INFO:teuthology.orchestra.run.smithi027.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0108109 s, 970 MB/s 2023-12-05T13:12:28.883 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-05T13:12:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:28 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:28 smithi027 ceph-mon[107800]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:28 smithi027 ceph-mon[107800]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:12:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:28 smithi027 ceph-mon[107800]: osdmap e12: 2 total, 1 up, 2 in 2023-12-05T13:12:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:28 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:28.917 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:28 smithi027 ceph-mon[107800]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:12:29.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:29.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:28 smithi143 ceph-mon[110709]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:29.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:28 smithi143 ceph-mon[110709]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-05T13:12:29.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:28 smithi143 ceph-mon[110709]: osdmap e12: 2 total, 1 up, 2 in 2023-12-05T13:12:29.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:28 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:29.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:28 smithi143 ceph-mon[110709]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:12:29.278 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_2 2023-12-05T13:12:29.513 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:29 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-1[125344]: 2023-12-05T13:12:29.167+0000 7f19445cc700 -1 osd.1 0 waiting for initial osdmap 2023-12-05T13:12:29.514 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:29 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-1[125344]: 2023-12-05T13:12:29.171+0000 7f1940766700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:12:30.375 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:30 smithi027 ceph-mon[107800]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:12:30.375 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:30 smithi027 ceph-mon[107800]: osdmap e13: 2 total, 1 up, 2 in 2023-12-05T13:12:30.375 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:30 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:30.375 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:30 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:30.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:30 smithi143 ceph-mon[110709]: from='osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:12:30.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:30 smithi143 ceph-mon[110709]: osdmap e13: 2 total, 1 up, 2 in 2023-12-05T13:12:30.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:30 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:30.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:30 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:31.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059] boot 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: osdmap e14: 2 total, 2 up, 2 in 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi027 to 6449M 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:31.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:31.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:31.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:31.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:31 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: osd.1 [v2:172.21.15.27:6810/3183098059,v1:172.21.15.27:6811/3183098059] boot 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: osdmap e14: 2 total, 2 up, 2 in 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi027 to 6449M 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:31 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:32.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:32 smithi027 ceph-mon[107800]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:32.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:32 smithi027 ceph-mon[107800]: osdmap e15: 2 total, 2 up, 2 in 2023-12-05T13:12:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:32 smithi143 ceph-mon[110709]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:32 smithi143 ceph-mon[110709]: osdmap e15: 2 total, 2 up, 2 in 2023-12-05T13:12:33.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:33 smithi027 ceph-mon[107800]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:33 smithi143 ceph-mon[110709]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:34.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:34 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/364960459' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4279bd23-3750-497f-aa6a-b8b16b2803d8"}]: dispatch 2023-12-05T13:12:34.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:34 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/364960459' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4279bd23-3750-497f-aa6a-b8b16b2803d8"}]': finished 2023-12-05T13:12:34.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:34 smithi027 ceph-mon[107800]: osdmap e16: 3 total, 2 up, 3 in 2023-12-05T13:12:34.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:34.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:34 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2527375073' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:34.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:34.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:34.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:34 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/364960459' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4279bd23-3750-497f-aa6a-b8b16b2803d8"}]: dispatch 2023-12-05T13:12:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:34 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/364960459' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4279bd23-3750-497f-aa6a-b8b16b2803d8"}]': finished 2023-12-05T13:12:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:34 smithi143 ceph-mon[110709]: osdmap e16: 3 total, 2 up, 3 in 2023-12-05T13:12:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:34 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2527375073' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:34.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:35.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:35 smithi027 ceph-mon[107800]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:35.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:35 smithi143 ceph-mon[110709]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:37.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:37 smithi027 ceph-mon[107800]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:37 smithi143 ceph-mon[110709]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:39.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:39 smithi027 ceph-mon[107800]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:39.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:39 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:12:39.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:39 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:39.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:39 smithi027 ceph-mon[107800]: Deploying daemon osd.2 on smithi027 2023-12-05T13:12:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:39 smithi143 ceph-mon[110709]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:39 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-05T13:12:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:39 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:39 smithi143 ceph-mon[110709]: Deploying daemon osd.2 on smithi027 2023-12-05T13:12:41.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:41 smithi027 ceph-mon[107800]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:41.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:41 smithi143 ceph-mon[110709]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:43.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:43 smithi027 ceph-mon[107800]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:43.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:43.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:43.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:43.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:43 smithi143 ceph-mon[110709]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:44.683 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 2 on host 'smithi027' 2023-12-05T13:12:45.224 DEBUG:teuthology.orchestra.run.smithi027:osd.2> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.2.service 2023-12-05T13:12:45.226 INFO:tasks.cephadm:Deploying osd.3 on smithi027 with /dev/vg_nvme/lv_1... 2023-12-05T13:12:45.227 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T13:12:45.259 INFO:journalctl@ceph.osd.2.smithi027.stdout:-- Logs begin at Tue 2023-12-05 12:52:24 UTC. -- 2023-12-05T13:12:45.492 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:45 smithi027 ceph-mon[107800]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:45.492 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:45 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:45.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:45 smithi143 ceph-mon[110709]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:45.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:45 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:45.763 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:45 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-2[129612]: 2023-12-05T13:12:45.489+0000 7feaa85d33c0 -1 osd.2 0 log_to_monitors true 2023-12-05T13:12:46.391 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:46 smithi027 ceph-mon[107800]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:12:46.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:46 smithi143 ceph-mon[110709]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-05T13:12:47.174 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T13:12:47.174 INFO:teuthology.orchestra.run.smithi027.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-05T13:12:47.174 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10+0 records in 2023-12-05T13:12:47.174 INFO:teuthology.orchestra.run.smithi027.stderr:10+0 records out 2023-12-05T13:12:47.174 INFO:teuthology.orchestra.run.smithi027.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110942 s, 945 MB/s 2023-12-05T13:12:47.174 INFO:teuthology.orchestra.run.smithi027.stderr:--> Zapping successful for: 2023-12-05T13:12:47.582 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-2[129612]: 2023-12-05T13:12:47.315+0000 7fea9efd6700 -1 osd.2 0 waiting for initial osdmap 2023-12-05T13:12:47.583 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-2[129612]: 2023-12-05T13:12:47.319+0000 7fea9a16e700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:12:47.583 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-mon[107800]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:47.583 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-mon[107800]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:12:47.583 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-mon[107800]: osdmap e17: 3 total, 2 up, 3 in 2023-12-05T13:12:47.583 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:47.583 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-mon[107800]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:12:47.584 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:47 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:47 smithi143 ceph-mon[110709]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:47 smithi143 ceph-mon[110709]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-05T13:12:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:47 smithi143 ceph-mon[110709]: osdmap e17: 3 total, 2 up, 3 in 2023-12-05T13:12:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:47 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:47 smithi143 ceph-mon[110709]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:12:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:47 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:47.759 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi027:vg_nvme/lv_1 2023-12-05T13:12:48.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:48 smithi027 ceph-mon[107800]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:12:48.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:48 smithi027 ceph-mon[107800]: osdmap e18: 3 total, 2 up, 3 in 2023-12-05T13:12:48.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:48 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:48.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:48 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:48.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:48 smithi143 ceph-mon[110709]: from='osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:12:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:48 smithi143 ceph-mon[110709]: osdmap e18: 3 total, 2 up, 3 in 2023-12-05T13:12:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:48 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:48 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:49 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:12:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:49 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:12:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:49 smithi027 ceph-mon[107800]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:49 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:49 smithi027 ceph-mon[107800]: osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885] boot 2023-12-05T13:12:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:49 smithi027 ceph-mon[107800]: osdmap e19: 3 total, 3 up, 3 in 2023-12-05T13:12:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:49 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:49.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:49 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:12:49.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:49 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:12:49.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:49 smithi143 ceph-mon[110709]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-05T13:12:49.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:49 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:49.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:49 smithi143 ceph-mon[110709]: osd.2 [v2:172.21.15.27:6818/2820163885,v1:172.21.15.27:6819/2820163885] boot 2023-12-05T13:12:49.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:49 smithi143 ceph-mon[110709]: osdmap e19: 3 total, 3 up, 3 in 2023-12-05T13:12:49.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:49 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: osdmap e20: 3 total, 3 up, 3 in 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:51.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:51.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:51.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:51.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:51.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:51.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:51.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:51.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:50 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: osdmap e20: 3 total, 3 up, 3 in 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi027:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:12:51.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:51.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:12:51.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:50 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: Detected new or changed devices on smithi027 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi027 to 4299M 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: osdmap e21: 3 total, 3 up, 3 in 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1574767756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "901e3a4f-9dbf-4f8e-99e5-2a59739b653a"}]: dispatch 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T13:12:52.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1574767756' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "901e3a4f-9dbf-4f8e-99e5-2a59739b653a"}]': finished 2023-12-05T13:12:52.009 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: osdmap e22: 4 total, 3 up, 4 in 2023-12-05T13:12:52.009 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:12:52.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: Detected new or changed devices on smithi027 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi027 to 4299M 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: pgmap v54: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: osdmap e21: 3 total, 3 up, 3 in 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1574767756' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "901e3a4f-9dbf-4f8e-99e5-2a59739b653a"}]: dispatch 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1574767756' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "901e3a4f-9dbf-4f8e-99e5-2a59739b653a"}]': finished 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: osdmap e22: 4 total, 3 up, 4 in 2023-12-05T13:12:52.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:12:52.263 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[131805]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T13:12:52.263 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[131805]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:52.263 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[131805]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:52.763 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[131857]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T13:12:52.763 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[131857]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:52.763 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[131857]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:52 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/254309910' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:52 smithi027 ceph-mon[107800]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:52 smithi027 ceph-mon[107800]: osdmap e23: 4 total, 3 up, 4 in 2023-12-05T13:12:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:12:52.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:52 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:53.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:52 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/254309910' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:12:53.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:52 smithi143 ceph-mon[110709]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:53.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:52 smithi143 ceph-mon[110709]: osdmap e23: 4 total, 3 up, 4 in 2023-12-05T13:12:53.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:12:53.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:52 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:53.263 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[132231]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T13:12:53.263 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[132231]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:53.263 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:52 smithi027 sudo[132231]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:53.666 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:53 smithi027 sudo[132371]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T13:12:53.666 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:53 smithi027 sudo[132371]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:53.666 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:12:53 smithi027 sudo[132371]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:54.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:53 smithi027 ceph-mon[107800]: mgrmap e19: smithi027.mnbwoo(active, since 94s), standbys: smithi143.ulqovj 2023-12-05T13:12:54.014 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:53 smithi027 sudo[132619]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T13:12:54.014 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:53 smithi027 sudo[132619]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:54.014 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:53 smithi027 sudo[132619]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:54.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:53 smithi143 ceph-mon[110709]: mgrmap e19: smithi027.mnbwoo(active, since 94s), standbys: smithi143.ulqovj 2023-12-05T13:12:54.513 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:54 smithi027 sudo[132637]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T13:12:54.513 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:54 smithi027 sudo[132637]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:54.513 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:12:54 smithi027 sudo[132637]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:55.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:54 smithi027 sudo[132702]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T13:12:55.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:54 smithi027 sudo[132702]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:55.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:54 smithi027 sudo[132702]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:55.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 sudo[132766]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T13:12:55.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 sudo[132766]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:55.421 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 sudo[132766]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:55.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 ceph-mon[107800]: pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:55.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 ceph-mon[107800]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:12:55.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 ceph-mon[107800]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:12:55.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:12:55.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:12:55.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:12:55.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 sudo[113396]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 sudo[113396]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 sudo[113396]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 sudo[113399]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 sudo[113399]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 sudo[113399]: pam_unix(sudo:session): session closed for user root 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 ceph-mon[110709]: pgmap v59: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 ceph-mon[110709]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 ceph-mon[110709]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:12:55.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:12:55.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:12:55.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:12:55.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:12:57.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:56 smithi027 ceph-mon[107800]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:12:57.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:56 smithi027 ceph-mon[107800]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:12:57.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:56 smithi027 ceph-mon[107800]: pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:57.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:56 smithi143 ceph-mon[110709]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-05T13:12:57.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:56 smithi143 ceph-mon[110709]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-05T13:12:57.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:12:57.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:56 smithi143 ceph-mon[110709]: pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:57.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:57 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:12:57.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:57 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:57.929 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:57 smithi027 ceph-mon[107800]: Deploying daemon osd.3 on smithi027 2023-12-05T13:12:58.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:57 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-05T13:12:58.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:57 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:12:58.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:57 smithi143 ceph-mon[110709]: Deploying daemon osd.3 on smithi027 2023-12-05T13:12:58.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:12:58 smithi027 ceph-mon[107800]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:12:59.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:12:58 smithi143 ceph-mon[110709]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:01.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:01 smithi027 ceph-mon[107800]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:01.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:01 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:01.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:01 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:01.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:01 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:01.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:01 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:01.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:01 smithi143 ceph-mon[110709]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:01.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:01 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:01.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:01 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:01.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:01 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:01.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:01 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:03.002 INFO:teuthology.orchestra.run.smithi027.stdout:Created osd(s) 3 on host 'smithi027' 2023-12-05T13:13:03.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:03 smithi027 ceph-mon[107800]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:03.706 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:03.727 DEBUG:teuthology.orchestra.run.smithi027:osd.3> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.3.service 2023-12-05T13:13:03.729 INFO:tasks.cephadm:Deploying osd.4 on smithi143 with /dev/vg_nvme/lv_4... 2023-12-05T13:13:03.729 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-05T13:13:03.760 INFO:journalctl@ceph.osd.3.smithi027.stdout:-- Logs begin at Tue 2023-12-05 12:52:24 UTC. -- 2023-12-05T13:13:03.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:03 smithi143 ceph-mon[110709]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:03.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:04.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:04 smithi143 ceph-mon[110709]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:04.994 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:04 smithi027 ceph-mon[107800]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-05T13:13:05.148 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-05T13:13:05.149 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-05T13:13:05.149 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-12-05T13:13:05.149 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-12-05T13:13:05.149 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0147978 s, 709 MB/s 2023-12-05T13:13:05.149 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-12-05T13:13:05.492 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_4 2023-12-05T13:13:05.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-mon[107800]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:05.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-mon[107800]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:13:05.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-mon[107800]: osdmap e24: 4 total, 3 up, 4 in 2023-12-05T13:13:05.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:05.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-mon[107800]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:13:05.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:05.764 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3[133389]: 2023-12-05T13:13:05.537+0000 7fa94d511700 -1 osd.3 0 waiting for initial osdmap 2023-12-05T13:13:05.764 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:13:05 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3[133389]: 2023-12-05T13:13:05.544+0000 7fa945ea4700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:13:05.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:05 smithi143 ceph-mon[110709]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:05.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:05 smithi143 ceph-mon[110709]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-05T13:13:05.806 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:05 smithi143 ceph-mon[110709]: osdmap e24: 4 total, 3 up, 4 in 2023-12-05T13:13:05.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:05 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:05.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:05 smithi143 ceph-mon[110709]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2023-12-05T13:13:05.807 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:05 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:06.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:06 smithi143 ceph-mon[110709]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:13:06.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:06 smithi143 ceph-mon[110709]: osdmap e25: 4 total, 3 up, 4 in 2023-12-05T13:13:06.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:06 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:06.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:06 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:06.939 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:06 smithi027 ceph-mon[107800]: from='osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2023-12-05T13:13:06.939 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:06 smithi027 ceph-mon[107800]: osdmap e25: 4 total, 3 up, 4 in 2023-12-05T13:13:06.939 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:06 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:06.939 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:06 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:13:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:13:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:07.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496] boot 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: osdmap e26: 4 total, 4 up, 4 in 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:07.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:07.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:07.843 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:08.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: osd.3 [v2:172.21.15.27:6826/789947496,v1:172.21.15.27:6827/789947496] boot 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: osdmap e26: 4 total, 4 up, 4 in 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:08.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:08 smithi143 ceph-mon[110709]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:08 smithi143 ceph-mon[110709]: Detected new or changed devices on smithi027 2023-12-05T13:13:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:08 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi027 to 3224M 2023-12-05T13:13:08.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:08 smithi143 ceph-mon[110709]: osdmap e27: 4 total, 4 up, 4 in 2023-12-05T13:13:09.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:08 smithi027 ceph-mon[107800]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:09.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:08 smithi027 ceph-mon[107800]: Detected new or changed devices on smithi027 2023-12-05T13:13:09.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:08 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi027 to 3224M 2023-12-05T13:13:09.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:08 smithi027 ceph-mon[107800]: osdmap e27: 4 total, 4 up, 4 in 2023-12-05T13:13:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:09 smithi143 ceph-mon[110709]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:09 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/1048202372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc4852a7-4519-4f4e-be48-04b3b30ba78a"}]: dispatch 2023-12-05T13:13:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:09 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc4852a7-4519-4f4e-be48-04b3b30ba78a"}]: dispatch 2023-12-05T13:13:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:09 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc4852a7-4519-4f4e-be48-04b3b30ba78a"}]': finished 2023-12-05T13:13:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:09 smithi143 ceph-mon[110709]: osdmap e28: 5 total, 4 up, 5 in 2023-12-05T13:13:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:09.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:09 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/2653872122' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:09 smithi027 ceph-mon[107800]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:09 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/1048202372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc4852a7-4519-4f4e-be48-04b3b30ba78a"}]: dispatch 2023-12-05T13:13:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:09 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc4852a7-4519-4f4e-be48-04b3b30ba78a"}]: dispatch 2023-12-05T13:13:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:09 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc4852a7-4519-4f4e-be48-04b3b30ba78a"}]': finished 2023-12-05T13:13:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:09 smithi027 ceph-mon[107800]: osdmap e28: 5 total, 4 up, 5 in 2023-12-05T13:13:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:10.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:09 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/2653872122' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:11.802 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:11 smithi143 ceph-mon[110709]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:12.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:11 smithi027 ceph-mon[107800]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:13.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:13 smithi143 ceph-mon[110709]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:14.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:13 smithi027 ceph-mon[107800]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:14.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:14 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:13:14.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:14 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:14 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-05T13:13:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:14 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:15.770 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:15 smithi143 ceph-mon[110709]: Deploying daemon osd.4 on smithi143 2023-12-05T13:13:15.771 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:15 smithi143 ceph-mon[110709]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:16.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:15 smithi027 ceph-mon[107800]: Deploying daemon osd.4 on smithi143 2023-12-05T13:13:16.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:15 smithi027 ceph-mon[107800]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:17.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:17 smithi143 ceph-mon[110709]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:17.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:17 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:17.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:17 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:17.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:17 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:17.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:17 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:18.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:17 smithi027 ceph-mon[107800]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:18.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:17 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:18.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:17 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:18.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:17 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:18.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:17 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:13:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:13:19.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:13:19.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:13:19.242 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 4 on host 'smithi143' 2023-12-05T13:13:19.622 DEBUG:teuthology.orchestra.run.smithi143:osd.4> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.4.service 2023-12-05T13:13:19.624 INFO:tasks.cephadm:Deploying osd.5 on smithi143 with /dev/vg_nvme/lv_3... 2023-12-05T13:13:19.625 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-05T13:13:19.652 INFO:journalctl@ceph.osd.4.smithi143.stdout:-- Logs begin at Tue 2023-12-05 12:51:37 UTC. -- 2023-12-05T13:13:19.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:19 smithi143 ceph-mon[110709]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:19.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:19.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:19.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:19.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:19.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:19.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:20.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:19 smithi027 ceph-mon[107800]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:20.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:20.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:20.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:20.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:20.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:20.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:20.452 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:13:20 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:13:20.182+0000 7f1d7aa113c0 -1 osd.4 0 log_to_monitors true 2023-12-05T13:13:20.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:20 smithi143 ceph-mon[110709]: from='osd.4 [v2:172.21.15.143:6800/2553782323,v1:172.21.15.143:6801/2553782323]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:13:20.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:20 smithi143 ceph-mon[110709]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:13:21.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:20 smithi027 ceph-mon[107800]: from='osd.4 [v2:172.21.15.143:6800/2553782323,v1:172.21.15.143:6801/2553782323]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:13:21.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:20 smithi027 ceph-mon[107800]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-05T13:13:21.426 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-05T13:13:21.426 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-05T13:13:21.426 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-12-05T13:13:21.426 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-12-05T13:13:21.426 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113128 s, 927 MB/s 2023-12-05T13:13:21.426 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-12-05T13:13:21.822 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:13:21.598+0000 7f1d71414700 -1 osd.4 0 waiting for initial osdmap 2023-12-05T13:13:21.822 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:13:21.602+0000 7f1d6c5ac700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:13:21.822 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-mon[110709]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:21.822 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-mon[110709]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:13:21.823 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-mon[110709]: osdmap e29: 5 total, 4 up, 5 in 2023-12-05T13:13:21.823 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:21.823 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-mon[110709]: from='osd.4 [v2:172.21.15.143:6800/2553782323,v1:172.21.15.143:6801/2553782323]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:21.823 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:21 smithi143 ceph-mon[110709]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:21 smithi027 ceph-mon[107800]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:21 smithi027 ceph-mon[107800]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-05T13:13:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:21 smithi027 ceph-mon[107800]: osdmap e29: 5 total, 4 up, 5 in 2023-12-05T13:13:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:21 smithi027 ceph-mon[107800]: from='osd.4 [v2:172.21.15.143:6800/2553782323,v1:172.21.15.143:6801/2553782323]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:22.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:21 smithi027 ceph-mon[107800]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:22.057 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_3 2023-12-05T13:13:22.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:13:22.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: osdmap e30: 5 total, 4 up, 5 in 2023-12-05T13:13:22.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:22.755 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:22.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:22.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:22.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:22.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:22.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: osd.4 [v2:172.21.15.143:6800/2553782323,v1:172.21.15.143:6801/2553782323] boot 2023-12-05T13:13:22.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: osdmap e31: 5 total, 5 up, 5 in 2023-12-05T13:13:22.757 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:22 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:23.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: osdmap e30: 5 total, 4 up, 5 in 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: osd.4 [v2:172.21.15.143:6800/2553782323,v1:172.21.15.143:6801/2553782323] boot 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: osdmap e31: 5 total, 5 up, 5 in 2023-12-05T13:13:23.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:22 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:13:23.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: Detected new or changed devices on smithi143 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi143 to 15970M 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:23.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:23 smithi143 ceph-mon[110709]: osdmap e32: 5 total, 5 up, 5 in 2023-12-05T13:13:24.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: Detected new or changed devices on smithi143 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi143 to 15970M 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:24.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:23 smithi027 ceph-mon[107800]: osdmap e32: 5 total, 5 up, 5 in 2023-12-05T13:13:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:24 smithi143 ceph-mon[110709]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:25.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:24 smithi027 ceph-mon[107800]: from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:26.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:25 smithi027 ceph-mon[107800]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:26.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:25 smithi027 ceph-mon[107800]: osdmap e33: 5 total, 5 up, 5 in 2023-12-05T13:13:26.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:25 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/975938173' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8276062e-b31a-4218-bb3c-2950c0c4096f"}]: dispatch 2023-12-05T13:13:26.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:25 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8276062e-b31a-4218-bb3c-2950c0c4096f"}]: dispatch 2023-12-05T13:13:26.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:25 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8276062e-b31a-4218-bb3c-2950c0c4096f"}]': finished 2023-12-05T13:13:26.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:25 smithi027 ceph-mon[107800]: osdmap e34: 6 total, 5 up, 6 in 2023-12-05T13:13:26.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:25 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:26.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:25 smithi143 ceph-mon[110709]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:26.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:25 smithi143 ceph-mon[110709]: osdmap e33: 5 total, 5 up, 5 in 2023-12-05T13:13:26.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:25 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/975938173' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8276062e-b31a-4218-bb3c-2950c0c4096f"}]: dispatch 2023-12-05T13:13:26.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:25 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8276062e-b31a-4218-bb3c-2950c0c4096f"}]: dispatch 2023-12-05T13:13:26.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:25 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8276062e-b31a-4218-bb3c-2950c0c4096f"}]': finished 2023-12-05T13:13:26.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:25 smithi143 ceph-mon[110709]: osdmap e34: 6 total, 5 up, 6 in 2023-12-05T13:13:26.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:25 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:27.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:26 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/2098695075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:27.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:26 smithi027 ceph-mon[107800]: osdmap e35: 6 total, 5 up, 6 in 2023-12-05T13:13:27.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:27.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:26 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/2098695075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:27.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:26 smithi143 ceph-mon[110709]: osdmap e35: 6 total, 5 up, 6 in 2023-12-05T13:13:27.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:28.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:27 smithi027 ceph-mon[107800]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:28.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:27 smithi143 ceph-mon[110709]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:29.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:29 smithi143 ceph-mon[110709]: pgmap v88: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2023-12-05T13:13:30.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:29 smithi027 ceph-mon[107800]: pgmap v88: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2023-12-05T13:13:30.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:30 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:13:30.884 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:30 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:31.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:30 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-05T13:13:31.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:30 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:31.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:31 smithi143 ceph-mon[110709]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T13:13:31.956 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:31 smithi143 ceph-mon[110709]: Deploying daemon osd.5 on smithi143 2023-12-05T13:13:32.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:31 smithi027 ceph-mon[107800]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T13:13:32.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:31 smithi027 ceph-mon[107800]: Deploying daemon osd.5 on smithi143 2023-12-05T13:13:32.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:32 smithi143 ceph-mon[110709]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-05T13:13:33.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:32 smithi027 ceph-mon[107800]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-05T13:13:35.040 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:35.040 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:35.040 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:35.040 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:34 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:35.040 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:34 smithi143 ceph-mon[110709]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-05T13:13:35.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:35.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:35.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:35.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:34 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:35.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:34 smithi027 ceph-mon[107800]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-12-05T13:13:36.066 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 5 on host 'smithi143' 2023-12-05T13:13:36.886 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:36 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:36.886 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:36 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:36.886 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:36 smithi143 ceph-mon[110709]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T13:13:37.047 DEBUG:teuthology.orchestra.run.smithi143:osd.5> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.5.service 2023-12-05T13:13:37.049 INFO:tasks.cephadm:Deploying osd.6 on smithi143 with /dev/vg_nvme/lv_2... 2023-12-05T13:13:37.049 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-05T13:13:37.085 INFO:journalctl@ceph.osd.5.smithi143.stdout:-- Logs begin at Tue 2023-12-05 12:51:37 UTC. -- 2023-12-05T13:13:37.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:36 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:37.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:36 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:37.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:36 smithi027 ceph-mon[107800]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T13:13:38.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:38 smithi143 ceph-mon[110709]: from='osd.5 [v2:172.21.15.143:6808/633374100,v1:172.21.15.143:6809/633374100]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:13:38.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:38 smithi143 ceph-mon[110709]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:13:38.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:38 smithi027 ceph-mon[107800]: from='osd.5 [v2:172.21.15.143:6808/633374100,v1:172.21.15.143:6809/633374100]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:13:38.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:38 smithi027 ceph-mon[107800]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-05T13:13:38.575 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-05T13:13:38.575 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-05T13:13:38.575 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-12-05T13:13:38.575 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-12-05T13:13:38.575 INFO:teuthology.orchestra.run.smithi143.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135069 s, 776 MB/s 2023-12-05T13:13:38.575 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-12-05T13:13:39.086 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_2 2023-12-05T13:13:39.197 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:13:39.077+0000 7f5489a7c700 -1 osd.5 0 waiting for initial osdmap 2023-12-05T13:13:39.198 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:13:39.083+0000 7f5486417700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:13:39.198 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-mon[110709]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:13:39.198 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-mon[110709]: osdmap e36: 6 total, 5 up, 6 in 2023-12-05T13:13:39.198 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:39.198 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-mon[110709]: from='osd.5 [v2:172.21.15.143:6808/633374100,v1:172.21.15.143:6809/633374100]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:39.198 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-mon[110709]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:39.198 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:39 smithi143 ceph-mon[110709]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:39.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:39 smithi027 ceph-mon[107800]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-05T13:13:39.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:39 smithi027 ceph-mon[107800]: osdmap e36: 6 total, 5 up, 6 in 2023-12-05T13:13:39.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:39 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:39.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:39 smithi027 ceph-mon[107800]: from='osd.5 [v2:172.21.15.143:6808/633374100,v1:172.21.15.143:6809/633374100]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:39.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:39 smithi027 ceph-mon[107800]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:39.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:39 smithi027 ceph-mon[107800]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: osdmap e37: 6 total, 5 up, 6 in 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: Detected new or changed devices on smithi143 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:40.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi143 to 7985M 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:40.341 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:40.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:13:40.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: osdmap e37: 6 total, 5 up, 6 in 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: Detected new or changed devices on smithi143 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi143 to 7985M 2023-12-05T13:13:40.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:40.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:40.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:40.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:40.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:40.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: osd.5 [v2:172.21.15.143:6808/633374100,v1:172.21.15.143:6809/633374100] boot 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: osdmap e38: 6 total, 6 up, 6 in 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: pgmap v97: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:41.335 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:41 smithi143 ceph-mon[110709]: osdmap e39: 6 total, 6 up, 6 in 2023-12-05T13:13:41.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: osd.5 [v2:172.21.15.143:6808/633374100,v1:172.21.15.143:6809/633374100] boot 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: osdmap e38: 6 total, 6 up, 6 in 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: pgmap v97: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:41.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:41 smithi027 ceph-mon[107800]: osdmap e39: 6 total, 6 up, 6 in 2023-12-05T13:13:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:42 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/2561521454' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac02d4c2-db49-4c7b-a006-cbb4068116a5"}]: dispatch 2023-12-05T13:13:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:42 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac02d4c2-db49-4c7b-a006-cbb4068116a5"}]: dispatch 2023-12-05T13:13:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:42 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac02d4c2-db49-4c7b-a006-cbb4068116a5"}]': finished 2023-12-05T13:13:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:42 smithi027 ceph-mon[107800]: osdmap e40: 7 total, 6 up, 7 in 2023-12-05T13:13:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:42 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:42.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:42 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/2561521454' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac02d4c2-db49-4c7b-a006-cbb4068116a5"}]: dispatch 2023-12-05T13:13:42.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:42 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac02d4c2-db49-4c7b-a006-cbb4068116a5"}]: dispatch 2023-12-05T13:13:42.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:42 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac02d4c2-db49-4c7b-a006-cbb4068116a5"}]': finished 2023-12-05T13:13:42.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:42 smithi143 ceph-mon[110709]: osdmap e40: 7 total, 6 up, 7 in 2023-12-05T13:13:42.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:42 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:43.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:43 smithi027 ceph-mon[107800]: pgmap v100: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:13:43.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:43 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/3953721968' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:43 smithi143 ceph-mon[110709]: pgmap v100: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:13:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:43 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/3953721968' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:13:44.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:44 smithi027 ceph-mon[107800]: osdmap e41: 7 total, 6 up, 7 in 2023-12-05T13:13:44.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:44 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:44.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:44 smithi143 ceph-mon[110709]: osdmap e41: 7 total, 6 up, 7 in 2023-12-05T13:13:44.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:44 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:45.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:45 smithi027 ceph-mon[107800]: pgmap v102: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:13:45.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:45 smithi027 ceph-mon[107800]: osdmap e42: 7 total, 6 up, 7 in 2023-12-05T13:13:45.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:45 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:45.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:45 smithi143 ceph-mon[110709]: pgmap v102: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:13:45.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:45 smithi143 ceph-mon[110709]: osdmap e42: 7 total, 6 up, 7 in 2023-12-05T13:13:45.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:45 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:47.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:47 smithi143 ceph-mon[110709]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-05T13:13:47.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:47 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:13:47.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:47 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:47.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:47 smithi027 ceph-mon[107800]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-05T13:13:47.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:47 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-05T13:13:47.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:47 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:48.482 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:48 smithi143 ceph-mon[110709]: Deploying daemon osd.6 on smithi143 2023-12-05T13:13:48.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:48 smithi027 ceph-mon[107800]: Deploying daemon osd.6 on smithi143 2023-12-05T13:13:49.326 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:49 smithi143 ceph-mon[110709]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-05T13:13:49.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:49 smithi027 ceph-mon[107800]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-05T13:13:51.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:51 smithi143 ceph-mon[110709]: pgmap v106: 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-05T13:13:51.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:51.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:51.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:51.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:51 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:52.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:51 smithi027 ceph-mon[107800]: pgmap v106: 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-05T13:13:52.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:52.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:52.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:52.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:51 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:52.704 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 6 on host 'smithi143' 2023-12-05T13:13:53.237 DEBUG:teuthology.orchestra.run.smithi143:osd.6> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.6.service 2023-12-05T13:13:53.239 INFO:tasks.cephadm:Deploying osd.7 on smithi143 with /dev/vg_nvme/lv_1... 2023-12-05T13:13:53.240 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-05T13:13:53.271 INFO:journalctl@ceph.osd.6.smithi143.stdout:-- Logs begin at Tue 2023-12-05 12:51:37 UTC. -- 2023-12-05T13:13:53.840 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:13:53 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:13:53.760+0000 7fbcce9703c0 -1 osd.6 0 log_to_monitors true 2023-12-05T13:13:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:53 smithi143 ceph-mon[110709]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-05T13:13:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:53 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:53 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:54.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:53 smithi027 ceph-mon[107800]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-05T13:13:54.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:53 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:54.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:53 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:54.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:54 smithi143 ceph-mon[110709]: from='osd.6 [v2:172.21.15.143:6816/2990761551,v1:172.21.15.143:6817/2990761551]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:13:54.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:54 smithi143 ceph-mon[110709]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:13:55.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:54 smithi027 ceph-mon[107800]: from='osd.6 [v2:172.21.15.143:6816/2990761551,v1:172.21.15.143:6817/2990761551]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:13:55.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:54 smithi027 ceph-mon[107800]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-05T13:13:55.017 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-05T13:13:55.018 INFO:teuthology.orchestra.run.smithi143.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-05T13:13:55.018 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10+0 records in 2023-12-05T13:13:55.018 INFO:teuthology.orchestra.run.smithi143.stderr:10+0 records out 2023-12-05T13:13:55.018 INFO:teuthology.orchestra.run.smithi143.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110936 s, 945 MB/s 2023-12-05T13:13:55.018 INFO:teuthology.orchestra.run.smithi143.stderr:--> Zapping successful for: 2023-12-05T13:13:55.417 DEBUG:teuthology.orchestra.run.smithi143:> 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 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi143:vg_nvme/lv_1 2023-12-05T13:13:55.732 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:13:55.564+0000 7fbcc5373700 -1 osd.6 0 waiting for initial osdmap 2023-12-05T13:13:55.732 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:13:55.571+0000 7fbcbfd0a700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:13:55.733 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-mon[110709]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T13:13:55.733 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-mon[110709]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:13:55.733 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-mon[110709]: osdmap e43: 7 total, 6 up, 7 in 2023-12-05T13:13:55.733 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:55.733 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-mon[110709]: from='osd.6 [v2:172.21.15.143:6816/2990761551,v1:172.21.15.143:6817/2990761551]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:55.733 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:55 smithi143 ceph-mon[110709]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:56.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:55 smithi027 ceph-mon[107800]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T13:13:56.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:55 smithi027 ceph-mon[107800]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-05T13:13:56.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:55 smithi027 ceph-mon[107800]: osdmap e43: 7 total, 6 up, 7 in 2023-12-05T13:13:56.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:55 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:56.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:55 smithi027 ceph-mon[107800]: from='osd.6 [v2:172.21.15.143:6816/2990761551,v1:172.21.15.143:6817/2990761551]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:56.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:55 smithi027 ceph-mon[107800]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:13:56.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: osdmap e44: 7 total, 6 up, 7 in 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: Detected new or changed devices on smithi143 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi143 to 5323M 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:56.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:56.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:56.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:56.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:56.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:56 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:57.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: osdmap e44: 7 total, 6 up, 7 in 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: Detected new or changed devices on smithi143 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi143 to 5323M 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:57.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:57.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:13:57.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:57.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:13:57.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:56 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:13:57.828 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: osd.6 [v2:172.21.15.143:6816/2990761551,v1:172.21.15.143:6817/2990761551] boot 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: osdmap e45: 7 total, 7 up, 7 in 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:57.829 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:57 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:58.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: osd.6 [v2:172.21.15.143:6816/2990761551,v1:172.21.15.143:6817/2990761551] boot 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: osdmap e45: 7 total, 7 up, 7 in 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-05T13:13:58.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:57 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:13:58.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:58 smithi143 ceph-mon[110709]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:58.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:58 smithi143 ceph-mon[110709]: osdmap e46: 7 total, 7 up, 7 in 2023-12-05T13:13:58.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:58 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/862722715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e00db7e0-8e69-49ce-9bab-76d0f983f256"}]: dispatch 2023-12-05T13:13:58.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:58 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e00db7e0-8e69-49ce-9bab-76d0f983f256"}]: dispatch 2023-12-05T13:13:58.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:58 smithi143 ceph-mon[110709]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e00db7e0-8e69-49ce-9bab-76d0f983f256"}]': finished 2023-12-05T13:13:58.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:58 smithi143 ceph-mon[110709]: osdmap e47: 8 total, 7 up, 8 in 2023-12-05T13:13:58.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:58 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:13:59.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:58 smithi027 ceph-mon[107800]: from='client.24211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:13:59.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:58 smithi027 ceph-mon[107800]: osdmap e46: 7 total, 7 up, 7 in 2023-12-05T13:13:59.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:58 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/862722715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e00db7e0-8e69-49ce-9bab-76d0f983f256"}]: dispatch 2023-12-05T13:13:59.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:58 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e00db7e0-8e69-49ce-9bab-76d0f983f256"}]: dispatch 2023-12-05T13:13:59.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:58 smithi027 ceph-mon[107800]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e00db7e0-8e69-49ce-9bab-76d0f983f256"}]': finished 2023-12-05T13:13:59.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:58 smithi027 ceph-mon[107800]: osdmap e47: 8 total, 7 up, 8 in 2023-12-05T13:13:59.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:58 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:13:59.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:59 smithi143 ceph-mon[110709]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:13:59.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:13:59 smithi143 ceph-mon[110709]: from='client.? 172.21.15.143:0/914305673' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:14:00.018 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:59 smithi027 ceph-mon[107800]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:14:00.019 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:13:59 smithi027 ceph-mon[107800]: from='client.? 172.21.15.143:0/914305673' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-05T13:14:01.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:00 smithi027 ceph-mon[107800]: osdmap e48: 8 total, 7 up, 8 in 2023-12-05T13:14:01.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:00 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:01.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:00 smithi143 ceph-mon[110709]: osdmap e48: 8 total, 7 up, 8 in 2023-12-05T13:14:01.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:00 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:01.761 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:01 smithi143 ceph-mon[110709]: pgmap v117: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-05T13:14:01.761 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:01 smithi143 ceph-mon[110709]: osdmap e49: 8 total, 7 up, 8 in 2023-12-05T13:14:01.761 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:01 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:02.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:01 smithi027 ceph-mon[107800]: pgmap v117: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-05T13:14:02.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:01 smithi027 ceph-mon[107800]: osdmap e49: 8 total, 7 up, 8 in 2023-12-05T13:14:02.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:01 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:04.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:03 smithi027 ceph-mon[107800]: pgmap v119: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 112 KiB/s, 0 objects/s recovering 2023-12-05T13:14:04.062 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:03 smithi143 ceph-mon[110709]: pgmap v119: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 112 KiB/s, 0 objects/s recovering 2023-12-05T13:14:04.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:04 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:14:04.756 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:04 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:05.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:04 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-05T13:14:05.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:04 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:05.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:05 smithi143 ceph-mon[110709]: Deploying daemon osd.7 on smithi143 2023-12-05T13:14:05.742 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:05 smithi143 ceph-mon[110709]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T13:14:06.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:05 smithi027 ceph-mon[107800]: Deploying daemon osd.7 on smithi143 2023-12-05T13:14:06.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:05 smithi027 ceph-mon[107800]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T13:14:08.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:07 smithi027 ceph-mon[107800]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-05T13:14:08.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:08.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:08.059 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:07 smithi143 ceph-mon[110709]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-12-05T13:14:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:08.060 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:09.589 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 7 on host 'smithi143' 2023-12-05T13:14:09.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:09 smithi143 ceph-mon[110709]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:14:09.617 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:09 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:09.955 DEBUG:teuthology.orchestra.run.smithi143:osd.7> sudo journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.7.service 2023-12-05T13:14:09.957 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-05T13:14:09.957 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-05T13:14:09.986 INFO:journalctl@ceph.osd.7.smithi143.stdout:-- Logs begin at Tue 2023-12-05 12:51:37 UTC. -- 2023-12-05T13:14:09.991 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:09 smithi027 ceph-mon[107800]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:14:09.991 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:09 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:10.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:14:10 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:14:10.405+0000 7fc291f8e3c0 -1 osd.7 0 log_to_monitors true 2023-12-05T13:14:10.995 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:10 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:10.995 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:10 smithi027 ceph-mon[107800]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:14:10.996 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:10 smithi027 ceph-mon[107800]: from='osd.7 [v2:172.21.15.143:6824/3533970676,v1:172.21.15.143:6825/3533970676]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:14:10.996 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:10 smithi027 ceph-mon[107800]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:14:11.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:10 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:10 smithi143 ceph-mon[110709]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:14:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:10 smithi143 ceph-mon[110709]: from='osd.7 [v2:172.21.15.143:6824/3533970676,v1:172.21.15.143:6825/3533970676]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:14:11.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:10 smithi143 ceph-mon[110709]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-05T13:14:11.385 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:11.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:11 smithi027 ceph-mon[107800]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:14:11.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:11 smithi027 ceph-mon[107800]: osdmap e50: 8 total, 7 up, 8 in 2023-12-05T13:14:11.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:11.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:11 smithi027 ceph-mon[107800]: from='osd.7 [v2:172.21.15.143:6824/3533970676,v1:172.21.15.143:6825/3533970676]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:14:11.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:11 smithi027 ceph-mon[107800]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:14:11.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:11 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2381279299' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T13:14:11.764 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":50,"num_osds":8,"num_up_osds":7,"osd_up_since":1701782036,"num_in_osds":8,"osd_in_since":1701782038,"num_remapped_pgs":0} 2023-12-05T13:14:11.932 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:14:11.652+0000 7fc288991700 -1 osd.7 0 waiting for initial osdmap 2023-12-05T13:14:11.932 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:14:11.659+0000 7fc283328700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-05T13:14:11.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-mon[110709]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-05T13:14:11.932 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-mon[110709]: osdmap e50: 8 total, 7 up, 8 in 2023-12-05T13:14:11.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:11.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-mon[110709]: from='osd.7 [v2:172.21.15.143:6824/3533970676,v1:172.21.15.143:6825/3533970676]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:14:11.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-mon[110709]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-12-05T13:14:11.933 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:11 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2381279299' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T13:14:12.765 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: osdmap e51: 8 total, 7 up, 8 in 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: Detected new or changed devices on smithi143 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi143 to 3992M 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:12 smithi027 ceph-mon[107800]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:14:13.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: osdmap e51: 8 total, 7 up, 8 in 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: Detected new or changed devices on smithi143 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi143 to 3992M 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:14:13.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:14:13.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:14:13.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:14:13.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:12 smithi143 ceph-mon[110709]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-05T13:14:13.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:13 smithi027 ceph-mon[107800]: purged_snaps scrub starts 2023-12-05T13:14:13.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:13 smithi027 ceph-mon[107800]: purged_snaps scrub ok 2023-12-05T13:14:13.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:13 smithi027 ceph-mon[107800]: osd.7 [v2:172.21.15.143:6824/3533970676,v1:172.21.15.143:6825/3533970676] boot 2023-12-05T13:14:13.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:13 smithi027 ceph-mon[107800]: osdmap e52: 8 total, 8 up, 8 in 2023-12-05T13:14:13.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:13 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:13 smithi143 ceph-mon[110709]: purged_snaps scrub starts 2023-12-05T13:14:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:13 smithi143 ceph-mon[110709]: purged_snaps scrub ok 2023-12-05T13:14:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:13 smithi143 ceph-mon[110709]: osd.7 [v2:172.21.15.143:6824/3533970676,v1:172.21.15.143:6825/3533970676] boot 2023-12-05T13:14:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:13 smithi143 ceph-mon[110709]: osdmap e52: 8 total, 8 up, 8 in 2023-12-05T13:14:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:13 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:14:14.208 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:14.632 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1701782052,"num_in_osds":8,"osd_in_since":1701782038,"num_remapped_pgs":1} 2023-12-05T13:14:14.633 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T13:14:14.868 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:15.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:14 smithi027 ceph-mon[107800]: osdmap e53: 8 total, 8 up, 8 in 2023-12-05T13:14:15.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:14 smithi027 ceph-mon[107800]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:15.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:14 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1082259883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T13:14:15.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:14 smithi027 ceph-mon[107800]: osdmap e54: 8 total, 8 up, 8 in 2023-12-05T13:14:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:14 smithi143 ceph-mon[110709]: osdmap e53: 8 total, 8 up, 8 in 2023-12-05T13:14:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:14 smithi143 ceph-mon[110709]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:14 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1082259883' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-05T13:14:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:14 smithi143 ceph-mon[110709]: osdmap e54: 8 total, 8 up, 8 in 2023-12-05T13:14:16.136 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:16.136 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":55,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","created":"2023-12-05T13:09:42.730998+0000","modified":"2023-12-05T13:14:15.662961+0000","last_up_change":"2023-12-05T13:14:12.646703+0000","last_in_change":"2023-12-05T13:13:58.513635+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-05T13:12:50.657985+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"1ee1da70-8ff4-474b-a42a-df717a7b2959","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6803","nonce":1560020083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6805","nonce":1560020083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6809","nonce":1560020083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6807","nonce":1560020083}]},"public_addr":"172.21.15.27:6803/1560020083","cluster_addr":"172.21.15.27:6805/1560020083","heartbeat_back_addr":"172.21.15.27:6809/1560020083","heartbeat_front_addr":"172.21.15.27:6807/1560020083","state":["exists","up"]},{"osd":1,"uuid":"5658649a-f124-45e8-9eb0-67c46a6d3f07","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6810","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6811","nonce":3183098059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6813","nonce":3183098059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6817","nonce":3183098059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6815","nonce":3183098059}]},"public_addr":"172.21.15.27:6811/3183098059","cluster_addr":"172.21.15.27:6813/3183098059","heartbeat_back_addr":"172.21.15.27:6817/3183098059","heartbeat_front_addr":"172.21.15.27:6815/3183098059","state":["exists","up"]},{"osd":2,"uuid":"4279bd23-3750-497f-aa6a-b8b16b2803d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6818","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6819","nonce":2820163885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6821","nonce":2820163885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6825","nonce":2820163885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6823","nonce":2820163885}]},"public_addr":"172.21.15.27:6819/2820163885","cluster_addr":"172.21.15.27:6821/2820163885","heartbeat_back_addr":"172.21.15.27:6825/2820163885","heartbeat_front_addr":"172.21.15.27:6823/2820163885","state":["exists","up"]},{"osd":3,"uuid":"901e3a4f-9dbf-4f8e-99e5-2a59739b653a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6826","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6827","nonce":789947496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6829","nonce":789947496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6833","nonce":789947496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6831","nonce":789947496}]},"public_addr":"172.21.15.27:6827/789947496","cluster_addr":"172.21.15.27:6829/789947496","heartbeat_back_addr":"172.21.15.27:6833/789947496","heartbeat_front_addr":"172.21.15.27:6831/789947496","state":["exists","up"]},{"osd":4,"uuid":"dc4852a7-4519-4f4e-be48-04b3b30ba78a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6801","nonce":2553782323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6803","nonce":2553782323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6807","nonce":2553782323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6805","nonce":2553782323}]},"public_addr":"172.21.15.143:6801/2553782323","cluster_addr":"172.21.15.143:6803/2553782323","heartbeat_back_addr":"172.21.15.143:6807/2553782323","heartbeat_front_addr":"172.21.15.143:6805/2553782323","state":["exists","up"]},{"osd":5,"uuid":"8276062e-b31a-4218-bb3c-2950c0c4096f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6809","nonce":633374100}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6811","nonce":633374100}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6815","nonce":633374100}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6813","nonce":633374100}]},"public_addr":"172.21.15.143:6809/633374100","cluster_addr":"172.21.15.143:6811/633374100","heartbeat_back_addr":"172.21.15.143:6815/633374100","heartbeat_front_addr":"172.21.15.143:6813/633374100","state":["exists","up"]},{"osd":6,"uuid":"ac02d4c2-db49-4c7b-a006-cbb4068116a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6817","nonce":2990761551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6819","nonce":2990761551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6823","nonce":2990761551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6821","nonce":2990761551}]},"public_addr":"172.21.15.143:6817/2990761551","cluster_addr":"172.21.15.143:6819/2990761551","heartbeat_back_addr":"172.21.15.143:6823/2990761551","heartbeat_front_addr":"172.21.15.143:6821/2990761551","state":["exists","up"]},{"osd":7,"uuid":"e00db7e0-8e69-49ce-9bab-76d0f983f256","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6825","nonce":3533970676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6827","nonce":3533970676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6831","nonce":3533970676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6829","nonce":3533970676}]},"public_addr":"172.21.15.143:6825/3533970676","cluster_addr":"172.21.15.143:6827/3533970676","heartbeat_back_addr":"172.21.15.143:6831/3533970676","heartbeat_front_addr":"172.21.15.143:6829/3533970676","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-05T13:12:06.876668+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-05T13:12:28.157350+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-05T13:12:46.513637+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-05T13:13:04.727556+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-05T13:13:21.176134+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-05T13:13:38.101550+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-05T13:13:54.781622+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-05T13:14:11.395636+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:6801/3989865271":"2023-12-06T13:11:17.837243+0000","172.21.15.27:6800/3989865271":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3318275001":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3998861589":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3255388345":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/3486297669":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/825403276":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/4170154819":"2023-12-06T13:10:33.434312+0000","172.21.15.27:6801/1454910499":"2023-12-06T13:10:33.434312+0000","172.21.15.27:6800/1454910499":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/4094785873":"2023-12-06T13:10:09.433075+0000","172.21.15.27:0/963579733":"2023-12-06T13:10:09.433075+0000","172.21.15.27:0/3023147456":"2023-12-06T13:10:09.433075+0000","172.21.15.27:6801/740646360":"2023-12-06T13:10:09.433075+0000","172.21.15.27:6800/740646360":"2023-12-06T13:10:09.433075+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-05T13:14:16.524 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-05T13:12:50.657985+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-05T13:14:16.524 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-05T13:14:16.758 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:16.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:16 smithi027 ceph-mon[107800]: osdmap e55: 8 total, 8 up, 8 in 2023-12-05T13:14:16.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:16 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/157414887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:14:16.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:16 smithi027 ceph-mon[107800]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:17.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:16 smithi143 ceph-mon[110709]: osdmap e55: 8 total, 8 up, 8 in 2023-12-05T13:14:17.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:16 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/157414887' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:14:17.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:16 smithi143 ceph-mon[110709]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:18.009 INFO:teuthology.orchestra.run.smithi027.stdout:pg_num: 1 2023-12-05T13:14:18.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:17 smithi027 ceph-mon[107800]: osdmap e56: 8 total, 8 up, 8 in 2023-12-05T13:14:18.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:17 smithi143 ceph-mon[110709]: osdmap e56: 8 total, 8 up, 8 in 2023-12-05T13:14:18.397 INFO:tasks.cephadm:Setting up client nodes... 2023-12-05T13:14:18.398 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-05T13:14:18.953 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:18 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2988069665' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T13:14:18.954 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:18 smithi027 ceph-mon[107800]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s, 0 objects/s recovering 2023-12-05T13:14:18.954 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:14:18.954 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:14:19.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:18 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2988069665' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-05T13:14:19.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:18 smithi143 ceph-mon[110709]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s, 0 objects/s recovering 2023-12-05T13:14:19.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:14:19.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:14:19.894 INFO:teuthology.orchestra.run.smithi027.stdout:[client.0] 2023-12-05T13:14:19.894 INFO:teuthology.orchestra.run.smithi027.stdout: key = AQArIm9lsZgLNRAAgp4SFVDZVhVH+XnNksmHtQ== 2023-12-05T13:14:20.204 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:19 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/4182258035' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:14:20.204 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:19 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/4182258035' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T13:14:20.280 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2023-12-05T13:14:20.280 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-05T13:14:20.280 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-05T13:14:20.320 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-05T13:14:20.320 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-05T13:14:20.321 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-05T13:14:20.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:19 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/4182258035' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-05T13:14:20.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:19 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/4182258035' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-05T13:14:20.594 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:21.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:20 smithi027 ceph-mon[107800]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T13:14:21.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:20 smithi143 ceph-mon[110709]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-05T13:14:21.932 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:22.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:22 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2735193696' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T13:14:22.313 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":19,"active_gid":14208,"active_name":"smithi027.mnbwoo","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6800","nonce":3634611968},{"type":"v1","addr":"172.21.15.27:6801","nonce":3634611968}]},"active_addr":"172.21.15.27:6801/3634611968","active_change":"2023-12-05T13:11:17.837530+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14224,"name":"smithi143.ulqovj","mgr_features":4540138303579357183,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.27:8443/","prometheus":"http://172.21.15.27:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":2573237436}]},{"addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":3230049314}]},{"addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":573946883}]},{"addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":3544967762}]}]}} 2023-12-05T13:14:22.317 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-05T13:14:22.317 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-05T13:14:22.317 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T13:14:22.550 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:22.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:22 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2735193696' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-05T13:14:23.384 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:23 smithi027 ceph-mon[107800]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-12-05T13:14:23.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:23 smithi143 ceph-mon[110709]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-12-05T13:14:23.755 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:23.756 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":56,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","created":"2023-12-05T13:09:42.730998+0000","modified":"2023-12-05T13:14:16.664613+0000","last_up_change":"2023-12-05T13:14:12.646703+0000","last_in_change":"2023-12-05T13:13:58.513635+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-05T13:12:50.657985+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"1ee1da70-8ff4-474b-a42a-df717a7b2959","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6803","nonce":1560020083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6805","nonce":1560020083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6809","nonce":1560020083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6807","nonce":1560020083}]},"public_addr":"172.21.15.27:6803/1560020083","cluster_addr":"172.21.15.27:6805/1560020083","heartbeat_back_addr":"172.21.15.27:6809/1560020083","heartbeat_front_addr":"172.21.15.27:6807/1560020083","state":["exists","up"]},{"osd":1,"uuid":"5658649a-f124-45e8-9eb0-67c46a6d3f07","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6810","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6811","nonce":3183098059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6813","nonce":3183098059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6817","nonce":3183098059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6815","nonce":3183098059}]},"public_addr":"172.21.15.27:6811/3183098059","cluster_addr":"172.21.15.27:6813/3183098059","heartbeat_back_addr":"172.21.15.27:6817/3183098059","heartbeat_front_addr":"172.21.15.27:6815/3183098059","state":["exists","up"]},{"osd":2,"uuid":"4279bd23-3750-497f-aa6a-b8b16b2803d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6818","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6819","nonce":2820163885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6821","nonce":2820163885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6825","nonce":2820163885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6823","nonce":2820163885}]},"public_addr":"172.21.15.27:6819/2820163885","cluster_addr":"172.21.15.27:6821/2820163885","heartbeat_back_addr":"172.21.15.27:6825/2820163885","heartbeat_front_addr":"172.21.15.27:6823/2820163885","state":["exists","up"]},{"osd":3,"uuid":"901e3a4f-9dbf-4f8e-99e5-2a59739b653a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6826","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6827","nonce":789947496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6829","nonce":789947496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6833","nonce":789947496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6831","nonce":789947496}]},"public_addr":"172.21.15.27:6827/789947496","cluster_addr":"172.21.15.27:6829/789947496","heartbeat_back_addr":"172.21.15.27:6833/789947496","heartbeat_front_addr":"172.21.15.27:6831/789947496","state":["exists","up"]},{"osd":4,"uuid":"dc4852a7-4519-4f4e-be48-04b3b30ba78a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6801","nonce":2553782323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6803","nonce":2553782323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6807","nonce":2553782323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6805","nonce":2553782323}]},"public_addr":"172.21.15.143:6801/2553782323","cluster_addr":"172.21.15.143:6803/2553782323","heartbeat_back_addr":"172.21.15.143:6807/2553782323","heartbeat_front_addr":"172.21.15.143:6805/2553782323","state":["exists","up"]},{"osd":5,"uuid":"8276062e-b31a-4218-bb3c-2950c0c4096f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6809","nonce":633374100}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6811","nonce":633374100}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6815","nonce":633374100}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6813","nonce":633374100}]},"public_addr":"172.21.15.143:6809/633374100","cluster_addr":"172.21.15.143:6811/633374100","heartbeat_back_addr":"172.21.15.143:6815/633374100","heartbeat_front_addr":"172.21.15.143:6813/633374100","state":["exists","up"]},{"osd":6,"uuid":"ac02d4c2-db49-4c7b-a006-cbb4068116a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6817","nonce":2990761551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6819","nonce":2990761551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6823","nonce":2990761551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6821","nonce":2990761551}]},"public_addr":"172.21.15.143:6817/2990761551","cluster_addr":"172.21.15.143:6819/2990761551","heartbeat_back_addr":"172.21.15.143:6823/2990761551","heartbeat_front_addr":"172.21.15.143:6821/2990761551","state":["exists","up"]},{"osd":7,"uuid":"e00db7e0-8e69-49ce-9bab-76d0f983f256","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6825","nonce":3533970676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6827","nonce":3533970676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6831","nonce":3533970676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6829","nonce":3533970676}]},"public_addr":"172.21.15.143:6825/3533970676","cluster_addr":"172.21.15.143:6827/3533970676","heartbeat_back_addr":"172.21.15.143:6831/3533970676","heartbeat_front_addr":"172.21.15.143:6829/3533970676","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-05T13:12:06.876668+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-05T13:12:28.157350+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-05T13:12:46.513637+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-05T13:13:04.727556+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-05T13:13:21.176134+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-05T13:13:38.101550+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-05T13:13:54.781622+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-05T13:14:11.395636+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:6801/3989865271":"2023-12-06T13:11:17.837243+0000","172.21.15.27:6800/3989865271":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3318275001":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3998861589":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3255388345":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/3486297669":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/825403276":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/4170154819":"2023-12-06T13:10:33.434312+0000","172.21.15.27:6801/1454910499":"2023-12-06T13:10:33.434312+0000","172.21.15.27:6800/1454910499":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/4094785873":"2023-12-06T13:10:09.433075+0000","172.21.15.27:0/963579733":"2023-12-06T13:10:09.433075+0000","172.21.15.27:0/3023147456":"2023-12-06T13:10:09.433075+0000","172.21.15.27:6801/740646360":"2023-12-06T13:10:09.433075+0000","172.21.15.27:6800/740646360":"2023-12-06T13:10:09.433075+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-05T13:14:24.172 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-05T13:14:24.172 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-05T13:14:24.406 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:24.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:24 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1433543153' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:14:24.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:24 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1433543153' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:14:25.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:25 smithi027 ceph-mon[107800]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-05T13:14:25.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:25 smithi143 ceph-mon[110709]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-05T13:14:25.706 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:25.707 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":56,"fsid":"7f770c8c-936f-11ee-95a2-87774f69a715","created":"2023-12-05T13:09:42.730998+0000","modified":"2023-12-05T13:14:16.664613+0000","last_up_change":"2023-12-05T13:14:12.646703+0000","last_in_change":"2023-12-05T13:13:58.513635+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-05T13:12:50.657985+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"1ee1da70-8ff4-474b-a42a-df717a7b2959","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6803","nonce":1560020083}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6805","nonce":1560020083}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6809","nonce":1560020083}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":1560020083},{"type":"v1","addr":"172.21.15.27:6807","nonce":1560020083}]},"public_addr":"172.21.15.27:6803/1560020083","cluster_addr":"172.21.15.27:6805/1560020083","heartbeat_back_addr":"172.21.15.27:6809/1560020083","heartbeat_front_addr":"172.21.15.27:6807/1560020083","state":["exists","up"]},{"osd":1,"uuid":"5658649a-f124-45e8-9eb0-67c46a6d3f07","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6810","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6811","nonce":3183098059}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6813","nonce":3183098059}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6817","nonce":3183098059}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":3183098059},{"type":"v1","addr":"172.21.15.27:6815","nonce":3183098059}]},"public_addr":"172.21.15.27:6811/3183098059","cluster_addr":"172.21.15.27:6813/3183098059","heartbeat_back_addr":"172.21.15.27:6817/3183098059","heartbeat_front_addr":"172.21.15.27:6815/3183098059","state":["exists","up"]},{"osd":2,"uuid":"4279bd23-3750-497f-aa6a-b8b16b2803d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6818","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6819","nonce":2820163885}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6821","nonce":2820163885}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6825","nonce":2820163885}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":2820163885},{"type":"v1","addr":"172.21.15.27:6823","nonce":2820163885}]},"public_addr":"172.21.15.27:6819/2820163885","cluster_addr":"172.21.15.27:6821/2820163885","heartbeat_back_addr":"172.21.15.27:6825/2820163885","heartbeat_front_addr":"172.21.15.27:6823/2820163885","state":["exists","up"]},{"osd":3,"uuid":"901e3a4f-9dbf-4f8e-99e5-2a59739b653a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6826","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6827","nonce":789947496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6829","nonce":789947496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6833","nonce":789947496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":789947496},{"type":"v1","addr":"172.21.15.27:6831","nonce":789947496}]},"public_addr":"172.21.15.27:6827/789947496","cluster_addr":"172.21.15.27:6829/789947496","heartbeat_back_addr":"172.21.15.27:6833/789947496","heartbeat_front_addr":"172.21.15.27:6831/789947496","state":["exists","up"]},{"osd":4,"uuid":"dc4852a7-4519-4f4e-be48-04b3b30ba78a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6801","nonce":2553782323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6803","nonce":2553782323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6807","nonce":2553782323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":2553782323},{"type":"v1","addr":"172.21.15.143:6805","nonce":2553782323}]},"public_addr":"172.21.15.143:6801/2553782323","cluster_addr":"172.21.15.143:6803/2553782323","heartbeat_back_addr":"172.21.15.143:6807/2553782323","heartbeat_front_addr":"172.21.15.143:6805/2553782323","state":["exists","up"]},{"osd":5,"uuid":"8276062e-b31a-4218-bb3c-2950c0c4096f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6809","nonce":633374100}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6811","nonce":633374100}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6815","nonce":633374100}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":633374100},{"type":"v1","addr":"172.21.15.143:6813","nonce":633374100}]},"public_addr":"172.21.15.143:6809/633374100","cluster_addr":"172.21.15.143:6811/633374100","heartbeat_back_addr":"172.21.15.143:6815/633374100","heartbeat_front_addr":"172.21.15.143:6813/633374100","state":["exists","up"]},{"osd":6,"uuid":"ac02d4c2-db49-4c7b-a006-cbb4068116a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6817","nonce":2990761551}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6819","nonce":2990761551}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6823","nonce":2990761551}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2990761551},{"type":"v1","addr":"172.21.15.143:6821","nonce":2990761551}]},"public_addr":"172.21.15.143:6817/2990761551","cluster_addr":"172.21.15.143:6819/2990761551","heartbeat_back_addr":"172.21.15.143:6823/2990761551","heartbeat_front_addr":"172.21.15.143:6821/2990761551","state":["exists","up"]},{"osd":7,"uuid":"e00db7e0-8e69-49ce-9bab-76d0f983f256","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6824","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6825","nonce":3533970676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6827","nonce":3533970676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6831","nonce":3533970676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3533970676},{"type":"v1","addr":"172.21.15.143:6829","nonce":3533970676}]},"public_addr":"172.21.15.143:6825/3533970676","cluster_addr":"172.21.15.143:6827/3533970676","heartbeat_back_addr":"172.21.15.143:6831/3533970676","heartbeat_front_addr":"172.21.15.143:6829/3533970676","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-05T13:12:06.876668+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-05T13:12:28.157350+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-05T13:12:46.513637+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-05T13:13:04.727556+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-05T13:13:21.176134+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-05T13:13:38.101550+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-05T13:13:54.781622+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-05T13:14:11.395636+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:6801/3989865271":"2023-12-06T13:11:17.837243+0000","172.21.15.27:6800/3989865271":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3318275001":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3998861589":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/3255388345":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/3486297669":"2023-12-06T13:11:17.837243+0000","172.21.15.27:0/825403276":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/4170154819":"2023-12-06T13:10:33.434312+0000","172.21.15.27:6801/1454910499":"2023-12-06T13:10:33.434312+0000","172.21.15.27:6800/1454910499":"2023-12-06T13:10:33.434312+0000","172.21.15.27:0/4094785873":"2023-12-06T13:10:09.433075+0000","172.21.15.27:0/963579733":"2023-12-06T13:10:09.433075+0000","172.21.15.27:0/3023147456":"2023-12-06T13:10:09.433075+0000","172.21.15.27:6801/740646360":"2023-12-06T13:10:09.433075+0000","172.21.15.27:6800/740646360":"2023-12-06T13:10:09.433075+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-05T13:14:26.124 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-05T13:14:26.125 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-05T13:14:26.125 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-05T13:14:26.125 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-05T13:14:26.126 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-05T13:14:26.126 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-05T13:14:26.127 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-05T13:14:26.127 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-05T13:14:26.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:26 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/936316707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:14:26.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:26 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/936316707' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-05T13:14:26.630 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:26.681 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:26.984 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:27.033 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:27.495 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:27 smithi027 ceph-mon[107800]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T13:14:27.589 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:27.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:27 smithi143 ceph-mon[110709]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-05T13:14:28.947 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:29.097 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:29.150 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:29.443 INFO:teuthology.orchestra.run.smithi027.stdout:163208757261 2023-12-05T13:14:29.443 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-05T13:14:29.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:29 smithi027 ceph-mon[107800]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-05T13:14:29.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:29 smithi143 ceph-mon[110709]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-05T13:14:31.616 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:31 smithi027 ceph-mon[107800]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:31.829 INFO:teuthology.orchestra.run.smithi027.stdout:133143986192 2023-12-05T13:14:31.830 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-05T13:14:31.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:31 smithi143 ceph-mon[110709]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:32.656 INFO:teuthology.orchestra.run.smithi027.stdout:38654705696 2023-12-05T13:14:32.656 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-05T13:14:32.770 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:33.365 INFO:teuthology.orchestra.run.smithi027.stdout:111669149716 2023-12-05T13:14:33.366 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-05T13:14:33.597 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:33 smithi027 ceph-mon[107800]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:33 smithi143 ceph-mon[110709]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:34.590 INFO:teuthology.orchestra.run.smithi027.stdout:223338299398 2023-12-05T13:14:34.590 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-05T13:14:34.816 INFO:teuthology.orchestra.run.smithi027.stdout:81604378648 2023-12-05T13:14:34.816 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-05T13:14:35.045 INFO:teuthology.orchestra.run.smithi027.stdout:60129542172 2023-12-05T13:14:35.046 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-05T13:14:35.246 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:35.439 INFO:teuthology.orchestra.run.smithi027.stdout:193273528330 2023-12-05T13:14:35.439 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-05T13:14:35.633 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:35 smithi027 ceph-mon[107800]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:35.710 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:35.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:35 smithi143 ceph-mon[110709]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:35.973 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:36.009 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:36.009 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:36.025 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:36.283 INFO:teuthology.orchestra.run.smithi027.stdout:163208757262 2023-12-05T13:14:36.311 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:37.252 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:37 smithi027 ceph-mon[107800]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:37.252 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:37 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/4204869212' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T13:14:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:37 smithi143 ceph-mon[110709]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:37.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:37 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/4204869212' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-05T13:14:38.562 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757262 for osd.5 2023-12-05T13:14:38.562 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:39.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:39 smithi027 ceph-mon[107800]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:39 smithi143 ceph-mon[110709]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:39.608 INFO:teuthology.orchestra.run.smithi027.stdout:38654705697 2023-12-05T13:14:39.693 INFO:teuthology.orchestra.run.smithi027.stdout:81604378649 2023-12-05T13:14:39.936 INFO:teuthology.orchestra.run.smithi027.stdout:133143986194 2023-12-05T13:14:40.198 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:40 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2800029796' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T13:14:40.198 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:40 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3569511290' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T13:14:40.198 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:40 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/508864973' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T13:14:40.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:40 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2800029796' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-05T13:14:40.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:40 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3569511290' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-05T13:14:40.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:40 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/508864973' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-05T13:14:40.661 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2023-12-05T13:14:40.661 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:41.080 INFO:teuthology.orchestra.run.smithi027.stdout:60129542173 2023-12-05T13:14:41.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705696 got 38654705697 for osd.0 2023-12-05T13:14:41.129 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:41.455 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:41 smithi027 ceph-mon[107800]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:41.456 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:41 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/217241759' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T13:14:41.500 INFO:teuthology.orchestra.run.smithi027.stdout:223338299400 2023-12-05T13:14:41.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:41 smithi143 ceph-mon[110709]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:41.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:41 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/217241759' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-05T13:14:42.098 INFO:teuthology.orchestra.run.smithi027.stdout:193273528331 2023-12-05T13:14:42.142 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986194 for osd.4 2023-12-05T13:14:42.142 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:42 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1276068837' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T13:14:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:42 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2322072825' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T13:14:42.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:42 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/65084448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T13:14:42.544 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299400 for osd.7 2023-12-05T13:14:42.544 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:42.580 INFO:teuthology.orchestra.run.smithi027.stdout:111669149718 2023-12-05T13:14:42.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:42 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1276068837' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-05T13:14:42.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:42 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2322072825' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-05T13:14:42.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:42 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/65084448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-05T13:14:43.018 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542172 got 60129542173 for osd.1 2023-12-05T13:14:43.018 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:43.178 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528331 for osd.6 2023-12-05T13:14:43.178 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:43.221 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149718 for osd.3 2023-12-05T13:14:43.221 DEBUG:teuthology.parallel:result is None 2023-12-05T13:14:43.222 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-05T13:14:43.222 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T13:14:43.455 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:43.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:43 smithi027 ceph-mon[107800]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:43 smithi143 ceph-mon[110709]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:44.807 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:44.809 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-12-05T13:14:45.262 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2023-12-05T13:14:44.185163+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":48396,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6172672,"data_stored":3434403,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"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.002177"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-05T13:14:16.674991+0000","last_change":"2023-12-05T13:14:16.674991+0000","last_active":"2023-12-05T13:14:16.674991+0000","last_peered":"2023-12-05T13:14:16.674991+0000","last_clean":"2023-12-05T13:14:16.674991+0000","last_became_active":"2023-12-05T13:14:16.674559+0000","last_became_peered":"2023-12-05T13:14:16.674559+0000","last_unstale":"2023-12-05T13:14:16.674991+0000","last_undegraded":"2023-12-05T13:14:16.674991+0000","last_fullsized":"2023-12-05T13:14:16.674991+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T13:12:50.770455+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T13:12:50.770455+0000","last_clean_scrub_stamp":"2023-12-05T13:12:50.770455+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-06T21:32:46.645408+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":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759664,"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.55900000000000005}]},{"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.35199999999999998}]},{"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.46500000000000002}]},{"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.52900000000000003}]},{"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.48599999999999999}]},{"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.51300000000000001}]},{"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.57499999999999996}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759722,"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.372}]},{"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.34499999999999997}]},{"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.435}]},{"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.495}]},{"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.35799999999999998}]},{"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.42499999999999999}]},{"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.54700000000000004}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":230794,"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":"Tue Dec 5 13:14:35 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.376,"15min":0.375},"min":{"1min":0.26200000000000001,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.63500000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.314},{"interface":"front","average":{"1min":0.439,"5min":0.40100000000000002,"15min":0.39500000000000002},"min":{"1min":0.28199999999999997,"5min":0.22,"15min":0.22},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.28199999999999997}]},{"osd":2,"last update":"Tue Dec 5 13:13:49 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.379}]},{"osd":3,"last update":"Tue Dec 5 13:14:10 2023","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.32800000000000001}]},{"osd":4,"last update":"Tue Dec 5 13:14:27 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.54500000000000004}]},{"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.48399999999999999}]},{"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.621}]},{"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.56100000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759987,"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":"Tue Dec 5 13:14:37 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.33800000000000002,"15min":0.33000000000000002},"min":{"1min":0.26700000000000002,"5min":0.223,"15min":0.223},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.318},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.36099999999999999,"15min":0.35299999999999998},"min":{"1min":0.248,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.28599999999999998}]},{"osd":2,"last update":"Tue Dec 5 13:13:51 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.498,"5min":0.498,"15min":0.498},"last":0.33700000000000002}]},{"osd":3,"last update":"Tue Dec 5 13:14:10 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.371}]},{"osd":4,"last update":"Tue Dec 5 13:14:26 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.51700000000000002}]},{"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.47099999999999997}]},{"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.48999999999999999}]},{"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.433}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231059,"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":"Tue Dec 5 13:13:49 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.27700000000000002}]},{"osd":1,"last update":"Tue Dec 5 13:13:49 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.251},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.28999999999999998}]},{"osd":3,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.34799999999999998}]},{"osd":4,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.48899999999999999}]},{"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.53200000000000003}]},{"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.55500000000000005}]},{"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.65400000000000003}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231059,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.316},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.43099999999999999}]},{"osd":1,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.70599999999999996}]},{"osd":2,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.28399999999999997}]},{"osd":4,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.495}]},{"osd":5,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.58199999999999996}]},{"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.61799999999999999}]},{"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.64800000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231059,"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":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.499},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.60699999999999998}]},{"osd":1,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.41899999999999998}]},{"osd":2,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.56599999999999995}]},{"osd":3,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.55500000000000005}]},{"osd":5,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.52100000000000002}]},{"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.57999999999999996}]},{"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.54500000000000004}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":231059,"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":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.51600000000000001}]},{"osd":1,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.47199999999999998}]},{"osd":2,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.59299999999999997}]},{"osd":3,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.503},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.53200000000000003}]},{"osd":4,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.621}]},{"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.48399999999999999}]},{"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.68899999999999995}]}]}],"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-05T13:14:45.264 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-05T13:14:45.496 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:45.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:45 smithi027 ceph-mon[107800]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:45.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:45 smithi143 ceph-mon[110709]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:46.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:46 smithi027 ceph-mon[107800]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:14:46.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:46 smithi143 ceph-mon[110709]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:14:46.773 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:46.775 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2023-12-05T13:14:47.237 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":148,"stamp":"2023-12-05T13:14:46.185625+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":48396,"kb_used_data":6028,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6172672,"data_stored":3434403,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"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.002181"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-05T13:14:16.674991+0000","last_change":"2023-12-05T13:14:16.674991+0000","last_active":"2023-12-05T13:14:16.674991+0000","last_peered":"2023-12-05T13:14:16.674991+0000","last_clean":"2023-12-05T13:14:16.674991+0000","last_became_active":"2023-12-05T13:14:16.674559+0000","last_became_peered":"2023-12-05T13:14:16.674559+0000","last_unstale":"2023-12-05T13:14:16.674991+0000","last_undegraded":"2023-12-05T13:14:16.674991+0000","last_fullsized":"2023-12-05T13:14:16.674991+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-05T13:12:50.770455+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-05T13:12:50.770455+0000","last_clean_scrub_stamp":"2023-12-05T13:12:50.770455+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-06T21:32:46.645408+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":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6012,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739140,"statfs":{"total":95995035648,"available":95988879360,"internally_reserved":0,"allocated":1101824,"data_stored":759664,"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.55900000000000005}]},{"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.35199999999999998}]},{"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.46500000000000002}]},{"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.52900000000000003}]},{"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.48599999999999999}]},{"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.51300000000000001}]},{"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.57499999999999996}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759722,"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.372}]},{"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.34499999999999997}]},{"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.435}]},{"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.495}]},{"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.35799999999999998}]},{"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.42499999999999999}]},{"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.54700000000000004}]}]},{"osd":1,"up_from":14,"seq":60129542175,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6260,"kb_used_data":556,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738892,"statfs":{"total":95995035648,"available":95988625408,"internally_reserved":0,"allocated":569344,"data_stored":230794,"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":"Tue Dec 5 13:14:35 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.376,"15min":0.375},"min":{"1min":0.26200000000000001,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.63500000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.442},{"interface":"front","average":{"1min":0.439,"5min":0.40100000000000002,"15min":0.39500000000000002},"min":{"1min":0.28199999999999997,"5min":0.22,"15min":0.22},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.52600000000000002}]},{"osd":2,"last update":"Tue Dec 5 13:13:49 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.502}]},{"osd":3,"last update":"Tue Dec 5 13:14:10 2023","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.53000000000000003}]},{"osd":4,"last update":"Tue Dec 5 13:14:27 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.81200000000000006}]},{"osd":5,"last update":"Tue Dec 5 13:14:41 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.77400000000000002}]},{"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.751}]},{"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.73699999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705699,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":759987,"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":"Tue Dec 5 13:14:37 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.33800000000000002,"15min":0.33000000000000002},"min":{"1min":0.26700000000000002,"5min":0.223,"15min":0.223},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.23000000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.36099999999999999,"15min":0.35299999999999998},"min":{"1min":0.248,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.247}]},{"osd":2,"last update":"Tue Dec 5 13:13:51 2023","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.498,"5min":0.498,"15min":0.498},"last":0.33400000000000002}]},{"osd":3,"last update":"Tue Dec 5 13:14:10 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.36299999999999999}]},{"osd":4,"last update":"Tue Dec 5 13:14:26 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.52500000000000002}]},{"osd":5,"last update":"Tue Dec 5 13:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"last":0.505},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.61399999999999999}]},{"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.64800000000000002}]},{"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.60499999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231059,"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":"Tue Dec 5 13:13:49 2023","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.35599999999999998}]},{"osd":1,"last update":"Tue Dec 5 13:13:49 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.501},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.45800000000000002}]},{"osd":3,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.53100000000000003}]},{"osd":4,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.97899999999999998,"5min":0.97899999999999998,"15min":0.97899999999999998},"last":0.59099999999999997}]},{"osd":5,"last update":"Tue Dec 5 13:14:42 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.72999999999999998}]},{"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.56799999999999995}]},{"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.80800000000000005}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231059,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.316},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.43099999999999999}]},{"osd":1,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.70599999999999996}]},{"osd":2,"last update":"Tue Dec 5 13:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.28399999999999997}]},{"osd":4,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.495}]},{"osd":5,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.58199999999999996}]},{"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.61799999999999999}]},{"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.64800000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231059,"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":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.499},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.998,"5min":0.998,"15min":0.998},"last":0.60699999999999998}]},{"osd":1,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.41899999999999998}]},{"osd":2,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.56599999999999995}]},{"osd":3,"last update":"Tue Dec 5 13:14:23 2023","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.014,"5min":1.014,"15min":1.014},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.55500000000000005}]},{"osd":5,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.52100000000000002}]},{"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.57999999999999996}]},{"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.54500000000000004}]}]},{"osd":5,"up_from":38,"seq":163208757265,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":231059,"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":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.372},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.49199999999999999}]},{"osd":1,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.095,"5min":1.095,"15min":1.095},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.38600000000000001}]},{"osd":2,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.111,"5min":1.111,"15min":1.111},"last":0.501},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.34699999999999998}]},{"osd":3,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.52000000000000002}]},{"osd":4,"last update":"Tue Dec 5 13:14:40 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.32900000000000001}]},{"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.55500000000000005}]},{"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.40000000000000002}]}]}],"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-05T13:14:47.238 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-05T13:14:47.238 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-05T13:14:47.239 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-05T13:14:47.239 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-05T13:14:47.472 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/mon.smithi027/config 2023-12-05T13:14:47.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:47 smithi027 ceph-mon[107800]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:47 smithi143 ceph-mon[110709]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:48.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:48 smithi027 ceph-mon[107800]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:14:48.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:48 smithi143 ceph-mon[110709]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:14:48.791 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:14:48.792 INFO:teuthology.orchestra.run.smithi027.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-05T13:14:49.219 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-05T13:14:49.219 INFO:tasks.cephadm:Setup complete, yielding 2023-12-05T13:14:49.219 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T13:14:49.228 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:14:49.229 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-05T13:14:49.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:49 smithi027 ceph-mon[107800]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:49.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:49 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2807918524' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T13:14:49.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:49 smithi143 ceph-mon[110709]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:49.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:49 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2807918524' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-05T13:14:50.746 INFO:teuthology.orchestra.run.smithi027.stdout:Backend: cephadm 2023-12-05T13:14:50.746 INFO:teuthology.orchestra.run.smithi027.stdout:Available: Yes 2023-12-05T13:14:50.746 INFO:teuthology.orchestra.run.smithi027.stdout:Paused: No 2023-12-05T13:14:51.153 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-05T13:14:51.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:51 smithi027 ceph-mon[107800]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:51.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:51 smithi143 ceph-mon[110709]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:52.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:52 smithi027 ceph-mon[107800]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:52.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:52 smithi143 ceph-mon[110709]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:52.744 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:14:52.744 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (2m) 107s ago 4m - - ba2b418f427c a681f3459c1e 2023-12-05T13:14:52.745 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (3m) 107s ago 3m - - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:14:52.745 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (3m) 43s ago 3m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:14:52.745 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (2m) 107s ago 3m - - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:14:52.745 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (5m) 107s ago 5m - - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:14:52.745 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (3m) 43s ago 3m 418M - 17.2.0 e1d6a67b021e 3e6aa9ccc84e 2023-12-05T13:14:52.745 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (5m) 107s ago 5m - 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:14:52.745 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (3m) 43s ago 3m 52.3M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:14:52.746 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (3m) 107s ago 3m - - 1dbe0e931976 4ee0fccdd130 2023-12-05T13:14:52.746 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (3m) 43s ago 3m 22.8M - 1dbe0e931976 4f0ba583a22c 2023-12-05T13:14:52.746 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (2m) 107s ago 2m - 3224M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:14:52.746 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (2m) 107s ago 2m - 3224M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:14:52.746 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (2m) 107s ago 2m - 3224M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:14:52.746 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (112s) 107s ago 112s - 3224M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:14:52.747 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (96s) 43s ago 95s 38.5M 3992M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:14:52.747 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (79s) 43s ago 78s 37.2M 3992M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:14:52.747 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (62s) 43s ago 62s 38.2M 3992M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:14:52.747 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (45s) 43s ago 45s 14.8M 3992M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:14:52.747 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (3m) 107s ago 3m - - 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:14:53.151 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-05T13:14:53.497 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:53 smithi027 ceph-mon[107800]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:53.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:53 smithi143 ceph-mon[110709]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:54.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:54 smithi027 ceph-mon[107800]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:54.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:54 smithi143 ceph-mon[110709]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:54.640 INFO:teuthology.orchestra.run.smithi027.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager ?:9093,9094 1/1 109s ago 4m count:1 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:crash 2/2 109s ago 4m * 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:grafana ?:3000 1/1 109s ago 4m count:1 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:mgr 2/2 109s ago 4m count:2 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:mon 2/2 109s ago 3m smithi027:172.21.15.27=smithi027;smithi143:172.21.15.143=smithi143;count:2 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter ?:9100 2/2 109s ago 4m * 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:osd 8 109s ago - 2023-12-05T13:14:54.641 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus ?:9095 1/1 109s ago 4m count:1 2023-12-05T13:14:55.020 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-05T13:14:55.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:55 smithi027 ceph-mon[107800]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:55.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:55 smithi143 ceph-mon[110709]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:56.472 INFO:teuthology.orchestra.run.smithi027.stdout:HOST ADDR LABELS STATUS 2023-12-05T13:14:56.472 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 172.21.15.27 2023-12-05T13:14:56.473 INFO:teuthology.orchestra.run.smithi027.stdout:smithi143 172.21.15.143 2023-12-05T13:14:56.473 INFO:teuthology.orchestra.run.smithi027.stdout:2 hosts in cluster 2023-12-05T13:14:56.496 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:56 smithi027 ceph-mon[107800]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:56.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:56 smithi143 ceph-mon[110709]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:56.886 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-05T13:14:57.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:57 smithi027 ceph-mon[107800]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:57.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:57 smithi027 ceph-mon[107800]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:57.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:57 smithi143 ceph-mon[110709]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:57.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:57 smithi143 ceph-mon[110709]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:58.442 INFO:teuthology.orchestra.run.smithi027.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-05T13:14:58.443 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5331001C400BGN 400G LVM detected, locked 2023-12-05T13:14:58.443 INFO:teuthology.orchestra.run.smithi027.stdout:smithi143 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT62330073400BGN 400G LVM detected, locked 2023-12-05T13:14:58.843 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-05T13:14:58.852 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:14:58.852 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-05T13:14:58.881 INFO:teuthology.orchestra.run.smithi027.stderr:+ systemctl stop nfs-server 2023-12-05T13:14:58.888 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi143.front.sepia.ceph.com 2023-12-05T13:14:58.888 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-05T13:14:58.927 INFO:teuthology.orchestra.run.smithi143.stderr:+ systemctl stop nfs-server 2023-12-05T13:14:58.935 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T13:14:58.953 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:14:58.953 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-05T13:14:59.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:59 smithi027 ceph-mon[107800]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:59.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:14:59 smithi027 ceph-mon[107800]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:14:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:59 smithi143 ceph-mon[110709]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:14:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:14:59 smithi143 ceph-mon[110709]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:01.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:01 smithi027 ceph-mon[107800]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:15:01.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:01 smithi027 ceph-mon[107800]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:01.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:01 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-05T13:15:01.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:01 smithi143 ceph-mon[110709]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:15:01.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:01 smithi143 ceph-mon[110709]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:01.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:01 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-05T13:15:02.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:02 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-05T13:15:02.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:02 smithi027 ceph-mon[107800]: osdmap e57: 8 total, 8 up, 8 in 2023-12-05T13:15:02.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:02 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-05T13:15:02.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:02 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi027[107777]: 2023-12-05T13:15:02.262+0000 7f78fcb7e700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-05T13:15:02.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:02 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-05T13:15:02.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:02 smithi143 ceph-mon[110709]: osdmap e57: 8 total, 8 up, 8 in 2023-12-05T13:15:02.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:02 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-05T13:15:02.785 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-05T13:15:02.796 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-05T13:15:02.796 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: pgmap v157: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: osdmap e58: 8 total, 8 up, 8 in 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: osdmap e59: 8 total, 8 up, 8 in 2023-12-05T13:15:03.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: fsmap foofs:0 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: Saving service mds.foofs spec with placement count:2 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.bzstey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.bzstey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:03.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:03 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: pgmap v157: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: osdmap e58: 8 total, 8 up, 8 in 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: osdmap e59: 8 total, 8 up, 8 in 2023-12-05T13:15:03.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: fsmap foofs:0 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: Saving service mds.foofs spec with placement count:2 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.bzstey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi027.bzstey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:03.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:03 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:04.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:04 smithi027 ceph-mon[107800]: Deploying daemon mds.foofs.smithi027.bzstey on smithi027 2023-12-05T13:15:04.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:04 smithi027 ceph-mon[107800]: osdmap e60: 8 total, 8 up, 8 in 2023-12-05T13:15:04.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:04 smithi143 ceph-mon[110709]: Deploying daemon mds.foofs.smithi027.bzstey on smithi027 2023-12-05T13:15:04.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:04 smithi143 ceph-mon[110709]: osdmap e60: 8 total, 8 up, 8 in 2023-12-05T13:15:04.790 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:15:04.791 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-05T13:10:23.591776Z", "last_refresh": "2023-12-05T13:13:04.996844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-05T13:10:19.573832Z", "last_refresh": "2023-12-05T13:13:04.996910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-05T13:10:21.610547Z", "last_refresh": "2023-12-05T13:13:04.996974Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-05T13:15:02.287022Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-05T13:15:02.283036Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-05T13:10:18.616493Z", "last_refresh": "2023-12-05T13:13:04.996771Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-05T13:10:54.967973Z", "last_refresh": "2023-12-05T13:13:04.996628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-05T13:10:22.599669Z", "last_refresh": "2023-12-05T13:13:04.997038Z", "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-05T13:13:04.997163Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-05T13:10:20.616854Z", "last_refresh": "2023-12-05T13:13:04.997101Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-05T13:15:05.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:05 smithi027 ceph-mon[107800]: pgmap v161: 65 pgs: 8 creating+activating, 6 creating+peering, 31 unknown, 20 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:15:05.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:05 smithi027 ceph-mon[107800]: osdmap e61: 8 total, 8 up, 8 in 2023-12-05T13:15:05.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:05 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:05.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:05 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.xqvwee", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T13:15:05.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:05 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.xqvwee", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T13:15:05.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:05 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:05.350 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-05T13:15:05.579 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:05 smithi143 ceph-mon[110709]: pgmap v161: 65 pgs: 8 creating+activating, 6 creating+peering, 31 unknown, 20 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-05T13:15:05.579 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:05 smithi143 ceph-mon[110709]: osdmap e61: 8 total, 8 up, 8 in 2023-12-05T13:15:05.579 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:05 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:05.579 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:05 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.xqvwee", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-05T13:15:05.579 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:05 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi143.xqvwee", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-05T13:15:05.579 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:05 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:06.351 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-05T13:15:06.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:15:06.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: Deploying daemon mds.foofs.smithi143.xqvwee on smithi143 2023-12-05T13:15:06.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: mds.? [v2:172.21.15.27:6834/3522772926,v1:172.21.15.27:6835/3522772926] up:boot 2023-12-05T13:15:06.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: daemon mds.foofs.smithi027.bzstey assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-05T13:15:06.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-05T13:15:06.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-05T13:15:06.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: Cluster is now healthy 2023-12-05T13:15:06.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: fsmap foofs:0 1 up:standby 2023-12-05T13:15:06.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.bzstey"}]: dispatch 2023-12-05T13:15:06.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:creating} 2023-12-05T13:15:06.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:06 smithi143 ceph-mon[110709]: daemon mds.foofs.smithi027.bzstey is now active in filesystem foofs as rank 0 2023-12-05T13:15:06.720 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: Deploying daemon mds.foofs.smithi143.xqvwee on smithi143 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: mds.? [v2:172.21.15.27:6834/3522772926,v1:172.21.15.27:6835/3522772926] up:boot 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: daemon mds.foofs.smithi027.bzstey assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: Cluster is now healthy 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: fsmap foofs:0 1 up:standby 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.bzstey"}]: dispatch 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:creating} 2023-12-05T13:15:06.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:06 smithi027 ceph-mon[107800]: daemon mds.foofs.smithi027.bzstey is now active in filesystem foofs as rank 0 2023-12-05T13:15:07.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:07 smithi027 ceph-mon[107800]: pgmap v163: 65 pgs: 8 creating+activating, 6 creating+peering, 51 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-12-05T13:15:07.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:07 smithi027 ceph-mon[107800]: mds.? [v2:172.21.15.27:6834/3522772926,v1:172.21.15.27:6835/3522772926] up:active 2023-12-05T13:15:07.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:07 smithi027 ceph-mon[107800]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 2023-12-05T13:15:07.507 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:07.507 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:07.507 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:07.508 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:07 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:07 smithi143 ceph-mon[110709]: pgmap v163: 65 pgs: 8 creating+activating, 6 creating+peering, 51 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 1 op/s 2023-12-05T13:15:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:07 smithi143 ceph-mon[110709]: mds.? [v2:172.21.15.27:6834/3522772926,v1:172.21.15.27:6835/3522772926] up:active 2023-12-05T13:15:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:07 smithi143 ceph-mon[110709]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 2023-12-05T13:15:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:07 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:07.878 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:15:07.878 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-05T13:10:23.591776Z", "last_refresh": "2023-12-05T13:13:04.996844Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-05T13:10:19.573832Z", "last_refresh": "2023-12-05T13:13:04.996910Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-05T13:10:21.610547Z", "last_refresh": "2023-12-05T13:13:04.996974Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-05T13:15:02.287022Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-05T13:15:02.283036Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-05T13:10:18.616493Z", "last_refresh": "2023-12-05T13:13:04.996771Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-05T13:10:54.967973Z", "last_refresh": "2023-12-05T13:13:04.996628Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-05T13:10:22.599669Z", "last_refresh": "2023-12-05T13:13:04.997038Z", "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-05T13:13:04.997163Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-05T13:10:20.616854Z", "last_refresh": "2023-12-05T13:13:04.997101Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-05T13:15:08.476 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-05T13:15:08.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:08 smithi027 ceph-mon[107800]: mds.? [v2:172.21.15.143:6832/731475188,v1:172.21.15.143:6833/731475188] up:boot 2023-12-05T13:15:08.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:08 smithi027 ceph-mon[107800]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 1 up:standby 2023-12-05T13:15:08.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.xqvwee"}]: dispatch 2023-12-05T13:15:08.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:08 smithi027 ceph-mon[107800]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 1 up:standby 2023-12-05T13:15:08.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:08.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:08.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:08 smithi143 ceph-mon[110709]: mds.? [v2:172.21.15.143:6832/731475188,v1:172.21.15.143:6833/731475188] up:boot 2023-12-05T13:15:08.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:08 smithi143 ceph-mon[110709]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 1 up:standby 2023-12-05T13:15:08.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.xqvwee"}]: dispatch 2023-12-05T13:15:08.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:08 smithi143 ceph-mon[110709]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 1 up:standby 2023-12-05T13:15:08.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:08.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:09.477 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-05T13:15:09.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:09 smithi027 ceph-mon[107800]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:15:09.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:09 smithi027 ceph-mon[107800]: pgmap v164: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s wr, 3 op/s 2023-12-05T13:15:09.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:09 smithi143 ceph-mon[110709]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:15:09.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:09 smithi143 ceph-mon[110709]: pgmap v164: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s wr, 3 op/s 2023-12-05T13:15:11.288 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:15:11.288 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-05T13:10:23.591776Z", "last_refresh": "2023-12-05T13:15:11.120991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-05T13:10:19.573832Z", "last_refresh": "2023-12-05T13:15:08.152033Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-05T13:10:21.610547Z", "last_refresh": "2023-12-05T13:15:11.121119Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-05T13:15:02.287022Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-05T13:15:02.283036Z", "last_refresh": "2023-12-05T13:15:08.152719Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-05T13:10:18.616493Z", "last_refresh": "2023-12-05T13:15:08.152182Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-05T13:10:54.967973Z", "last_refresh": "2023-12-05T13:15:08.152305Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-05T13:10:22.599669Z", "last_refresh": "2023-12-05T13:15:08.152379Z", "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-05T13:15:08.152444Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-05T13:10:20.616854Z", "last_refresh": "2023-12-05T13:15:11.121245Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-05T13:15:11.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:11 smithi143 ceph-mon[110709]: pgmap v165: 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-05T13:15:11.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:11.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:11.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:11.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:11.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:11.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:11 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:11.724 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:11 smithi027 ceph-mon[107800]: pgmap v165: 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-05T13:15:11.724 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:11.724 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:11.724 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:11.724 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:11.724 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:11.724 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:11 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:11.741 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-05T13:15:11.741 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-05T13:15:11.752 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:15:11.753 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-05T13:15:12.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:12 smithi027 ceph-mon[107800]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:15:12.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:12 smithi143 ceph-mon[110709]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-05T13:15:14.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:13 smithi027 ceph-mon[107800]: pgmap v166: 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-05T13:15:14.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:13 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:13 smithi143 ceph-mon[110709]: pgmap v166: 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-05T13:15:14.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:13 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:14 smithi027 ceph-mon[107800]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:14 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-05T13:15:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:14 smithi027 ceph-mon[107800]: pgmap v167: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-12-05T13:15:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:14 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-05T13:15:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:14 smithi027 ceph-mon[107800]: osdmap e62: 8 total, 8 up, 8 in 2023-12-05T13:15:15.014 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:14 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-05T13:15:15.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:14 smithi143 ceph-mon[110709]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:14 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-05T13:15:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:14 smithi143 ceph-mon[110709]: pgmap v167: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-12-05T13:15:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:14 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-05T13:15:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:14 smithi143 ceph-mon[110709]: osdmap e62: 8 total, 8 up, 8 in 2023-12-05T13:15:15.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:14 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-05T13:15:15.307 INFO:teuthology.orchestra.run.smithi027.stdout:NFS Cluster Created Successfully 2023-12-05T13:15:15.697 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-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-05T13:15:16.486 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: osdmap e63: 8 total, 8 up, 8 in 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: Saving service nfs.foo spec with placement count:2 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:16.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: Creating key for client.nfs.foo.0.0.smithi027.qtdovr 2023-12-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T13:15:16.488 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T13:15:16.489 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: Rados config object exists: conf-nfs.foo 2023-12-05T13:15:16.489 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: Creating key for client.nfs.foo.0.0.smithi027.qtdovr-rgw 2023-12-05T13:15:16.489 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:15:16.489 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:15:16.489 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:16.489 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:16 smithi027 ceph-mon[107800]: Deploying daemon nfs.foo.0.0.smithi027.qtdovr on smithi027 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: osdmap e63: 8 total, 8 up, 8 in 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: Saving service nfs.foo spec with placement count:2 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:16.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: Creating key for client.nfs.foo.0.0.smithi027.qtdovr 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: Rados config object exists: conf-nfs.foo 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: Creating key for client.nfs.foo.0.0.smithi027.qtdovr-rgw 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:15:16.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi027.qtdovr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:15:16.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:16.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:16 smithi143 ceph-mon[110709]: Deploying daemon nfs.foo.0.0.smithi027.qtdovr on smithi027 2023-12-05T13:15:17.370 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:17 smithi027 ceph-mon[107800]: pgmap v170: 97 pgs: 6 creating+peering, 19 unknown, 72 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s wr, 2 op/s 2023-12-05T13:15:17.370 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:17 smithi027 ceph-mon[107800]: osdmap e64: 8 total, 8 up, 8 in 2023-12-05T13:15:17.483 INFO:teuthology.orchestra.run.smithi027.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-05T13:15:17.483 INFO:teuthology.orchestra.run.smithi027.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-05T13:15:17.484 INFO:teuthology.orchestra.run.smithi027.stderr:Error EINVAL: invalid command 2023-12-05T13:15:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:17 smithi143 ceph-mon[110709]: pgmap v170: 97 pgs: 6 creating+peering, 19 unknown, 72 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 895 B/s wr, 2 op/s 2023-12-05T13:15:17.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:17 smithi143 ceph-mon[110709]: osdmap e64: 8 total, 8 up, 8 in 2023-12-05T13:15:17.855 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:15:17.855 INFO:teuthology.orchestra.run.smithi027.stdout: "bind": "/fake", 2023-12-05T13:15:17.855 INFO:teuthology.orchestra.run.smithi027.stdout: "fs": "foofs", 2023-12-05T13:15:17.856 INFO:teuthology.orchestra.run.smithi027.stdout: "path": "/", 2023-12-05T13:15:17.856 INFO:teuthology.orchestra.run.smithi027.stdout: "cluster": "foo", 2023-12-05T13:15:17.856 INFO:teuthology.orchestra.run.smithi027.stdout: "mode": "RW" 2023-12-05T13:15:17.856 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:15:18.357 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-05T13:15:18.710 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: mgrmap e20: smithi027.mnbwoo(active, since 3m), standbys: smithi143.ulqovj 2023-12-05T13:15:18.710 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.710 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.710 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:15:18.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: mgrmap e20: smithi027.mnbwoo(active, since 3m), standbys: smithi143.ulqovj 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 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-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:15:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:15:19.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:19 smithi027 ceph-mon[107800]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:19.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:19 smithi027 ceph-mon[107800]: Creating key for client.nfs.foo.1.0.smithi143.sibfvf 2023-12-05T13:15:19.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:19 smithi027 ceph-mon[107800]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-05T13:15:19.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:19 smithi027 ceph-mon[107800]: pgmap v172: 97 pgs: 6 creating+peering, 91 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:15:19.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:19 smithi143 ceph-mon[110709]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:19.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:19 smithi143 ceph-mon[110709]: Creating key for client.nfs.foo.1.0.smithi143.sibfvf 2023-12-05T13:15:19.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:19 smithi143 ceph-mon[110709]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-05T13:15:19.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:19 smithi143 ceph-mon[110709]: pgmap v172: 97 pgs: 6 creating+peering, 91 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:15:21.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:21 smithi027 ceph-mon[107800]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:21.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:21 smithi027 ceph-mon[107800]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:15:21.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T13:15:21.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T13:15:21.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:15:21.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:15:21.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:21 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:21.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:21 smithi143 ceph-mon[110709]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:21.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:21 smithi143 ceph-mon[110709]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:15:21.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:21 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-05T13:15:21.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:21 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-05T13:15:21.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:21 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-05T13:15:21.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:21 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi143.sibfvf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-05T13:15:21.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:21 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:22.719 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:22 smithi027 ceph-mon[107800]: Rados config object exists: conf-nfs.foo 2023-12-05T13:15:22.719 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:22 smithi027 ceph-mon[107800]: Creating key for client.nfs.foo.1.0.smithi143.sibfvf-rgw 2023-12-05T13:15:22.719 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:22 smithi027 ceph-mon[107800]: Deploying daemon nfs.foo.1.0.smithi143.sibfvf on smithi143 2023-12-05T13:15:22.720 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:22 smithi027 ceph-mon[107800]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:22.720 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:22 smithi143 ceph-mon[110709]: Rados config object exists: conf-nfs.foo 2023-12-05T13:15:22.720 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:22 smithi143 ceph-mon[110709]: Creating key for client.nfs.foo.1.0.smithi143.sibfvf-rgw 2023-12-05T13:15:22.720 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:22 smithi143 ceph-mon[110709]: Deploying daemon nfs.foo.1.0.smithi143.sibfvf on smithi143 2023-12-05T13:15:22.720 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:22 smithi143 ceph-mon[110709]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:23 smithi143 ceph-mon[110709]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 129 B/s rd, 258 B/s wr, 0 op/s 2023-12-05T13:15:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:23 smithi143 ceph-mon[110709]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:23 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:23.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:23 smithi027 ceph-mon[107800]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 129 B/s rd, 258 B/s wr, 0 op/s 2023-12-05T13:15:23.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:23 smithi027 ceph-mon[107800]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:23.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:23.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:23.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:23.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:23.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:23 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:25.719 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:25 smithi027 ceph-mon[107800]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:25.720 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:25 smithi027 ceph-mon[107800]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-05T13:15:25.720 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:25 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:25.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:25 smithi143 ceph-mon[110709]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:25.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:25 smithi143 ceph-mon[110709]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-12-05T13:15:25.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:25 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.486 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2023-12-05T13:15:26.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:26.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:26.711 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:26.712 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:26.712 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.712 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:26 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:26.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:26.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:26.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:26.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:26 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:26.958 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-05T13:15:26.972 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:15:26.972 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-05T13:15:27.002 INFO:teuthology.orchestra.run.smithi027.stderr:+ mkdir /mnt/foo 2023-12-05T13:15:27.015 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-05T13:15:27.085 INFO:teuthology.orchestra.run.smithi027.stderr:++ hostname 2023-12-05T13:15:27.086 INFO:teuthology.orchestra.run.smithi027.stderr:+ mount -t nfs smithi027:/fake /mnt/foo -o sync 2023-12-05T13:15:27.491 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-05T13:15:27.559 INFO:teuthology.orchestra.run.smithi027.stderr:+ echo test 2023-12-05T13:15:27.608 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:27 smithi027 ceph-mon[107800]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-05T13:15:27.608 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:27 smithi027 ceph-mon[107800]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:27.609 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-05T13:15:27.676 INFO:teuthology.orchestra.run.smithi027.stderr:+ sync 2023-12-05T13:15:27.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:27 smithi143 ceph-mon[110709]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-05T13:15:27.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:27 smithi143 ceph-mon[110709]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:28.085 INFO:teuthology.run_tasks:Running task parallel... 2023-12-05T13:15:28.096 INFO:teuthology.task.parallel:starting parallel... 2023-12-05T13:15:28.096 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-05T13:15:28.097 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-05T13:15:28.097 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:15:28.097 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-05T13:15:28.098 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-05T13:15:28.098 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-05T13:15:28.098 INFO:teuthology.task.exec:Executing custom commands... 2023-12-05T13:15:28.099 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:15:28.099 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-05T13:15:28.246 INFO:teuthology.orchestra.run.smithi027.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-05T13:15:28.246 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:15:28.246 INFO:teuthology.orchestra.run.smithi027.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-05T13:15:28.254 INFO:teuthology.orchestra.run.smithi027.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-05T13:15:28.354 INFO:teuthology.orchestra.run.smithi027.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-05T13:15:28.354 INFO:teuthology.orchestra.run.smithi027.stdout:releasing clients 2023-12-05T13:15:29.357 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120 25.46 MB/sec warmup 1 sec latency 110.927 ms 2023-12-05T13:15:29.405 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:29 smithi027 ceph-mon[107800]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-05T13:15:29.405 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:29 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:29.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:29 smithi143 ceph-mon[110709]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-05T13:15:29.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:29 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:30.357 INFO:teuthology.orchestra.run.smithi027.stdout: 5 223 21.63 MB/sec warmup 2 sec latency 144.502 ms 2023-12-05T13:15:30.943 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-05T13:15:31.357 INFO:teuthology.orchestra.run.smithi027.stdout: 5 327 19.79 MB/sec warmup 3 sec latency 179.083 ms 2023-12-05T13:15:31.508 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:31 smithi027 ceph-mon[107800]: pgmap v178: 97 pgs: 97 active+clean; 4.6 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 345 KiB/s wr, 11 op/s 2023-12-05T13:15:31.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:31 smithi143 ceph-mon[110709]: pgmap v178: 97 pgs: 97 active+clean; 4.6 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 345 KiB/s wr, 11 op/s 2023-12-05T13:15:32.357 INFO:teuthology.orchestra.run.smithi027.stdout: 5 440 19.38 MB/sec warmup 4 sec latency 160.897 ms 2023-12-05T13:15:33.307 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:33 smithi027 ceph-mon[107800]: pgmap v179: 97 pgs: 97 active+clean; 19 MiB data, 63 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 MiB/s wr, 35 op/s 2023-12-05T13:15:33.361 INFO:teuthology.orchestra.run.smithi027.stdout: 5 556 18.83 MB/sec warmup 5 sec latency 164.684 ms 2023-12-05T13:15:33.535 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-05T13:15:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:33 smithi143 ceph-mon[110709]: pgmap v179: 97 pgs: 97 active+clean; 19 MiB data, 63 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 MiB/s wr, 35 op/s 2023-12-05T13:15:34.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 782 17.83 MB/sec warmup 6 sec latency 146.571 ms 2023-12-05T13:15:35.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 1097 16.22 MB/sec warmup 7 sec latency 157.467 ms 2023-12-05T13:15:35.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:35 smithi027 ceph-mon[107800]: pgmap v180: 97 pgs: 97 active+clean; 67 MiB data, 119 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.7 MiB/s wr, 251 op/s 2023-12-05T13:15:35.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:35 smithi143 ceph-mon[110709]: pgmap v180: 97 pgs: 97 active+clean; 67 MiB data, 119 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.7 MiB/s wr, 251 op/s 2023-12-05T13:15:36.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 1576 15.97 MB/sec warmup 8 sec latency 94.163 ms 2023-12-05T13:15:36.500 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph mgr module enable nfs --force' 2023-12-05T13:15:37.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 2193 15.07 MB/sec warmup 9 sec latency 111.132 ms 2023-12-05T13:15:37.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:37 smithi027 ceph-mon[107800]: pgmap v181: 97 pgs: 97 active+clean; 95 MiB data, 137 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 8.3 MiB/s wr, 307 op/s 2023-12-05T13:15:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:37 smithi143 ceph-mon[110709]: pgmap v181: 97 pgs: 97 active+clean; 95 MiB data, 137 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 8.3 MiB/s wr, 307 op/s 2023-12-05T13:15:38.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 2682 15.13 MB/sec warmup 10 sec latency 208.005 ms 2023-12-05T13:15:39.353 INFO:teuthology.orchestra.run.smithi027.stderr:module 'nfs' is already enabled 2023-12-05T13:15:39.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 3229 15.87 MB/sec warmup 11 sec latency 127.180 ms 2023-12-05T13:15:39.459 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:39 smithi027 ceph-mon[107800]: pgmap v182: 97 pgs: 97 active+clean; 113 MiB data, 195 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 10 MiB/s wr, 528 op/s 2023-12-05T13:15:39.459 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:39 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2776524826' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-05T13:15:39.459 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:39 smithi027 ceph-mon[107800]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-05T13:15:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:39 smithi143 ceph-mon[110709]: pgmap v182: 97 pgs: 97 active+clean; 113 MiB data, 195 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 10 MiB/s wr, 528 op/s 2023-12-05T13:15:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:39 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2776524826' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-05T13:15:39.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:39 smithi143 ceph-mon[110709]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-05T13:15:39.984 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-05T13:15:40.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 3599 15.90 MB/sec warmup 12 sec latency 150.432 ms 2023-12-05T13:15:40.483 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:40 smithi027 ceph-mon[107800]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-05T13:15:40.484 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:40 smithi027 ceph-mon[107800]: mgrmap e21: smithi027.mnbwoo(active, since 4m), standbys: smithi143.ulqovj 2023-12-05T13:15:40.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:40 smithi143 ceph-mon[110709]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-05T13:15:40.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:40 smithi143 ceph-mon[110709]: mgrmap e21: smithi027.mnbwoo(active, since 4m), standbys: smithi143.ulqovj 2023-12-05T13:15:41.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 3842 15.24 MB/sec warmup 13 sec latency 133.907 ms 2023-12-05T13:15:41.502 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:41 smithi027 ceph-mon[107800]: pgmap v183: 97 pgs: 97 active+clean; 116 MiB data, 202 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 569 op/s 2023-12-05T13:15:41.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:41 smithi143 ceph-mon[110709]: pgmap v183: 97 pgs: 97 active+clean; 116 MiB data, 202 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 569 op/s 2023-12-05T13:15:42.230 INFO:teuthology.orchestra.run.smithi027.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:15:42.362 INFO:teuthology.orchestra.run.smithi027.stdout: 5 4114 14.32 MB/sec warmup 14 sec latency 143.518 ms 2023-12-05T13:15:42.904 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-05T13:15:42.904 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:15:42.904 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- 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-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: pgmap v184: 97 pgs: 97 active+clean; 118 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 587 op/s 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:43.279 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:43 smithi027 ceph-mon[107800]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:15:43.363 INFO:teuthology.orchestra.run.smithi027.stdout: 5 4466 13.68 MB/sec warmup 15 sec latency 135.375 ms 2023-12-05T13:15:43.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: pgmap v184: 97 pgs: 97 active+clean; 118 MiB data, 206 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 587 op/s 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:15:43.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:43 smithi143 ceph-mon[110709]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-05T13:15:44.363 INFO:teuthology.orchestra.run.smithi027.stdout: 5 4882 13.65 MB/sec warmup 16 sec latency 128.075 ms 2023-12-05T13:15:45.343 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:45 smithi027 ceph-mon[107800]: pgmap v185: 97 pgs: 97 active+clean; 129 MiB data, 212 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 665 op/s 2023-12-05T13:15:45.363 INFO:teuthology.orchestra.run.smithi027.stdout: 5 5199 13.16 MB/sec warmup 17 sec latency 151.531 ms 2023-12-05T13:15:45.534 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:15:45.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:45 smithi143 ceph-mon[110709]: pgmap v185: 97 pgs: 97 active+clean; 129 MiB data, 212 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 11 MiB/s wr, 665 op/s 2023-12-05T13:15:46.370 INFO:teuthology.orchestra.run.smithi027.stdout: 5 5594 12.74 MB/sec warmup 18 sec latency 135.025 ms 2023-12-05T13:15:46.387 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:46 smithi027 ceph-mon[107800]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:46.443 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (3m) 20s ago 4m 26.6M - ba2b418f427c a681f3459c1e 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (4m) 20s ago 4m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (4m) 21s ago 4m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (3m) 20s ago 4m 49.6M - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (41s) 20s ago 41s 17.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (39s) 21s ago 39s 12.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (5m) 20s ago 5m 476M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (4m) 21s ago 4m 419M - 17.2.0 e1d6a67b021e 3e6aa9ccc84e 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (6m) 20s ago 6m 77.6M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (4m) 21s ago 4m 60.9M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (28s) 20s ago 28s 56.1M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:15:46.444 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (24s) 21s ago 23s 55.8M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (4m) 20s ago 4m 24.1M - 1dbe0e931976 4ee0fccdd130 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (4m) 21s ago 4m 24.7M - 1dbe0e931976 4f0ba583a22c 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (3m) 20s ago 3m 53.9M 3224M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (3m) 20s ago 3m 57.4M 3224M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (3m) 20s ago 3m 49.2M 3224M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (2m) 20s ago 2m 50.7M 3224M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (2m) 21s ago 2m 50.3M 3992M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (2m) 21s ago 2m 48.0M 3992M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (116s) 21s ago 115s 52.5M 3992M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (99s) 21s ago 99s 49.8M 3992M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:15:46.445 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (3m) 20s ago 3m 62.9M - 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:15:46.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:46 smithi143 ceph-mon[110709]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:15:47.028 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:15:47.029 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:15:47.029 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:15:47.029 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:15:47.029 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T13:15:47.029 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:15:47.029 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:15:47.372 INFO:teuthology.orchestra.run.smithi027.stdout: 5 5927 12.50 MB/sec warmup 19 sec latency 104.879 ms 2023-12-05T13:15:47.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:47 smithi027 ceph-mon[107800]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:47.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:47 smithi027 ceph-mon[107800]: pgmap v186: 97 pgs: 97 active+clean; 128 MiB data, 242 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 8.1 MiB/s wr, 541 op/s 2023-12-05T13:15:47.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:47 smithi027 ceph-mon[107800]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:47.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:47 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/820613432' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:15:47.508 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:15:47.508 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:15:47.508 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:15:47.508 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:15:47.508 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "", 2023-12-05T13:15:47.508 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T13:15:47.508 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:15:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:47 smithi143 ceph-mon[110709]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:47 smithi143 ceph-mon[110709]: pgmap v186: 97 pgs: 97 active+clean; 128 MiB data, 242 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 8.1 MiB/s wr, 541 op/s 2023-12-05T13:15:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:47 smithi143 ceph-mon[110709]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:47.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:47 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/820613432' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:15:48.078 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:15:48.372 INFO:teuthology.orchestra.run.smithi027.stdout: 5 6327 12.59 MB/sec warmup 20 sec latency 129.907 ms 2023-12-05T13:15:48.443 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:48 smithi027 ceph-mon[107800]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:48.443 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:48 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/872951424' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:15:48.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:48 smithi143 ceph-mon[110709]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:15:48.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:48 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/872951424' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:15:49.373 INFO:teuthology.orchestra.run.smithi027.stdout: 5 6701 12.79 MB/sec warmup 21 sec latency 130.178 ms 2023-12-05T13:15:49.470 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:49 smithi027 ceph-mon[107800]: pgmap v187: 97 pgs: 97 active+clean; 127 MiB data, 292 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.7 MiB/s wr, 667 op/s 2023-12-05T13:15:49.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:49 smithi143 ceph-mon[110709]: pgmap v187: 97 pgs: 97 active+clean; 127 MiB data, 292 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.7 MiB/s wr, 667 op/s 2023-12-05T13:15:50.373 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7026 12.78 MB/sec warmup 22 sec latency 131.321 ms 2023-12-05T13:15:51.309 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:51 smithi027 ceph-mon[107800]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-12-05T13:15:51.372 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7314 12.58 MB/sec warmup 23 sec latency 123.921 ms 2023-12-05T13:15:51.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:51 smithi143 ceph-mon[110709]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 294 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 462 op/s 2023-12-05T13:15:52.374 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7650 12.31 MB/sec warmup 24 sec latency 137.651 ms 2023-12-05T13:15:53.311 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:53 smithi027 ceph-mon[107800]: pgmap v189: 97 pgs: 97 active+clean; 131 MiB data, 305 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 436 op/s 2023-12-05T13:15:53.379 INFO:teuthology.orchestra.run.smithi027.stdout: 5 7883 12.01 MB/sec warmup 25 sec latency 142.297 ms 2023-12-05T13:15:53.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:53 smithi143 ceph-mon[110709]: pgmap v189: 97 pgs: 97 active+clean; 131 MiB data, 305 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 436 op/s 2023-12-05T13:15:54.379 INFO:teuthology.orchestra.run.smithi027.stdout: 5 8177 11.85 MB/sec warmup 26 sec latency 129.725 ms 2023-12-05T13:15:55.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 8538 11.59 MB/sec warmup 27 sec latency 124.247 ms 2023-12-05T13:15:55.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:55 smithi027 ceph-mon[107800]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 339 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2023-12-05T13:15:55.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:55 smithi143 ceph-mon[110709]: pgmap v190: 97 pgs: 97 active+clean; 144 MiB data, 339 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 6.0 MiB/s wr, 577 op/s 2023-12-05T13:15:56.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 8896 11.36 MB/sec warmup 28 sec latency 123.909 ms 2023-12-05T13:15:57.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 9231 11.40 MB/sec warmup 29 sec latency 134.866 ms 2023-12-05T13:15:57.455 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:57 smithi027 ceph-mon[107800]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 366 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2023-12-05T13:15:57.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:57 smithi143 ceph-mon[110709]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 366 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2023-12-05T13:15:58.387 INFO:teuthology.orchestra.run.smithi027.stdout: 5 9422 11.14 MB/sec warmup 30 sec latency 115.087 ms 2023-12-05T13:15:59.241 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:15:59 smithi027 ceph-mon[107800]: pgmap v192: 97 pgs: 97 active+clean; 141 MiB data, 387 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 5.3 MiB/s wr, 577 op/s 2023-12-05T13:15:59.388 INFO:teuthology.orchestra.run.smithi027.stdout: 5 9978 11.27 MB/sec warmup 31 sec latency 123.796 ms 2023-12-05T13:15:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:15:59 smithi143 ceph-mon[110709]: pgmap v192: 97 pgs: 97 active+clean; 141 MiB data, 387 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 5.3 MiB/s wr, 577 op/s 2023-12-05T13:16:00.388 INFO:teuthology.orchestra.run.smithi027.stdout: 5 10334 11.50 MB/sec warmup 32 sec latency 123.544 ms 2023-12-05T13:16:01.313 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:01 smithi027 ceph-mon[107800]: pgmap v193: 97 pgs: 97 active+clean; 143 MiB data, 413 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-05T13:16:01.394 INFO:teuthology.orchestra.run.smithi027.stdout: 5 10655 11.46 MB/sec warmup 33 sec latency 204.613 ms 2023-12-05T13:16:01.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:01 smithi143 ceph-mon[110709]: pgmap v193: 97 pgs: 97 active+clean; 143 MiB data, 413 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-05T13:16:02.394 INFO:teuthology.orchestra.run.smithi027.stdout: 5 10966 11.33 MB/sec warmup 34 sec latency 127.073 ms 2023-12-05T13:16:03.346 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:03 smithi027 ceph-mon[107800]: pgmap v194: 97 pgs: 97 active+clean; 145 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 451 op/s 2023-12-05T13:16:03.394 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11292 11.24 MB/sec warmup 35 sec latency 139.975 ms 2023-12-05T13:16:03.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:03 smithi143 ceph-mon[110709]: pgmap v194: 97 pgs: 97 active+clean; 145 MiB data, 426 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 451 op/s 2023-12-05T13:16:04.394 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11573 11.09 MB/sec warmup 36 sec latency 140.138 ms 2023-12-05T13:16:05.394 INFO:teuthology.orchestra.run.smithi027.stdout: 5 11879 10.93 MB/sec warmup 37 sec latency 124.011 ms 2023-12-05T13:16:05.429 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:05 smithi027 ceph-mon[107800]: pgmap v195: 97 pgs: 97 active+clean; 149 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 475 op/s 2023-12-05T13:16:05.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:05 smithi143 ceph-mon[110709]: pgmap v195: 97 pgs: 97 active+clean; 149 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 475 op/s 2023-12-05T13:16:06.394 INFO:teuthology.orchestra.run.smithi027.stdout: 5 12194 10.80 MB/sec warmup 38 sec latency 123.840 ms 2023-12-05T13:16:07.395 INFO:teuthology.orchestra.run.smithi027.stdout: 5 12449 10.63 MB/sec warmup 39 sec latency 137.575 ms 2023-12-05T13:16:07.463 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:07 smithi027 ceph-mon[107800]: pgmap v196: 97 pgs: 97 active+clean; 155 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-05T13:16:07.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:07 smithi143 ceph-mon[110709]: pgmap v196: 97 pgs: 97 active+clean; 155 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-05T13:16:08.395 INFO:teuthology.orchestra.run.smithi027.stdout: 5 12802 10.70 MB/sec warmup 40 sec latency 127.011 ms 2023-12-05T13:16:09.395 INFO:teuthology.orchestra.run.smithi027.stdout: 5 13165 10.66 MB/sec warmup 41 sec latency 127.847 ms 2023-12-05T13:16:09.506 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:09 smithi027 ceph-mon[107800]: pgmap v197: 97 pgs: 97 active+clean; 155 MiB data, 479 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.1 MiB/s wr, 554 op/s 2023-12-05T13:16:09.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:09 smithi143 ceph-mon[110709]: pgmap v197: 97 pgs: 97 active+clean; 155 MiB data, 479 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.1 MiB/s wr, 554 op/s 2023-12-05T13:16:10.404 INFO:teuthology.orchestra.run.smithi027.stdout: 5 13636 10.75 MB/sec warmup 42 sec latency 127.010 ms 2023-12-05T13:16:11.308 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:11 smithi027 ceph-mon[107800]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 497 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-05T13:16:11.403 INFO:teuthology.orchestra.run.smithi027.stdout: 5 13940 10.74 MB/sec warmup 43 sec latency 136.991 ms 2023-12-05T13:16:11.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:11 smithi143 ceph-mon[110709]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 497 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-05T13:16:12.403 INFO:teuthology.orchestra.run.smithi027.stdout: 5 14380 10.81 MB/sec warmup 44 sec latency 142.527 ms 2023-12-05T13:16:13.359 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:13 smithi027 ceph-mon[107800]: pgmap v199: 97 pgs: 97 active+clean; 153 MiB data, 493 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 407 op/s 2023-12-05T13:16:13.404 INFO:teuthology.orchestra.run.smithi027.stdout: 5 14869 10.88 MB/sec warmup 45 sec latency 127.028 ms 2023-12-05T13:16:13.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:13 smithi143 ceph-mon[110709]: pgmap v199: 97 pgs: 97 active+clean; 153 MiB data, 493 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 407 op/s 2023-12-05T13:16:14.404 INFO:teuthology.orchestra.run.smithi027.stdout: 5 15223 10.84 MB/sec warmup 46 sec latency 143.051 ms 2023-12-05T13:16:15.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:15 smithi027 ceph-mon[107800]: pgmap v200: 97 pgs: 97 active+clean; 161 MiB data, 527 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 445 op/s 2023-12-05T13:16:15.404 INFO:teuthology.orchestra.run.smithi027.stdout: 5 15525 10.70 MB/sec warmup 47 sec latency 129.605 ms 2023-12-05T13:16:15.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:15 smithi143 ceph-mon[110709]: pgmap v200: 97 pgs: 97 active+clean; 161 MiB data, 527 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 445 op/s 2023-12-05T13:16:16.414 INFO:teuthology.orchestra.run.smithi027.stdout: 5 15878 10.57 MB/sec warmup 48 sec latency 129.677 ms 2023-12-05T13:16:17.414 INFO:teuthology.orchestra.run.smithi027.stdout: 5 16110 10.51 MB/sec warmup 49 sec latency 133.439 ms 2023-12-05T13:16:17.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:17 smithi027 ceph-mon[107800]: pgmap v201: 97 pgs: 97 active+clean; 168 MiB data, 563 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 578 op/s 2023-12-05T13:16:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:17 smithi143 ceph-mon[110709]: pgmap v201: 97 pgs: 97 active+clean; 168 MiB data, 563 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 578 op/s 2023-12-05T13:16:18.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-05T13:16:18.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-05T13:16:18.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T13:16:18.302 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-05T13:16:18.423 INFO:teuthology.orchestra.run.smithi027.stdout: 5 16558 10.54 MB/sec warmup 50 sec latency 102.371 ms 2023-12-05T13:16:18.565 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:16:18.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-05T13:16:18.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2023-12-05T13:16:18.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-12-05T13:16:18.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-05T13:16:19.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-05T13:16:19.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2023-12-05T13:16:19.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-05T13:16:19.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-05T13:16:19.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: osdmap e65: 8 total, 8 up, 8 in 2023-12-05T13:16:19.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:16:19.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:16:19.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: pgmap v203: 97 pgs: 97 active+clean; 165 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-12-05T13:16:19.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:19 smithi027 ceph-mon[107800]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:19.423 INFO:teuthology.orchestra.run.smithi027.stdout: 5 16918 10.56 MB/sec warmup 51 sec latency 128.660 ms 2023-12-05T13:16:19.456 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:16:19.456 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (4m) 53s ago 5m 26.6M - ba2b418f427c a681f3459c1e 2023-12-05T13:16:19.456 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (5m) 53s ago 5m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (4m) 54s ago 4m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (4m) 53s ago 5m 49.6M - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (74s) 53s ago 74s 17.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (72s) 54s ago 72s 12.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (6m) 53s ago 6m 476M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (4m) 54s ago 4m 419M - 17.2.0 e1d6a67b021e 3e6aa9ccc84e 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (6m) 53s ago 6m 77.6M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:16:19.457 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (4m) 54s ago 4m 60.9M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (61s) 53s ago 61s 56.1M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (57s) 54s ago 56s 55.8M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (5m) 53s ago 5m 24.1M - 1dbe0e931976 4ee0fccdd130 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (4m) 54s ago 4m 24.7M - 1dbe0e931976 4f0ba583a22c 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (4m) 53s ago 4m 53.9M 3224M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (3m) 53s ago 3m 57.4M 3224M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (3m) 53s ago 3m 49.2M 3224M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (3m) 53s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (3m) 54s ago 3m 50.3M 3992M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (2m) 54s ago 2m 48.0M 3992M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:16:19.458 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (2m) 54s ago 2m 52.5M 3992M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:16:19.459 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (2m) 54s ago 2m 49.8M 3992M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:16:19.459 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (4m) 53s ago 4m 62.9M - 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:16:19.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]': finished 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: osdmap e65: 8 total, 8 up, 8 in 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: pgmap v203: 97 pgs: 97 active+clean; 165 MiB data, 600 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-12-05T13:16:19.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:19 smithi143 ceph-mon[110709]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:20.009 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:16:20.009 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:16:20.009 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:16:20.009 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:16:20.010 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:16:20.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:20 smithi027 ceph-mon[107800]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:20.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:20 smithi027 ceph-mon[107800]: osdmap e66: 8 total, 8 up, 8 in 2023-12-05T13:16:20.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:20 smithi027 ceph-mon[107800]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:20.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:20 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/318462764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:16:20.423 INFO:teuthology.orchestra.run.smithi027.stdout: 5 17277 10.62 MB/sec warmup 52 sec latency 92.318 ms 2023-12-05T13:16:20.435 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:16:20.435 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:16:20.435 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:16:20.436 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:16:20.436 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "", 2023-12-05T13:16:20.436 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T13:16:20.436 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:16:20.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:20 smithi143 ceph-mon[110709]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:20.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:20 smithi143 ceph-mon[110709]: osdmap e66: 8 total, 8 up, 8 in 2023-12-05T13:16:20.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:20 smithi143 ceph-mon[110709]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:20.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:20 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/318462764' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:16:20.973 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:16:21.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:21 smithi027 ceph-mon[107800]: pgmap v205: 97 pgs: 97 active+clean; 166 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-12-05T13:16:21.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:21 smithi027 ceph-mon[107800]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:21.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:21 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/4018472473' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:16:21.423 INFO:teuthology.orchestra.run.smithi027.stdout: 5 17555 10.58 MB/sec warmup 53 sec latency 152.199 ms 2023-12-05T13:16:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:21 smithi143 ceph-mon[110709]: pgmap v205: 97 pgs: 97 active+clean; 166 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-12-05T13:16:21.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:21 smithi143 ceph-mon[110709]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:21.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:21 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/4018472473' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:16:22.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 17958 10.62 MB/sec warmup 54 sec latency 143.167 ms 2023-12-05T13:16:23.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 18221 10.57 MB/sec warmup 55 sec latency 152.021 ms 2023-12-05T13:16:23.430 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:23 smithi027 ceph-mon[107800]: pgmap v206: 97 pgs: 97 active+clean; 171 MiB data, 611 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.6 MiB/s wr, 651 op/s 2023-12-05T13:16:23.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:23 smithi143 ceph-mon[110709]: pgmap v206: 97 pgs: 97 active+clean; 171 MiB data, 611 MiB used, 715 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.6 MiB/s wr, 651 op/s 2023-12-05T13:16:24.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 18479 10.49 MB/sec warmup 56 sec latency 126.568 ms 2023-12-05T13:16:25.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 18906 10.44 MB/sec warmup 57 sec latency 120.722 ms 2023-12-05T13:16:25.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:25 smithi027 ceph-mon[107800]: pgmap v207: 97 pgs: 97 active+clean; 178 MiB data, 625 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.9 MiB/s wr, 440 op/s 2023-12-05T13:16:25.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:25 smithi143 ceph-mon[110709]: pgmap v207: 97 pgs: 97 active+clean; 178 MiB data, 625 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.9 MiB/s wr, 440 op/s 2023-12-05T13:16:26.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 19431 10.45 MB/sec warmup 58 sec latency 127.194 ms 2023-12-05T13:16:27.286 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:27 smithi027 ceph-mon[107800]: pgmap v208: 97 pgs: 97 active+clean; 183 MiB data, 664 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-05T13:16:27.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 19868 10.40 MB/sec warmup 59 sec latency 129.678 ms 2023-12-05T13:16:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:27 smithi143 ceph-mon[110709]: pgmap v208: 97 pgs: 97 active+clean; 183 MiB data, 664 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-05T13:16:28.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 20335 10.45 MB/sec warmup 60 sec latency 126.847 ms 2023-12-05T13:16:29.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 20780 10.52 MB/sec warmup 61 sec latency 127.059 ms 2023-12-05T13:16:29.560 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:29 smithi027 ceph-mon[107800]: pgmap v209: 97 pgs: 97 active+clean; 177 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 462 op/s 2023-12-05T13:16:29.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:29 smithi143 ceph-mon[110709]: pgmap v209: 97 pgs: 97 active+clean; 177 MiB data, 703 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 462 op/s 2023-12-05T13:16:30.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 21072 10.56 MB/sec warmup 62 sec latency 126.798 ms 2023-12-05T13:16:31.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:31 smithi027 ceph-mon[107800]: pgmap v210: 97 pgs: 97 active+clean; 179 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-12-05T13:16:31.429 INFO:teuthology.orchestra.run.smithi027.stdout: 5 21384 10.56 MB/sec warmup 63 sec latency 189.655 ms 2023-12-05T13:16:31.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:31 smithi143 ceph-mon[110709]: pgmap v210: 97 pgs: 97 active+clean; 179 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-12-05T13:16:32.435 INFO:teuthology.orchestra.run.smithi027.stdout: 5 21696 10.49 MB/sec warmup 64 sec latency 134.445 ms 2023-12-05T13:16:33.382 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:33 smithi027 ceph-mon[107800]: pgmap v211: 97 pgs: 97 active+clean; 181 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-05T13:16:33.435 INFO:teuthology.orchestra.run.smithi027.stdout: 5 22012 10.47 MB/sec warmup 65 sec latency 123.623 ms 2023-12-05T13:16:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:33 smithi143 ceph-mon[110709]: pgmap v211: 97 pgs: 97 active+clean; 181 MiB data, 709 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-05T13:16:34.437 INFO:teuthology.orchestra.run.smithi027.stdout: 5 22279 10.41 MB/sec warmup 66 sec latency 126.936 ms 2023-12-05T13:16:35.426 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:35 smithi027 ceph-mon[107800]: pgmap v212: 97 pgs: 97 active+clean; 191 MiB data, 731 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 499 op/s 2023-12-05T13:16:35.438 INFO:teuthology.orchestra.run.smithi027.stdout: 5 22658 10.37 MB/sec warmup 67 sec latency 143.429 ms 2023-12-05T13:16:35.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:35 smithi143 ceph-mon[110709]: pgmap v212: 97 pgs: 97 active+clean; 191 MiB data, 731 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 499 op/s 2023-12-05T13:16:36.437 INFO:teuthology.orchestra.run.smithi027.stdout: 5 22957 10.27 MB/sec warmup 68 sec latency 126.912 ms 2023-12-05T13:16:37.252 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:37 smithi027 ceph-mon[107800]: pgmap v213: 97 pgs: 97 active+clean; 192 MiB data, 753 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-05T13:16:37.438 INFO:teuthology.orchestra.run.smithi027.stdout: 5 23342 10.28 MB/sec warmup 69 sec latency 123.938 ms 2023-12-05T13:16:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:37 smithi143 ceph-mon[110709]: pgmap v213: 97 pgs: 97 active+clean; 192 MiB data, 753 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-05T13:16:38.438 INFO:teuthology.orchestra.run.smithi027.stdout: 5 23722 10.27 MB/sec warmup 70 sec latency 124.325 ms 2023-12-05T13:16:39.445 INFO:teuthology.orchestra.run.smithi027.stdout: 5 24178 10.34 MB/sec warmup 71 sec latency 133.630 ms 2023-12-05T13:16:39.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:39 smithi027 ceph-mon[107800]: pgmap v214: 97 pgs: 97 active+clean; 190 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-12-05T13:16:39.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:39 smithi143 ceph-mon[110709]: pgmap v214: 97 pgs: 97 active+clean; 190 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-12-05T13:16:40.445 INFO:teuthology.orchestra.run.smithi027.stdout: 5 24563 10.38 MB/sec warmup 72 sec latency 142.885 ms 2023-12-05T13:16:41.445 INFO:teuthology.orchestra.run.smithi027.stdout: 5 24865 10.37 MB/sec warmup 73 sec latency 143.102 ms 2023-12-05T13:16:41.559 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:41 smithi027 ceph-mon[107800]: pgmap v215: 97 pgs: 97 active+clean; 191 MiB data, 778 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-12-05T13:16:41.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:41 smithi143 ceph-mon[110709]: pgmap v215: 97 pgs: 97 active+clean; 191 MiB data, 778 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-12-05T13:16:42.445 INFO:teuthology.orchestra.run.smithi027.stdout: 5 25282 10.38 MB/sec warmup 74 sec latency 102.187 ms 2023-12-05T13:16:43.445 INFO:teuthology.orchestra.run.smithi027.stdout: 5 25657 10.37 MB/sec warmup 75 sec latency 126.468 ms 2023-12-05T13:16:43.590 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:43 smithi027 ceph-mon[107800]: pgmap v216: 97 pgs: 97 active+clean; 195 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 449 op/s 2023-12-05T13:16:43.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:43 smithi143 ceph-mon[110709]: pgmap v216: 97 pgs: 97 active+clean; 195 MiB data, 789 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.2 MiB/s wr, 449 op/s 2023-12-05T13:16:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: 5 26108 10.39 MB/sec warmup 76 sec latency 148.890 ms 2023-12-05T13:16:45.446 INFO:teuthology.orchestra.run.smithi027.stdout: 5 26600 10.32 MB/sec warmup 77 sec latency 126.556 ms 2023-12-05T13:16:45.633 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:45 smithi027 ceph-mon[107800]: pgmap v217: 97 pgs: 97 active+clean; 203 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.7 MiB/s wr, 500 op/s 2023-12-05T13:16:45.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:45 smithi143 ceph-mon[110709]: pgmap v217: 97 pgs: 97 active+clean; 203 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.7 MiB/s wr, 500 op/s 2023-12-05T13:16:46.446 INFO:teuthology.orchestra.run.smithi027.stdout: 5 27128 10.43 MB/sec warmup 78 sec latency 117.883 ms 2023-12-05T13:16:47.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:47 smithi027 ceph-mon[107800]: pgmap v218: 97 pgs: 97 active+clean; 203 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.3 MiB/s wr, 485 op/s 2023-12-05T13:16:47.446 INFO:teuthology.orchestra.run.smithi027.stdout: 5 27693 10.50 MB/sec warmup 79 sec latency 92.483 ms 2023-12-05T13:16:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:47 smithi143 ceph-mon[110709]: pgmap v218: 97 pgs: 97 active+clean; 203 MiB data, 842 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.3 MiB/s wr, 485 op/s 2023-12-05T13:16:48.446 INFO:teuthology.orchestra.run.smithi027.stdout: 5 28055 10.53 MB/sec warmup 80 sec latency 129.662 ms 2023-12-05T13:16:49.447 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:49 smithi027 ceph-mon[107800]: pgmap v219: 97 pgs: 97 active+clean; 209 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.4 MiB/s wr, 668 op/s 2023-12-05T13:16:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: 5 28295 10.49 MB/sec warmup 81 sec latency 126.739 ms 2023-12-05T13:16:49.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:49 smithi143 ceph-mon[110709]: pgmap v219: 97 pgs: 97 active+clean; 209 MiB data, 879 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.4 MiB/s wr, 668 op/s 2023-12-05T13:16:50.451 INFO:teuthology.orchestra.run.smithi027.stdout: 5 28574 10.45 MB/sec warmup 82 sec latency 123.727 ms 2023-12-05T13:16:51.452 INFO:teuthology.orchestra.run.smithi027.stdout: 5 28915 10.43 MB/sec warmup 83 sec latency 143.037 ms 2023-12-05T13:16:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:16:51.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:51 smithi027 ceph-mon[107800]: pgmap v220: 97 pgs: 97 active+clean; 211 MiB data, 884 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 518 op/s 2023-12-05T13:16:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:51 smithi143 ceph-mon[110709]: pgmap v220: 97 pgs: 97 active+clean; 211 MiB data, 884 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 518 op/s 2023-12-05T13:16:52.371 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:16:52.371 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (4m) 86s ago 6m 26.6M - ba2b418f427c a681f3459c1e 2023-12-05T13:16:52.371 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (5m) 86s ago 5m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:16:52.371 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (5m) 87s ago 5m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (4m) 86s ago 5m 49.6M - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (107s) 86s ago 107s 17.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (105s) 87s ago 105s 12.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (7m) 86s ago 7m 476M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (5m) 87s ago 5m 419M - 17.2.0 e1d6a67b021e 3e6aa9ccc84e 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (7m) 86s ago 7m 77.6M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (5m) 87s ago 5m 60.9M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (94s) 86s ago 94s 56.1M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (89s) 87s ago 89s 55.8M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (5m) 86s ago 5m 24.1M - 1dbe0e931976 4ee0fccdd130 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 87s ago 5m 24.7M - 1dbe0e931976 4f0ba583a22c 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (4m) 86s ago 4m 53.9M 3224M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (4m) 86s ago 4m 57.4M 3224M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:16:52.372 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (4m) 86s ago 4m 49.2M 3224M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:16:52.373 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (3m) 86s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:16:52.373 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (3m) 87s ago 3m 50.3M 3992M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:16:52.373 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (3m) 87s ago 3m 48.0M 3992M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:16:52.373 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (3m) 87s ago 3m 52.5M 3992M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:16:52.373 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (2m) 87s ago 2m 49.8M 3992M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:16:52.373 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (5m) 86s ago 5m 62.9M - 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:16:52.461 INFO:teuthology.orchestra.run.smithi027.stdout: 5 29162 10.39 MB/sec warmup 84 sec latency 137.551 ms 2023-12-05T13:16:52.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:52 smithi027 ceph-mon[107800]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:52.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:52 smithi143 ceph-mon[110709]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:16:52.893 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:16:52.894 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:16:53.327 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:16:53.328 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:16:53.328 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:16:53.328 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:16:53.328 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "", 2023-12-05T13:16:53.328 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T13:16:53.328 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:16:53.463 INFO:teuthology.orchestra.run.smithi027.stdout: 5 29436 10.36 MB/sec warmup 85 sec latency 140.104 ms 2023-12-05T13:16:53.580 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:53 smithi027 ceph-mon[107800]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:53.580 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:53 smithi027 ceph-mon[107800]: pgmap v221: 97 pgs: 97 active+clean; 211 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 518 op/s 2023-12-05T13:16:53.580 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:53 smithi027 ceph-mon[107800]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:53.580 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:53 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3975318156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:16:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:53 smithi143 ceph-mon[110709]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:53 smithi143 ceph-mon[110709]: pgmap v221: 97 pgs: 97 active+clean; 211 MiB data, 893 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 518 op/s 2023-12-05T13:16:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:53 smithi143 ceph-mon[110709]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:53.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:53 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3975318156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:16:53.882 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:16:54.473 INFO:teuthology.orchestra.run.smithi027.stdout: 5 29840 10.30 MB/sec warmup 86 sec latency 126.178 ms 2023-12-05T13:16:54.602 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:54 smithi027 ceph-mon[107800]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:54.602 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:54 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2884610316' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:16:54.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:54 smithi143 ceph-mon[110709]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:16:54.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:54 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2884610316' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:16:55.480 INFO:teuthology.orchestra.run.smithi027.stdout: 5 30108 10.23 MB/sec warmup 87 sec latency 123.928 ms 2023-12-05T13:16:55.624 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:55 smithi027 ceph-mon[107800]: pgmap v222: 97 pgs: 97 active+clean; 217 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.3 MiB/s wr, 615 op/s 2023-12-05T13:16:55.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:55 smithi143 ceph-mon[110709]: pgmap v222: 97 pgs: 97 active+clean; 217 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.3 MiB/s wr, 615 op/s 2023-12-05T13:16:56.480 INFO:teuthology.orchestra.run.smithi027.stdout: 5 30513 10.25 MB/sec warmup 88 sec latency 126.234 ms 2023-12-05T13:16:57.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:57 smithi027 ceph-mon[107800]: pgmap v223: 97 pgs: 97 active+clean; 217 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 602 op/s 2023-12-05T13:16:57.480 INFO:teuthology.orchestra.run.smithi027.stdout: 5 30899 10.30 MB/sec warmup 89 sec latency 129.002 ms 2023-12-05T13:16:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:57 smithi143 ceph-mon[110709]: pgmap v223: 97 pgs: 97 active+clean; 217 MiB data, 954 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 602 op/s 2023-12-05T13:16:58.480 INFO:teuthology.orchestra.run.smithi027.stdout: 5 31284 10.29 MB/sec warmup 90 sec latency 125.920 ms 2023-12-05T13:16:59.472 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:16:59 smithi027 ceph-mon[107800]: pgmap v224: 97 pgs: 97 active+clean; 216 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.6 MiB/s wr, 592 op/s 2023-12-05T13:16:59.480 INFO:teuthology.orchestra.run.smithi027.stdout: 5 31616 10.30 MB/sec warmup 91 sec latency 136.424 ms 2023-12-05T13:16:59.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:16:59 smithi143 ceph-mon[110709]: pgmap v224: 97 pgs: 97 active+clean; 216 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.6 MiB/s wr, 592 op/s 2023-12-05T13:17:00.480 INFO:teuthology.orchestra.run.smithi027.stdout: 5 31924 10.28 MB/sec warmup 92 sec latency 123.822 ms 2023-12-05T13:17:01.481 INFO:teuthology.orchestra.run.smithi027.stdout: 5 32250 10.29 MB/sec warmup 93 sec latency 143.240 ms 2023-12-05T13:17:01.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:01 smithi027 ceph-mon[107800]: pgmap v225: 97 pgs: 97 active+clean; 217 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.1 MiB/s wr, 370 op/s 2023-12-05T13:17:01.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:01 smithi143 ceph-mon[110709]: pgmap v225: 97 pgs: 97 active+clean; 217 MiB data, 1013 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 4.1 MiB/s wr, 370 op/s 2023-12-05T13:17:02.481 INFO:teuthology.orchestra.run.smithi027.stdout: 5 32621 10.27 MB/sec warmup 94 sec latency 133.576 ms 2023-12-05T13:17:03.481 INFO:teuthology.orchestra.run.smithi027.stdout: 5 33093 10.27 MB/sec warmup 95 sec latency 129.364 ms 2023-12-05T13:17:03.548 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:03 smithi027 ceph-mon[107800]: pgmap v226: 97 pgs: 97 active+clean; 222 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 418 op/s 2023-12-05T13:17:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:03 smithi143 ceph-mon[110709]: pgmap v226: 97 pgs: 97 active+clean; 222 MiB data, 1024 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 418 op/s 2023-12-05T13:17:04.481 INFO:teuthology.orchestra.run.smithi027.stdout: 5 33377 10.21 MB/sec warmup 96 sec latency 126.718 ms 2023-12-05T13:17:05.373 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:05 smithi027 ceph-mon[107800]: pgmap v227: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.7 MiB/s wr, 562 op/s 2023-12-05T13:17:05.484 INFO:teuthology.orchestra.run.smithi027.stdout: 5 33734 10.22 MB/sec warmup 97 sec latency 123.761 ms 2023-12-05T13:17:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:05 smithi143 ceph-mon[110709]: pgmap v227: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.7 MiB/s wr, 562 op/s 2023-12-05T13:17:06.489 INFO:teuthology.orchestra.run.smithi027.stdout: 5 34110 10.23 MB/sec warmup 98 sec latency 130.146 ms 2023-12-05T13:17:07.417 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:07 smithi027 ceph-mon[107800]: pgmap v228: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.0 MiB/s wr, 446 op/s 2023-12-05T13:17:07.489 INFO:teuthology.orchestra.run.smithi027.stdout: 5 34505 10.24 MB/sec warmup 99 sec latency 128.815 ms 2023-12-05T13:17:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:07 smithi143 ceph-mon[110709]: pgmap v228: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.0 MiB/s wr, 446 op/s 2023-12-05T13:17:08.494 INFO:teuthology.orchestra.run.smithi027.stdout: 5 34928 10.26 MB/sec warmup 100 sec latency 112.824 ms 2023-12-05T13:17:09.477 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:09 smithi027 ceph-mon[107800]: pgmap v229: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-05T13:17:09.494 INFO:teuthology.orchestra.run.smithi027.stdout: 5 35405 10.28 MB/sec warmup 101 sec latency 97.641 ms 2023-12-05T13:17:09.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:09 smithi143 ceph-mon[110709]: pgmap v229: 97 pgs: 97 active+clean; 230 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-05T13:17:10.509 INFO:teuthology.orchestra.run.smithi027.stdout: 5 35822 10.32 MB/sec warmup 102 sec latency 130.017 ms 2023-12-05T13:17:11.510 INFO:teuthology.orchestra.run.smithi027.stdout: 5 36109 10.31 MB/sec warmup 103 sec latency 132.418 ms 2023-12-05T13:17:11.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:11 smithi027 ceph-mon[107800]: pgmap v230: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 547 op/s 2023-12-05T13:17:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:11 smithi143 ceph-mon[110709]: pgmap v230: 97 pgs: 97 active+clean; 237 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 547 op/s 2023-12-05T13:17:12.516 INFO:teuthology.orchestra.run.smithi027.stdout: 5 36506 10.29 MB/sec warmup 104 sec latency 120.838 ms 2023-12-05T13:17:13.517 INFO:teuthology.orchestra.run.smithi027.stdout: 5 36882 10.26 MB/sec warmup 105 sec latency 128.908 ms 2023-12-05T13:17:13.546 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:13 smithi027 ceph-mon[107800]: pgmap v231: 97 pgs: 97 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.8 MiB/s wr, 586 op/s 2023-12-05T13:17:13.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:13 smithi143 ceph-mon[110709]: pgmap v231: 97 pgs: 97 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.8 MiB/s wr, 586 op/s 2023-12-05T13:17:14.517 INFO:teuthology.orchestra.run.smithi027.stdout: 5 37271 10.23 MB/sec warmup 106 sec latency 132.326 ms 2023-12-05T13:17:15.518 INFO:teuthology.orchestra.run.smithi027.stdout: 5 37700 10.23 MB/sec warmup 107 sec latency 124.224 ms 2023-12-05T13:17:15.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:15 smithi027 ceph-mon[107800]: pgmap v232: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.0 MiB/s wr, 562 op/s 2023-12-05T13:17:15.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:15 smithi143 ceph-mon[110709]: pgmap v232: 97 pgs: 97 active+clean; 241 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 6.0 MiB/s wr, 562 op/s 2023-12-05T13:17:16.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 38167 10.29 MB/sec warmup 108 sec latency 126.531 ms 2023-12-05T13:17:17.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:17 smithi027 ceph-mon[107800]: pgmap v233: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-12-05T13:17:17.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 38504 10.33 MB/sec warmup 109 sec latency 126.407 ms 2023-12-05T13:17:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:17 smithi143 ceph-mon[110709]: pgmap v233: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-12-05T13:17:18.376 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:17:18.377 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:18 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:17:18.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 38872 10.30 MB/sec warmup 110 sec latency 129.866 ms 2023-12-05T13:17:18.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:17:18.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:18 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.mnbwoo/trash_purge_schedule"}]: dispatch 2023-12-05T13:17:19.394 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:19 smithi027 ceph-mon[107800]: pgmap v234: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.0 MiB/s wr, 580 op/s 2023-12-05T13:17:19.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 39216 10.29 MB/sec warmup 111 sec latency 195.753 ms 2023-12-05T13:17:19.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:19 smithi143 ceph-mon[110709]: pgmap v234: 97 pgs: 97 active+clean; 243 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 6.0 MiB/s wr, 580 op/s 2023-12-05T13:17:20.533 INFO:teuthology.orchestra.run.smithi027.stdout: 5 39432 10.26 MB/sec warmup 112 sec latency 128.698 ms 2023-12-05T13:17:21.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:21 smithi027 ceph-mon[107800]: pgmap v235: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 460 op/s 2023-12-05T13:17:21.539 INFO:teuthology.orchestra.run.smithi027.stdout: 5 39767 10.23 MB/sec warmup 113 sec latency 201.507 ms 2023-12-05T13:17:21.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:21 smithi143 ceph-mon[110709]: pgmap v235: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 460 op/s 2023-12-05T13:17:22.553 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40019 10.19 MB/sec warmup 114 sec latency 168.932 ms 2023-12-05T13:17:23.533 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:23 smithi027 ceph-mon[107800]: pgmap v236: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 458 op/s 2023-12-05T13:17:23.561 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40286 10.17 MB/sec warmup 115 sec latency 136.594 ms 2023-12-05T13:17:23.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:23 smithi143 ceph-mon[110709]: pgmap v236: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.2 MiB/s wr, 458 op/s 2023-12-05T13:17:24.361 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:17:24.562 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40523 10.15 MB/sec warmup 116 sec latency 123.916 ms 2023-12-05T13:17:25.291 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (5m) 119s ago 6m 26.6M - ba2b418f427c a681f3459c1e 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (6m) 119s ago 6m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (6m) 2m ago 6m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (5m) 119s ago 6m 49.6M - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (2m) 119s ago 2m 17.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (2m) 2m ago 2m 12.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (7m) 119s ago 7m 476M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (5m) 2m ago 5m 419M - 17.2.0 e1d6a67b021e 3e6aa9ccc84e 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (7m) 119s ago 7m 77.6M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (5m) 2m ago 5m 60.9M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (2m) 119s ago 2m 56.1M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (2m) 2m ago 2m 55.8M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:17:25.292 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (6m) 119s ago 6m 24.1M - 1dbe0e931976 4ee0fccdd130 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 2m ago 5m 24.7M - 1dbe0e931976 4f0ba583a22c 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (5m) 119s ago 5m 53.9M 3224M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (5m) 119s ago 5m 57.4M 3224M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (4m) 119s ago 4m 49.2M 3224M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (4m) 119s ago 4m 50.7M 3224M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (4m) 2m ago 4m 50.3M 3992M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (3m) 2m ago 3m 48.0M 3992M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (3m) 2m ago 3m 52.5M 3992M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (3m) 2m ago 3m 49.8M 3992M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:17:25.293 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (5m) 119s ago 5m 62.9M - 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:17:25.562 INFO:teuthology.orchestra.run.smithi027.stdout: 5 40739 10.07 MB/sec warmup 117 sec latency 104.634 ms 2023-12-05T13:17:25.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:25 smithi027 ceph-mon[107800]: pgmap v237: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.6 MiB/s wr, 525 op/s 2023-12-05T13:17:25.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:25 smithi027 ceph-mon[107800]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:25.819 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:17:25.820 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:17:25.820 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:25.820 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:17:25.820 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T13:17:25.820 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:17:25.820 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:17:25.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:25 smithi143 ceph-mon[110709]: pgmap v237: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.6 MiB/s wr, 525 op/s 2023-12-05T13:17:25.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:25 smithi143 ceph-mon[110709]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:26.282 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:17:26.283 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149", 2023-12-05T13:17:26.283 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:17:26.283 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:17:26.283 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "", 2023-12-05T13:17:26.283 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e6605fb8725c25c4838cef6a39f30df73f1ed149 image" 2023-12-05T13:17:26.283 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:17:26.565 INFO:teuthology.orchestra.run.smithi027.stdout: 5 41024 10.05 MB/sec warmup 118 sec latency 124.207 ms 2023-12-05T13:17:26.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:26 smithi027 ceph-mon[107800]: from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:26.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:26 smithi027 ceph-mon[107800]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:26.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:26 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1122871649' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:17:26.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:26 smithi143 ceph-mon[110709]: from='client.24461 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:26.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:26 smithi143 ceph-mon[110709]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:26.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:26 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1122871649' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:17:26.840 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:17:27.565 INFO:teuthology.orchestra.run.smithi027.stdout: 5 41364 10.01 MB/sec warmup 119 sec latency 132.035 ms 2023-12-05T13:17:27.586 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:27 smithi027 ceph-mon[107800]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:27.586 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:27 smithi027 ceph-mon[107800]: pgmap v238: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-12-05T13:17:27.586 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:27 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/594940892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:17:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:27 smithi143 ceph-mon[110709]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:27 smithi143 ceph-mon[110709]: pgmap v238: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 511 op/s 2023-12-05T13:17:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:27 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/594940892' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:17:29.565 INFO:teuthology.orchestra.run.smithi027.stdout: 5 42056 14.60 MB/sec execute 1 sec latency 120.706 ms 2023-12-05T13:17:29.614 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:29 smithi027 ceph-mon[107800]: pgmap v239: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-12-05T13:17:29.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:29 smithi143 ceph-mon[110709]: pgmap v239: 97 pgs: 97 active+clean; 253 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-12-05T13:17:30.565 INFO:teuthology.orchestra.run.smithi027.stdout: 5 42326 10.42 MB/sec execute 2 sec latency 139.019 ms 2023-12-05T13:17:31.565 INFO:teuthology.orchestra.run.smithi027.stdout: 5 42594 9.86 MB/sec execute 3 sec latency 143.403 ms 2023-12-05T13:17:31.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:31 smithi027 ceph-mon[107800]: pgmap v240: 97 pgs: 97 active+clean; 256 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 485 op/s 2023-12-05T13:17:31.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:31 smithi143 ceph-mon[110709]: pgmap v240: 97 pgs: 97 active+clean; 256 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 485 op/s 2023-12-05T13:17:32.565 INFO:teuthology.orchestra.run.smithi027.stdout: 5 42769 8.23 MB/sec execute 4 sec latency 123.510 ms 2023-12-05T13:17:33.566 INFO:teuthology.orchestra.run.smithi027.stdout: 5 43045 7.75 MB/sec execute 5 sec latency 123.766 ms 2023-12-05T13:17:33.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:33 smithi027 ceph-mon[107800]: pgmap v241: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 457 op/s 2023-12-05T13:17:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:33 smithi143 ceph-mon[110709]: pgmap v241: 97 pgs: 97 active+clean; 259 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 457 op/s 2023-12-05T13:17:34.574 INFO:teuthology.orchestra.run.smithi027.stdout: 5 43368 7.74 MB/sec execute 6 sec latency 144.365 ms 2023-12-05T13:17:35.574 INFO:teuthology.orchestra.run.smithi027.stdout: 5 43622 7.72 MB/sec execute 7 sec latency 134.564 ms 2023-12-05T13:17:35.749 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:35 smithi027 ceph-mon[107800]: pgmap v242: 97 pgs: 97 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 398 op/s 2023-12-05T13:17:35.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:35 smithi143 ceph-mon[110709]: pgmap v242: 97 pgs: 97 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 398 op/s 2023-12-05T13:17:36.582 INFO:teuthology.orchestra.run.smithi027.stdout: 5 44012 8.10 MB/sec execute 8 sec latency 126.979 ms 2023-12-05T13:17:37.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:37 smithi027 ceph-mon[107800]: pgmap v243: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-05T13:17:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: 5 44475 7.58 MB/sec execute 9 sec latency 123.954 ms 2023-12-05T13:17:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:37 smithi143 ceph-mon[110709]: pgmap v243: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-12-05T13:17:38.583 INFO:teuthology.orchestra.run.smithi027.stdout: 5 44823 7.81 MB/sec execute 10 sec latency 128.699 ms 2023-12-05T13:17:39.586 INFO:teuthology.orchestra.run.smithi027.stdout: 5 45153 8.27 MB/sec execute 11 sec latency 136.617 ms 2023-12-05T13:17:39.592 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:39 smithi027 ceph-mon[107800]: pgmap v244: 97 pgs: 97 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.5 MiB/s wr, 458 op/s 2023-12-05T13:17:39.796 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:39 smithi143 ceph-mon[110709]: pgmap v244: 97 pgs: 97 active+clean; 264 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.5 MiB/s wr, 458 op/s 2023-12-05T13:17:40.586 INFO:teuthology.orchestra.run.smithi027.stdout: 5 45576 9.26 MB/sec execute 12 sec latency 127.672 ms 2023-12-05T13:17:40.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:17:40.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:40 smithi027 ceph-mon[107800]: Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T13:17:40.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:40 smithi027 ceph-mon[107800]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T13:17:40.855 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:40.855 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:40 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:17:40.855 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:40 smithi027 ceph-mon[107800]: Upgrade: Need to upgrade myself (mgr.smithi027.mnbwoo) 2023-12-05T13:17:41.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:17:41.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:40 smithi143 ceph-mon[110709]: Upgrade: Target is version 19.0.0-13-ge6605fb8 (unknown) 2023-12-05T13:17:41.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:40 smithi143 ceph-mon[110709]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a, digests ['quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a'] 2023-12-05T13:17:41.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:17:41.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:40 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:17:41.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:40 smithi143 ceph-mon[110709]: Upgrade: Need to upgrade myself (mgr.smithi027.mnbwoo) 2023-12-05T13:17:41.586 INFO:teuthology.orchestra.run.smithi027.stdout: 5 45954 9.41 MB/sec execute 13 sec latency 153.931 ms 2023-12-05T13:17:41.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:41 smithi027 ceph-mon[107800]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a on smithi143 2023-12-05T13:17:41.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:41 smithi027 ceph-mon[107800]: pgmap v245: 97 pgs: 97 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.0 MiB/s wr, 363 op/s 2023-12-05T13:17:42.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:41 smithi143 ceph-mon[110709]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a on smithi143 2023-12-05T13:17:42.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:41 smithi143 ceph-mon[110709]: pgmap v245: 97 pgs: 97 active+clean; 263 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.0 MiB/s wr, 363 op/s 2023-12-05T13:17:42.586 INFO:teuthology.orchestra.run.smithi027.stdout: 5 46213 9.05 MB/sec execute 14 sec latency 142.237 ms 2023-12-05T13:17:43.586 INFO:teuthology.orchestra.run.smithi027.stdout: 5 46513 8.85 MB/sec execute 15 sec latency 131.992 ms 2023-12-05T13:17:43.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:43 smithi027 ceph-mon[107800]: pgmap v246: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 340 op/s 2023-12-05T13:17:44.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:43 smithi143 ceph-mon[110709]: pgmap v246: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 340 op/s 2023-12-05T13:17:44.587 INFO:teuthology.orchestra.run.smithi027.stdout: 5 46892 8.73 MB/sec execute 16 sec latency 127.019 ms 2023-12-05T13:17:45.587 INFO:teuthology.orchestra.run.smithi027.stdout: 5 47273 8.94 MB/sec execute 17 sec latency 130.669 ms 2023-12-05T13:17:45.937 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:45 smithi027 ceph-mon[107800]: pgmap v247: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 453 op/s 2023-12-05T13:17:46.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:45 smithi143 ceph-mon[110709]: pgmap v247: 97 pgs: 97 active+clean; 275 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 453 op/s 2023-12-05T13:17:46.587 INFO:teuthology.orchestra.run.smithi027.stdout: 5 47643 8.79 MB/sec execute 18 sec latency 126.618 ms 2023-12-05T13:17:47.475 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:47 smithi027 ceph-mon[107800]: pgmap v248: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-12-05T13:17:47.587 INFO:teuthology.orchestra.run.smithi027.stdout: 5 48046 8.72 MB/sec execute 19 sec latency 131.450 ms 2023-12-05T13:17:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:47 smithi143 ceph-mon[110709]: pgmap v248: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 545 op/s 2023-12-05T13:17:48.587 INFO:teuthology.orchestra.run.smithi027.stdout: 5 48534 8.99 MB/sec execute 20 sec latency 134.237 ms 2023-12-05T13:17:49.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:49 smithi027 ceph-mon[107800]: pgmap v249: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 435 op/s 2023-12-05T13:17:49.587 INFO:teuthology.orchestra.run.smithi027.stdout: 5 48994 9.48 MB/sec execute 21 sec latency 129.804 ms 2023-12-05T13:17:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:49 smithi143 ceph-mon[110709]: pgmap v249: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 435 op/s 2023-12-05T13:17:50.589 INFO:teuthology.orchestra.run.smithi027.stdout: 5 49390 9.72 MB/sec execute 22 sec latency 130.665 ms 2023-12-05T13:17:51.528 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:51 smithi027 ceph-mon[107800]: pgmap v250: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T13:17:51.589 INFO:teuthology.orchestra.run.smithi027.stdout: 5 49707 9.59 MB/sec execute 23 sec latency 127.469 ms 2023-12-05T13:17:51.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:51 smithi143 ceph-mon[110709]: pgmap v250: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T13:17:52.590 INFO:teuthology.orchestra.run.smithi027.stdout: 5 50016 9.38 MB/sec execute 24 sec latency 133.341 ms 2023-12-05T13:17:53.562 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:53 smithi027 ceph-mon[107800]: pgmap v251: 97 pgs: 97 active+clean; 284 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-12-05T13:17:53.599 INFO:teuthology.orchestra.run.smithi027.stdout: 5 50317 9.26 MB/sec execute 25 sec latency 129.765 ms 2023-12-05T13:17:53.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:53 smithi143 ceph-mon[110709]: pgmap v251: 97 pgs: 97 active+clean; 284 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-12-05T13:17:54.599 INFO:teuthology.orchestra.run.smithi027.stdout: 5 50717 9.37 MB/sec execute 26 sec latency 167.752 ms 2023-12-05T13:17:55.592 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:55 smithi027 ceph-mon[107800]: pgmap v252: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.2 MiB/s wr, 591 op/s 2023-12-05T13:17:55.607 INFO:teuthology.orchestra.run.smithi027.stdout: 5 51048 9.26 MB/sec execute 27 sec latency 139.248 ms 2023-12-05T13:17:55.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:55 smithi143 ceph-mon[110709]: pgmap v252: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.2 MiB/s wr, 591 op/s 2023-12-05T13:17:56.607 INFO:teuthology.orchestra.run.smithi027.stdout: 5 51469 9.42 MB/sec execute 28 sec latency 88.514 ms 2023-12-05T13:17:57.273 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:17:57.376 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:57 smithi027 ceph-mon[107800]: pgmap v253: 97 pgs: 97 active+clean; 289 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 527 op/s 2023-12-05T13:17:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:57 smithi143 ceph-mon[110709]: pgmap v253: 97 pgs: 97 active+clean; 289 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 527 op/s 2023-12-05T13:17:57.607 INFO:teuthology.orchestra.run.smithi027.stdout: 5 51818 9.31 MB/sec execute 29 sec latency 132.261 ms 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (5m) 2m ago 7m 26.6M - ba2b418f427c a681f3459c1e 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (7m) 2m ago 7m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (6m) 2m ago 6m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (5m) 2m ago 6m 49.6M - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (2m) 2m ago 2m 17.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (2m) 2m ago 2m 12.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (8m) 2m ago 8m 476M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (6m) 2m ago 6m 419M - 17.2.0 e1d6a67b021e 3e6aa9ccc84e 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (8m) 2m ago 8m 77.6M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:17:58.105 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (6m) 2m ago 6m 60.9M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (2m) 2m ago 2m 56.1M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (2m) 2m ago 2m 55.8M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (6m) 2m ago 6m 24.1M - 1dbe0e931976 4ee0fccdd130 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (6m) 2m ago 6m 24.7M - 1dbe0e931976 4f0ba583a22c 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (5m) 2m ago 5m 53.9M 3224M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (5m) 2m ago 5m 57.4M 3224M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (5m) 2m ago 5m 49.2M 3224M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (4m) 2m ago 4m 50.7M 3224M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (4m) 2m ago 4m 50.3M 3992M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (4m) 2m ago 4m 48.0M 3992M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (4m) 2m ago 4m 52.5M 3992M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (3m) 2m ago 3m 49.8M 3992M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:17:58.106 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (6m) 2m ago 6m 62.9M - 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:17:58.432 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:58 smithi027 ceph-mon[107800]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:58.432 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:58 smithi027 ceph-mon[107800]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:58.573 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:17:58.573 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:17:58.573 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:17:58.573 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:58.573 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-05T13:17:58.574 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:17:58.575 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:17:58.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:58 smithi143 ceph-mon[110709]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:58.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:58 smithi143 ceph-mon[110709]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:58.607 INFO:teuthology.orchestra.run.smithi027.stdout: 5 52226 9.53 MB/sec execute 30 sec latency 108.161 ms 2023-12-05T13:17:58.968 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:17:58.968 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:17:58.968 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:17:58.969 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:17:58.969 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "0/23 daemons upgraded", 2023-12-05T13:17:58.969 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a image on host smithi143" 2023-12-05T13:17:58.969 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:17:59.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:59 smithi027 ceph-mon[107800]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:59.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:59 smithi027 ceph-mon[107800]: pgmap v254: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 588 op/s 2023-12-05T13:17:59.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:17:59 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3512696650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:17:59.463 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:17:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:59 smithi143 ceph-mon[110709]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:17:59.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:59 smithi143 ceph-mon[110709]: pgmap v254: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 588 op/s 2023-12-05T13:17:59.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:17:59 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3512696650' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:17:59.608 INFO:teuthology.orchestra.run.smithi027.stdout: 5 52519 9.48 MB/sec execute 31 sec latency 129.571 ms 2023-12-05T13:18:00.475 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:00 smithi027 ceph-mon[107800]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:00.475 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:00 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1308657350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:18:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:00 smithi143 ceph-mon[110709]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:00 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1308657350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:18:00.608 INFO:teuthology.orchestra.run.smithi027.stdout: 5 52809 9.50 MB/sec execute 32 sec latency 133.595 ms 2023-12-05T13:18:01.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:01 smithi027 ceph-mon[107800]: pgmap v255: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 538 op/s 2023-12-05T13:18:01.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:01 smithi143 ceph-mon[110709]: pgmap v255: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 538 op/s 2023-12-05T13:18:01.608 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53132 9.45 MB/sec execute 33 sec latency 155.725 ms 2023-12-05T13:18:02.608 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53412 9.38 MB/sec execute 34 sec latency 130.161 ms 2023-12-05T13:18:03.608 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53699 9.27 MB/sec execute 35 sec latency 106.518 ms 2023-12-05T13:18:03.646 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:03 smithi027 ceph-mon[107800]: pgmap v256: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 503 op/s 2023-12-05T13:18:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:03 smithi143 ceph-mon[110709]: pgmap v256: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.4 MiB/s wr, 503 op/s 2023-12-05T13:18:04.608 INFO:teuthology.orchestra.run.smithi027.stdout: 5 53965 9.19 MB/sec execute 36 sec latency 128.338 ms 2023-12-05T13:18:05.437 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:05 smithi027 ceph-mon[107800]: pgmap v257: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 533 op/s 2023-12-05T13:18:05.610 INFO:teuthology.orchestra.run.smithi027.stdout: 5 54307 9.20 MB/sec execute 37 sec latency 133.184 ms 2023-12-05T13:18:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:05 smithi143 ceph-mon[110709]: pgmap v257: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.6 MiB/s wr, 533 op/s 2023-12-05T13:18:06.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 54721 9.11 MB/sec execute 38 sec latency 126.785 ms 2023-12-05T13:18:07.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:07 smithi027 ceph-mon[107800]: pgmap v258: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2023-12-05T13:18:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:07 smithi143 ceph-mon[110709]: pgmap v258: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 481 op/s 2023-12-05T13:18:07.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 55110 9.15 MB/sec execute 39 sec latency 124.131 ms 2023-12-05T13:18:08.377 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:08 smithi143 ceph-mon[110709]: Upgrade: Updating mgr.smithi143.ulqovj 2023-12-05T13:18:08.377 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:08.377 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:18:08.377 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:18:08.378 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:08 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:08.378 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:08 smithi143 ceph-mon[110709]: Deploying daemon mgr.smithi143.ulqovj on smithi143 2023-12-05T13:18:08.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:08 smithi027 ceph-mon[107800]: Upgrade: Updating mgr.smithi143.ulqovj 2023-12-05T13:18:08.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:08.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.ulqovj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:18:08.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:18:08.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:08 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:08.471 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:08 smithi027 ceph-mon[107800]: Deploying daemon mgr.smithi143.ulqovj on smithi143 2023-12-05T13:18:08.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 55475 9.29 MB/sec execute 40 sec latency 129.814 ms 2023-12-05T13:18:09.497 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:09 smithi027 ceph-mon[107800]: pgmap v259: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.2 MiB/s wr, 538 op/s 2023-12-05T13:18:09.617 INFO:teuthology.orchestra.run.smithi027.stdout: 5 55818 9.29 MB/sec execute 41 sec latency 129.907 ms 2023-12-05T13:18:09.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:09 smithi143 ceph-mon[110709]: pgmap v259: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.2 MiB/s wr, 538 op/s 2023-12-05T13:18:10.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:10 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:10.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:10 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:10.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:10 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:10.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:10 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:10.616 INFO:teuthology.orchestra.run.smithi027.stdout: 5 56150 9.44 MB/sec execute 42 sec latency 134.457 ms 2023-12-05T13:18:10.717 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:10 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:10.717 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:10 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:10.717 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:10 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:10.717 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:10 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:11.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:11 smithi027 ceph-mon[107800]: pgmap v260: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.1 MiB/s wr, 369 op/s 2023-12-05T13:18:11.619 INFO:teuthology.orchestra.run.smithi027.stdout: 5 56352 9.32 MB/sec execute 43 sec latency 143.124 ms 2023-12-05T13:18:11.731 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:11 smithi143 ceph-mon[110709]: pgmap v260: 97 pgs: 97 active+clean; 303 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.1 MiB/s wr, 369 op/s 2023-12-05T13:18:12.619 INFO:teuthology.orchestra.run.smithi027.stdout: 5 56601 9.20 MB/sec execute 44 sec latency 137.978 ms 2023-12-05T13:18:12.912 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:12.912 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:12 smithi143 ceph-mon[110709]: pgmap v261: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-05T13:18:12.912 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:12 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:13.073 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:13.073 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:12 smithi027 ceph-mon[107800]: pgmap v261: 97 pgs: 97 active+clean; 312 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-05T13:18:13.073 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:12 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:13.625 INFO:teuthology.orchestra.run.smithi027.stdout: 5 56928 9.19 MB/sec execute 45 sec latency 130.688 ms 2023-12-05T13:18:14.637 INFO:teuthology.orchestra.run.smithi027.stdout: 5 57231 9.13 MB/sec execute 46 sec latency 192.487 ms 2023-12-05T13:18:15.638 INFO:teuthology.orchestra.run.smithi027.stdout: 5 57497 9.04 MB/sec execute 47 sec latency 149.338 ms 2023-12-05T13:18:15.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:15 smithi027 ceph-mon[107800]: pgmap v262: 97 pgs: 97 active+clean; 316 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 475 op/s 2023-12-05T13:18:15.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:15 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:15.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:15 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:15.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:15 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:15.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:15 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:15.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:15 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr fail", "who": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:18:15.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:15 smithi027 ceph-mon[107800]: osdmap e67: 8 total, 8 up, 8 in 2023-12-05T13:18:15.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:15 smithi143 ceph-mon[110709]: pgmap v262: 97 pgs: 97 active+clean; 316 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.1 MiB/s wr, 475 op/s 2023-12-05T13:18:15.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:15 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:15.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:15 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:15.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:15 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' 2023-12-05T13:18:15.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:15 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:15.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:15 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "mgr fail", "who": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:18:15.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:15 smithi143 ceph-mon[110709]: osdmap e67: 8 total, 8 up, 8 in 2023-12-05T13:18:16.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:16 smithi027 ceph-mon[107800]: Upgrade: Need to upgrade myself (mgr.smithi027.mnbwoo) 2023-12-05T13:18:16.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:16 smithi027 ceph-mon[107800]: Failing over to other MGR 2023-12-05T13:18:16.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:16 smithi027 ceph-mon[107800]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "mgr fail", "who": "smithi027.mnbwoo"}]': finished 2023-12-05T13:18:16.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:16 smithi027 ceph-mon[107800]: mgrmap e22: smithi143.ulqovj(active, starting, since 0.996955s) 2023-12-05T13:18:16.638 INFO:teuthology.orchestra.run.smithi027.stdout: 5 57837 8.97 MB/sec execute 48 sec latency 123.609 ms 2023-12-05T13:18:16.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:16 smithi143 ceph-mon[110709]: Upgrade: Need to upgrade myself (mgr.smithi027.mnbwoo) 2023-12-05T13:18:16.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:16 smithi143 ceph-mon[110709]: Failing over to other MGR 2023-12-05T13:18:16.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:16 smithi143 ceph-mon[110709]: from='mgr.14208 172.21.15.27:0/2560082817' entity='mgr.smithi027.mnbwoo' cmd='[{"prefix": "mgr fail", "who": "smithi027.mnbwoo"}]': finished 2023-12-05T13:18:16.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:16 smithi143 ceph-mon[110709]: mgrmap e22: smithi143.ulqovj(active, starting, since 0.996955s) 2023-12-05T13:18:17.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:17 smithi143 ceph-mon[110709]: Active manager daemon smithi143.ulqovj restarted 2023-12-05T13:18:17.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:17 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/crt"}]: dispatch 2023-12-05T13:18:17.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:17 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:18:17.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:17 smithi143 ceph-mon[110709]: Activating manager daemon smithi143.ulqovj 2023-12-05T13:18:17.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:17 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/key"}]: dispatch 2023-12-05T13:18:17.548 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:17 smithi143 ceph-mon[110709]: osdmap e68: 8 total, 8 up, 8 in 2023-12-05T13:18:17.549 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:17 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:18:17.638 INFO:teuthology.orchestra.run.smithi027.stdout: 5 58122 8.96 MB/sec execute 49 sec latency 125.236 ms 2023-12-05T13:18:17.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:17 smithi027 ceph-mon[107800]: Active manager daemon smithi143.ulqovj restarted 2023-12-05T13:18:17.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:17 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/crt"}]: dispatch 2023-12-05T13:18:17.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:17 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:18:17.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:17 smithi027 ceph-mon[107800]: Activating manager daemon smithi143.ulqovj 2023-12-05T13:18:17.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:17 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.ulqovj/key"}]: dispatch 2023-12-05T13:18:17.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:17 smithi027 ceph-mon[107800]: osdmap e68: 8 total, 8 up, 8 in 2023-12-05T13:18:17.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:17 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:18:18.638 INFO:teuthology.orchestra.run.smithi027.stdout: 5 58379 8.90 MB/sec execute 50 sec latency 126.213 ms 2023-12-05T13:18:18.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:18:18.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:18:18.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.bzstey"}]: dispatch 2023-12-05T13:18:18.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.xqvwee"}]: dispatch 2023-12-05T13:18:18.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ulqovj", "id": "smithi143.ulqovj"}]: dispatch 2023-12-05T13:18:18.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:18:18.721 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: mgrmap e23: smithi143.ulqovj(active, starting, since 0.0708665s) 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: Manager daemon smithi143.ulqovj is now available 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/trash_purge_schedule"}]: dispatch 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/trash_purge_schedule"}]: dispatch 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:18.723 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:18 smithi027 ceph-mon[107800]: Deploying cephadm binary to smithi143 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi027.bzstey"}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi143.xqvwee"}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mgr metadata", "who": "smithi143.ulqovj", "id": "smithi143.ulqovj"}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: mgrmap e23: smithi143.ulqovj(active, starting, since 0.0708665s) 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-05T13:18:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: Manager daemon smithi143.ulqovj is now available 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/mirror_snapshot_schedule"}]: dispatch 2023-12-05T13:18:18.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/trash_purge_schedule"}]: dispatch 2023-12-05T13:18:18.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi143.ulqovj/trash_purge_schedule"}]: dispatch 2023-12-05T13:18:18.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:18.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:18.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:18 smithi143 ceph-mon[110709]: Deploying cephadm binary to smithi143 2023-12-05T13:18:19.639 INFO:teuthology.orchestra.run.smithi027.stdout: 5 58770 9.04 MB/sec execute 51 sec latency 87.413 ms 2023-12-05T13:18:19.759 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:19 smithi027 ceph-mon[107800]: mgrmap e24: smithi143.ulqovj(active, since 1.10733s) 2023-12-05T13:18:19.759 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:19 smithi027 ceph-mon[107800]: pgmap v3: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:19.760 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:19 smithi027 ceph-mon[107800]: [05/Dec/2023:13:18:19] ENGINE Bus STARTING 2023-12-05T13:18:19.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:19 smithi143 ceph-mon[110709]: mgrmap e24: smithi143.ulqovj(active, since 1.10733s) 2023-12-05T13:18:19.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:19 smithi143 ceph-mon[110709]: pgmap v3: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:19.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:19 smithi143 ceph-mon[110709]: [05/Dec/2023:13:18:19] ENGINE Bus STARTING 2023-12-05T13:18:20.639 INFO:teuthology.orchestra.run.smithi027.stdout: 5 59022 8.98 MB/sec execute 52 sec latency 141.216 ms 2023-12-05T13:18:20.773 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:20 smithi027 ceph-mon[107800]: [05/Dec/2023:13:18:19] ENGINE Serving on https://172.21.15.143:7150 2023-12-05T13:18:20.773 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:20 smithi027 ceph-mon[107800]: pgmap v4: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:20.774 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:20 smithi027 ceph-mon[107800]: mgrmap e25: smithi143.ulqovj(active, since 2s) 2023-12-05T13:18:20.774 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:20 smithi027 ceph-mon[107800]: [05/Dec/2023:13:18:19] ENGINE Serving on http://172.21.15.143:8765 2023-12-05T13:18:20.774 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:20 smithi027 ceph-mon[107800]: [05/Dec/2023:13:18:19] ENGINE Bus STARTED 2023-12-05T13:18:20.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:20 smithi143 ceph-mon[110709]: [05/Dec/2023:13:18:19] ENGINE Serving on https://172.21.15.143:7150 2023-12-05T13:18:20.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:20 smithi143 ceph-mon[110709]: pgmap v4: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:20.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:20 smithi143 ceph-mon[110709]: mgrmap e25: smithi143.ulqovj(active, since 2s) 2023-12-05T13:18:20.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:20 smithi143 ceph-mon[110709]: [05/Dec/2023:13:18:19] ENGINE Serving on http://172.21.15.143:8765 2023-12-05T13:18:20.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:20 smithi143 ceph-mon[110709]: [05/Dec/2023:13:18:19] ENGINE Bus STARTED 2023-12-05T13:18:21.645 INFO:teuthology.orchestra.run.smithi027.stdout: 5 59283 8.96 MB/sec execute 53 sec latency 126.980 ms 2023-12-05T13:18:22.314 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:22 smithi027 ceph-mon[107800]: Deploying cephadm binary to smithi027 2023-12-05T13:18:22.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:22 smithi143 ceph-mon[110709]: Deploying cephadm binary to smithi027 2023-12-05T13:18:22.646 INFO:teuthology.orchestra.run.smithi027.stdout: 5 59627 8.98 MB/sec execute 54 sec latency 129.637 ms 2023-12-05T13:18:23.342 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:23 smithi027 ceph-mon[107800]: pgmap v5: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:23.342 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:23 smithi027 ceph-mon[107800]: mgrmap e26: smithi143.ulqovj(active, since 4s) 2023-12-05T13:18:23.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:23 smithi143 ceph-mon[110709]: pgmap v5: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:23.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:23 smithi143 ceph-mon[110709]: mgrmap e26: smithi143.ulqovj(active, since 4s) 2023-12-05T13:18:23.646 INFO:teuthology.orchestra.run.smithi027.stdout: 5 59963 9.00 MB/sec execute 55 sec latency 105.690 ms 2023-12-05T13:18:24.655 INFO:teuthology.orchestra.run.smithi027.stdout: 5 60268 8.99 MB/sec execute 56 sec latency 129.542 ms 2023-12-05T13:18:25.398 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:25 smithi027 ceph-mon[107800]: pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:25.398 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:25 smithi027 ceph-mon[107800]: Standby manager daemon smithi027.mnbwoo started 2023-12-05T13:18:25.398 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:25 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.mnbwoo/crt"}]: dispatch 2023-12-05T13:18:25.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:25 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:18:25.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:25 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.mnbwoo/key"}]: dispatch 2023-12-05T13:18:25.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:25 smithi027 ceph-mon[107800]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:18:25.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:25 smithi143 ceph-mon[110709]: pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail 2023-12-05T13:18:25.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:25 smithi143 ceph-mon[110709]: Standby manager daemon smithi027.mnbwoo started 2023-12-05T13:18:25.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:25 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.mnbwoo/crt"}]: dispatch 2023-12-05T13:18:25.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:25 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-05T13:18:25.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:25 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi027.mnbwoo/key"}]: dispatch 2023-12-05T13:18:25.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:25 smithi143 ceph-mon[110709]: from='mgr.? 172.21.15.27:0/3052624819' entity='mgr.smithi027.mnbwoo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-05T13:18:25.656 INFO:teuthology.orchestra.run.smithi027.stdout: 5 60529 8.95 MB/sec execute 57 sec latency 136.494 ms 2023-12-05T13:18:26.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:26 smithi027 ceph-mon[107800]: mgrmap e27: smithi143.ulqovj(active, since 7s), standbys: smithi027.mnbwoo 2023-12-05T13:18:26.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:26 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mgr metadata", "who": "smithi027.mnbwoo", "id": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:18:26.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:26 smithi143 ceph-mon[110709]: mgrmap e27: smithi143.ulqovj(active, since 7s), standbys: smithi027.mnbwoo 2023-12-05T13:18:26.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:26 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mgr metadata", "who": "smithi027.mnbwoo", "id": "smithi027.mnbwoo"}]: dispatch 2023-12-05T13:18:26.656 INFO:teuthology.orchestra.run.smithi027.stdout: 5 60850 8.94 MB/sec execute 58 sec latency 129.667 ms 2023-12-05T13:18:27.428 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:27 smithi027 ceph-mon[107800]: pgmap v7: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 3.5 MiB/s wr, 318 op/s 2023-12-05T13:18:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:27 smithi143 ceph-mon[110709]: pgmap v7: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 3.5 MiB/s wr, 318 op/s 2023-12-05T13:18:27.673 INFO:teuthology.orchestra.run.smithi027.stdout: 5 61112 8.85 MB/sec execute 59 sec latency 129.246 ms 2023-12-05T13:18:28.658 INFO:teuthology.orchestra.run.smithi027.stdout: 5 61517 8.84 MB/sec execute 60 sec latency 118.155 ms 2023-12-05T13:18:28.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:28.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:28.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:28 smithi027 ceph-mon[107800]: pgmap v8: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 247 op/s 2023-12-05T13:18:28.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:28.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:28.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:28.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:28.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:28 smithi143 ceph-mon[110709]: pgmap v8: 97 pgs: 97 active+clean; 329 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 247 op/s 2023-12-05T13:18:28.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:28.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:29.658 INFO:teuthology.orchestra.run.smithi027.stdout: 5 61794 8.79 MB/sec execute 61 sec latency 128.556 ms 2023-12-05T13:18:29.999 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:18:30.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:30 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:30.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:30 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:30.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:30 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:30.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:30 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:30.671 INFO:teuthology.orchestra.run.smithi027.stdout: 5 62079 8.82 MB/sec execute 62 sec latency 97.987 ms 2023-12-05T13:18:30.994 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:18:30.994 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (6m) 2s ago 7m 30.3M - 0.23.0 ba2b418f427c a681f3459c1e 2023-12-05T13:18:30.994 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (7m) 2s ago 7m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (7m) 3s ago 7m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (6m) 2s ago 7m 61.2M - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (3m) 2s ago 3m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (3m) 3s ago 3m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (8m) 2s ago 8m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (21s) 3s ago 7m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (8m) 2s ago 8m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (7m) 3s ago 7m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (3m) 2s ago 3m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (3m) 3s ago 3m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (7m) 2s ago 7m 24.3M - 1.3.1 1dbe0e931976 4ee0fccdd130 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (6m) 3s ago 6m 26.2M - 1.3.1 1dbe0e931976 4f0ba583a22c 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (6m) 2s ago 6m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:18:30.995 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (6m) 2s ago 6m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:18:30.996 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (5m) 2s ago 5m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:18:30.996 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (5m) 2s ago 5m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:18:30.996 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (5m) 3s ago 5m 737M 3992M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:18:30.996 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (4m) 3s ago 4m 985M 3992M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:18:30.996 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (4m) 3s ago 4m 796M 3992M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:18:30.996 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (4m) 3s ago 4m 1327M 3992M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:18:30.996 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (6m) 2s ago 6m 67.8M - 2.33.4 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:18:31.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: pgmap v9: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 4.0 MiB/s wr, 408 op/s 2023-12-05T13:18:31.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:31.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:31.249 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:31.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.250 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.251 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.251 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.251 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi027 to 1944M 2023-12-05T13:18:31.251 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:31 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:18:31.575 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:18:31.576 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:18:31.576 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:18:31.576 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:18:31.576 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:18:31.576 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:18:31.576 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:18:31.576 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: pgmap v9: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 4.0 MiB/s wr, 408 op/s 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi027 to 1944M 2023-12-05T13:18:31.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:31 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:31.673 INFO:teuthology.orchestra.run.smithi027.stdout: 5 62448 8.87 MB/sec execute 63 sec latency 142.309 ms 2023-12-05T13:18:32.095 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:18:32.095 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:18:32.095 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:18:32.095 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:18:32.095 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:18:32.095 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:18:32.096 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "", 2023-12-05T13:18:32.096 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:18:32.096 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:18:32.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:32 smithi027 ceph-mon[107800]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:32.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:32 smithi027 ceph-mon[107800]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:32.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:32 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1941442406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:18:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:32 smithi143 ceph-mon[110709]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:32.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:32 smithi143 ceph-mon[110709]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:32.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:32 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1941442406' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:18:32.673 INFO:teuthology.orchestra.run.smithi027.stdout: 5 62747 8.90 MB/sec execute 64 sec latency 126.677 ms 2023-12-05T13:18:32.679 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:18:33.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:33 smithi027 ceph-mon[107800]: pgmap v10: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-05T13:18:33.306 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:33 smithi027 ceph-mon[107800]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:33.306 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:18:33.306 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:33 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3974900244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:18:33.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:33 smithi143 ceph-mon[110709]: pgmap v10: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-05T13:18:33.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:33 smithi143 ceph-mon[110709]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:18:33.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:18:33.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:33 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3974900244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:18:33.673 INFO:teuthology.orchestra.run.smithi027.stdout: 5 63091 8.92 MB/sec execute 65 sec latency 130.651 ms 2023-12-05T13:18:34.673 INFO:teuthology.orchestra.run.smithi027.stdout: 5 63434 8.92 MB/sec execute 66 sec latency 133.888 ms 2023-12-05T13:18:35.356 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:35 smithi027 ceph-mon[107800]: pgmap v11: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-05T13:18:35.465 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:35 smithi143 ceph-mon[110709]: pgmap v11: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 373 op/s 2023-12-05T13:18:35.682 INFO:teuthology.orchestra.run.smithi027.stdout: 5 63684 8.86 MB/sec execute 67 sec latency 126.471 ms 2023-12-05T13:18:36.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: pgmap v12: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-12-05T13:18:36.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:36.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:36.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.622 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: Adjusting osd_memory_target on smithi143 to 2712M 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: Updating smithi143:/etc/ceph/ceph.conf 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: Updating smithi143:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: Updating smithi027:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:18:36.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:36 smithi027 ceph-mon[107800]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:18:36.683 INFO:teuthology.orchestra.run.smithi027.stdout: 5 63902 8.81 MB/sec execute 68 sec latency 135.571 ms 2023-12-05T13:18:36.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: pgmap v12: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 5.9 MiB/s wr, 560 op/s 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: Adjusting osd_memory_target on smithi143 to 2712M 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:36.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:18:36.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:18:36.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: Updating smithi027:/etc/ceph/ceph.conf 2023-12-05T13:18:36.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: Updating smithi143:/etc/ceph/ceph.conf 2023-12-05T13:18:36.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: Updating smithi143:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:18:36.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: Updating smithi027:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-05T13:18:36.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:18:36.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:36 smithi143 ceph-mon[110709]: Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: Updating smithi143:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: Updating smithi027:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.642 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:37.643 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-05T13:18:37.643 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:37 smithi027 ceph-mon[107800]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-05T13:18:37.684 INFO:teuthology.orchestra.run.smithi027.stdout: 5 64269 8.87 MB/sec execute 69 sec latency 129.248 ms 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: Updating smithi143:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: Updating smithi027:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:38.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: Reconfiguring alertmanager.smithi027 (dependencies changed)... 2023-12-05T13:18:38.091 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:37 smithi143 ceph-mon[110709]: Reconfiguring daemon alertmanager.smithi027 on smithi027 2023-12-05T13:18:38.683 INFO:teuthology.orchestra.run.smithi027.stdout: 5 64517 8.79 MB/sec execute 70 sec latency 120.589 ms 2023-12-05T13:18:39.426 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:39 smithi027 ceph-mon[107800]: pgmap v13: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-05T13:18:39.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:39 smithi143 ceph-mon[110709]: pgmap v13: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-12-05T13:18:39.684 INFO:teuthology.orchestra.run.smithi027.stdout: 5 64834 8.74 MB/sec execute 71 sec latency 127.064 ms 2023-12-05T13:18:40.684 INFO:teuthology.orchestra.run.smithi027.stdout: 5 65134 8.68 MB/sec execute 72 sec latency 142.216 ms 2023-12-05T13:18:41.510 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:41 smithi027 ceph-mon[107800]: pgmap v14: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-05T13:18:41.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:41 smithi143 ceph-mon[110709]: pgmap v14: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-05T13:18:41.684 INFO:teuthology.orchestra.run.smithi027.stdout: 5 65486 8.72 MB/sec execute 73 sec latency 142.995 ms 2023-12-05T13:18:42.685 INFO:teuthology.orchestra.run.smithi027.stdout: 5 65814 8.77 MB/sec execute 74 sec latency 129.283 ms 2023-12-05T13:18:43.537 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:43 smithi027 ceph-mon[107800]: pgmap v15: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-12-05T13:18:43.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:43 smithi143 ceph-mon[110709]: pgmap v15: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-12-05T13:18:43.685 INFO:teuthology.orchestra.run.smithi027.stdout: 5 66224 8.88 MB/sec execute 75 sec latency 125.726 ms 2023-12-05T13:18:44.685 INFO:teuthology.orchestra.run.smithi027.stdout: 5 66583 8.90 MB/sec execute 76 sec latency 126.297 ms 2023-12-05T13:18:45.553 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:45 smithi027 ceph-mon[107800]: pgmap v16: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-12-05T13:18:45.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:45 smithi143 ceph-mon[110709]: pgmap v16: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 370 op/s 2023-12-05T13:18:45.685 INFO:teuthology.orchestra.run.smithi027.stdout: 5 66873 8.84 MB/sec execute 77 sec latency 126.419 ms 2023-12-05T13:18:46.685 INFO:teuthology.orchestra.run.smithi027.stdout: 5 67174 8.78 MB/sec execute 78 sec latency 129.705 ms 2023-12-05T13:18:47.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:47 smithi027 ceph-mon[107800]: pgmap v17: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 635 op/s 2023-12-05T13:18:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:47 smithi143 ceph-mon[110709]: pgmap v17: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 635 op/s 2023-12-05T13:18:47.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 67590 8.82 MB/sec execute 79 sec latency 89.930 ms 2023-12-05T13:18:48.368 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:18:48.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 67908 8.83 MB/sec execute 80 sec latency 133.593 ms 2023-12-05T13:18:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:18:49.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:49 smithi027 ceph-mon[107800]: pgmap v18: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 447 op/s 2023-12-05T13:18:49.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 68306 8.83 MB/sec execute 81 sec latency 133.386 ms 2023-12-05T13:18:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:49 smithi143 ceph-mon[110709]: pgmap v18: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 447 op/s 2023-12-05T13:18:50.404 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:50 smithi027 ceph-mon[107800]: pgmap v19: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 659 op/s 2023-12-05T13:18:50.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 68632 8.78 MB/sec execute 82 sec latency 207.805 ms 2023-12-05T13:18:50.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:50 smithi143 ceph-mon[110709]: pgmap v19: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.0 MiB/s wr, 659 op/s 2023-12-05T13:18:51.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.676 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-05T13:18:51.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T13:18:51.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:18:51.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:18:51.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:51 smithi027 ceph-mon[107800]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-05T13:18:51.691 INFO:teuthology.orchestra.run.smithi027.stdout: 5 68990 8.82 MB/sec execute 83 sec latency 129.489 ms 2023-12-05T13:18:51.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: Reconfiguring grafana.smithi027 (dependencies changed)... 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-05T13:18:51.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:51 smithi143 ceph-mon[110709]: Reconfiguring daemon grafana.smithi027 on smithi027 2023-12-05T13:18:52.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 69354 8.86 MB/sec execute 84 sec latency 128.859 ms 2023-12-05T13:18:52.710 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:52 smithi027 ceph-mon[107800]: pgmap v20: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 476 op/s 2023-12-05T13:18:52.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:52 smithi143 ceph-mon[110709]: pgmap v20: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 476 op/s 2023-12-05T13:18:53.692 INFO:teuthology.orchestra.run.smithi027.stdout: 5 69775 8.95 MB/sec execute 85 sec latency 127.045 ms 2023-12-05T13:18:54.698 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70083 8.98 MB/sec execute 86 sec latency 113.853 ms 2023-12-05T13:18:54.734 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:54 smithi027 ceph-mon[107800]: pgmap v21: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 476 op/s 2023-12-05T13:18:54.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:54 smithi143 ceph-mon[110709]: pgmap v21: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 476 op/s 2023-12-05T13:18:55.698 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70342 8.91 MB/sec execute 87 sec latency 96.872 ms 2023-12-05T13:18:56.699 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70536 8.84 MB/sec execute 88 sec latency 143.831 ms 2023-12-05T13:18:57.320 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:57 smithi027 ceph-mon[107800]: pgmap v22: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.6 MiB/s wr, 693 op/s 2023-12-05T13:18:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:57 smithi143 ceph-mon[110709]: pgmap v22: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.6 MiB/s wr, 693 op/s 2023-12-05T13:18:57.702 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70721 8.78 MB/sec execute 89 sec latency 126.642 ms 2023-12-05T13:18:58.702 INFO:teuthology.orchestra.run.smithi027.stdout: 5 70961 8.73 MB/sec execute 90 sec latency 204.079 ms 2023-12-05T13:18:59.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:18:59 smithi027 ceph-mon[107800]: pgmap v23: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-05T13:18:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:18:59 smithi143 ceph-mon[110709]: pgmap v23: 97 pgs: 97 active+clean; 342 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-05T13:18:59.703 INFO:teuthology.orchestra.run.smithi027.stdout: 5 71186 8.74 MB/sec execute 91 sec latency 120.848 ms 2023-12-05T13:19:00.704 INFO:teuthology.orchestra.run.smithi027.stdout: 5 71425 8.68 MB/sec execute 92 sec latency 106.878 ms 2023-12-05T13:19:01.472 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:01 smithi027 ceph-mon[107800]: pgmap v24: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.9 MiB/s wr, 584 op/s 2023-12-05T13:19:01.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:01 smithi143 ceph-mon[110709]: pgmap v24: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.9 MiB/s wr, 584 op/s 2023-12-05T13:19:01.704 INFO:teuthology.orchestra.run.smithi027.stdout: 5 71773 8.71 MB/sec execute 93 sec latency 104.142 ms 2023-12-05T13:19:02.704 INFO:teuthology.orchestra.run.smithi027.stdout: 5 72003 8.66 MB/sec execute 94 sec latency 131.805 ms 2023-12-05T13:19:03.192 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:19:03.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:03 smithi027 ceph-mon[107800]: pgmap v25: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T13:19:03.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:03.704 INFO:teuthology.orchestra.run.smithi027.stdout: 5 72212 8.62 MB/sec execute 95 sec latency 135.028 ms 2023-12-05T13:19:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:03 smithi143 ceph-mon[110709]: pgmap v25: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T13:19:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:04.072 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:19:04.072 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:19:04.072 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (8m) 35s ago 8m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (7m) 36s ago 7m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (6m) 35s ago 7m 61.2M - 8.3.5 dad864ee21e9 7e8a8ea72fab 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (3m) 35s ago 3m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (3m) 36s ago 3m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (9m) 35s ago 9m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (54s) 36s ago 7m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (9m) 35s ago 9m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (7m) 36s ago 7m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (3m) 35s ago 3m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (3m) 36s ago 3m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (7m) 35s ago 7m 24.3M - 1.3.1 1dbe0e931976 4ee0fccdd130 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (7m) 36s ago 7m 26.2M - 1.3.1 1dbe0e931976 4f0ba583a22c 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (7m) 35s ago 7m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:19:04.073 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (6m) 35s ago 6m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:19:04.074 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (6m) 35s ago 6m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:19:04.074 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (6m) 35s ago 6m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:19:04.074 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (5m) 36s ago 5m 737M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:19:04.074 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (5m) 36s ago 5m 985M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:19:04.074 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (5m) 36s ago 5m 796M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:19:04.074 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (4m) 36s ago 4m 1327M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:19:04.074 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (7m) 35s ago 7m 67.8M - 2.33.4 514e6a882f6e 2f90b2c9d0e6 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:19:04.586 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:19:04.587 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:19:04.592 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:04 smithi027 ceph-mon[107800]: from='client.24531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:04.708 INFO:teuthology.orchestra.run.smithi027.stdout: 5 72497 8.60 MB/sec execute 96 sec latency 144.982 ms 2023-12-05T13:19:04.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:04 smithi143 ceph-mon[110709]: from='client.24531 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:05.044 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:19:05.044 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:19:05.044 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:19:05.044 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:19:05.044 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:19:05.044 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:19:05.044 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "", 2023-12-05T13:19:05.045 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:19:05.045 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:19:05.593 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:19:05.614 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:05 smithi027 ceph-mon[107800]: pgmap v26: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T13:19:05.614 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:05 smithi027 ceph-mon[107800]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:05.615 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:05 smithi027 ceph-mon[107800]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:05.615 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:05 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3601823446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:19:05.711 INFO:teuthology.orchestra.run.smithi027.stdout: 5 72754 8.59 MB/sec execute 97 sec latency 129.240 ms 2023-12-05T13:19:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:05 smithi143 ceph-mon[110709]: pgmap v26: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-05T13:19:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:05 smithi143 ceph-mon[110709]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:05 smithi143 ceph-mon[110709]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:05.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:05 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3601823446' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:19:06.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:06 smithi027 ceph-mon[107800]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:06.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:06 smithi027 ceph-mon[107800]: pgmap v27: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 515 op/s 2023-12-05T13:19:06.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:06 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3809604901' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:19:06.716 INFO:teuthology.orchestra.run.smithi027.stdout: 5 73039 8.61 MB/sec execute 98 sec latency 126.843 ms 2023-12-05T13:19:06.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:06 smithi143 ceph-mon[110709]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:06.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:06 smithi143 ceph-mon[110709]: pgmap v27: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 515 op/s 2023-12-05T13:19:06.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:06 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3809604901' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:19:07.717 INFO:teuthology.orchestra.run.smithi027.stdout: 5 73432 8.68 MB/sec execute 99 sec latency 123.639 ms 2023-12-05T13:19:08.660 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:08 smithi027 ceph-mon[107800]: pgmap v28: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 298 op/s 2023-12-05T13:19:08.716 INFO:teuthology.orchestra.run.smithi027.stdout: 5 73693 8.68 MB/sec execute 100 sec latency 136.589 ms 2023-12-05T13:19:08.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:08 smithi143 ceph-mon[110709]: pgmap v28: 97 pgs: 97 active+clean; 333 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 298 op/s 2023-12-05T13:19:09.716 INFO:teuthology.orchestra.run.smithi027.stdout: 5 73986 8.63 MB/sec execute 101 sec latency 130.617 ms 2023-12-05T13:19:10.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:10 smithi027 ceph-mon[107800]: pgmap v29: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-12-05T13:19:10.716 INFO:teuthology.orchestra.run.smithi027.stdout: 5 74231 8.58 MB/sec execute 102 sec latency 130.774 ms 2023-12-05T13:19:11.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:10 smithi143 ceph-mon[110709]: pgmap v29: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 468 op/s 2023-12-05T13:19:11.717 INFO:teuthology.orchestra.run.smithi027.stdout: 5 74486 8.56 MB/sec execute 103 sec latency 130.209 ms 2023-12-05T13:19:12.718 INFO:teuthology.orchestra.run.smithi027.stdout: 5 74770 8.57 MB/sec execute 104 sec latency 122.426 ms 2023-12-05T13:19:12.988 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:12 smithi027 ceph-mon[107800]: pgmap v30: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 312 op/s 2023-12-05T13:19:12.988 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:12 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:12.988 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:12 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:12.988 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:12 smithi027 ceph-mon[107800]: Reconfiguring node-exporter.smithi027 (dependencies changed)... 2023-12-05T13:19:12.989 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:12 smithi027 ceph-mon[107800]: Reconfiguring daemon node-exporter.smithi027 on smithi027 2023-12-05T13:19:13.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:12 smithi143 ceph-mon[110709]: pgmap v30: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 312 op/s 2023-12-05T13:19:13.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:12 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:12 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:12 smithi143 ceph-mon[110709]: Reconfiguring node-exporter.smithi027 (dependencies changed)... 2023-12-05T13:19:13.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:12 smithi143 ceph-mon[110709]: Reconfiguring daemon node-exporter.smithi027 on smithi027 2023-12-05T13:19:13.717 INFO:teuthology.orchestra.run.smithi027.stdout: 5 75165 8.58 MB/sec execute 105 sec latency 124.270 ms 2023-12-05T13:19:14.718 INFO:teuthology.orchestra.run.smithi027.stdout: 5 75549 8.56 MB/sec execute 106 sec latency 129.941 ms 2023-12-05T13:19:15.032 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:14 smithi027 ceph-mon[107800]: pgmap v31: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 312 op/s 2023-12-05T13:19:15.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:14 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:15.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:14 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:15.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:14 smithi027 ceph-mon[107800]: Reconfiguring prometheus.smithi027 (dependencies changed)... 2023-12-05T13:19:15.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:14 smithi027 ceph-mon[107800]: Reconfiguring daemon prometheus.smithi027 on smithi027 2023-12-05T13:19:15.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:14 smithi143 ceph-mon[110709]: pgmap v31: 97 pgs: 97 active+clean; 340 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 312 op/s 2023-12-05T13:19:15.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:14 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:15.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:14 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:15.339 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:14 smithi143 ceph-mon[110709]: Reconfiguring prometheus.smithi027 (dependencies changed)... 2023-12-05T13:19:15.340 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:14 smithi143 ceph-mon[110709]: Reconfiguring daemon prometheus.smithi027 on smithi027 2023-12-05T13:19:15.717 INFO:teuthology.orchestra.run.smithi027.stdout: 5 75826 8.53 MB/sec execute 107 sec latency 131.695 ms 2023-12-05T13:19:16.717 INFO:teuthology.orchestra.run.smithi027.stdout: 5 76080 8.54 MB/sec execute 108 sec latency 149.327 ms 2023-12-05T13:19:17.343 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:17 smithi027 ceph-mon[107800]: pgmap v32: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-12-05T13:19:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:17 smithi143 ceph-mon[110709]: pgmap v32: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-12-05T13:19:17.718 INFO:teuthology.orchestra.run.smithi027.stdout: 5 76300 8.53 MB/sec execute 109 sec latency 129.302 ms 2023-12-05T13:19:18.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:18.717 INFO:teuthology.orchestra.run.smithi027.stdout: 5 76593 8.54 MB/sec execute 110 sec latency 198.951 ms 2023-12-05T13:19:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:19.419 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:19 smithi027 ceph-mon[107800]: pgmap v33: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-05T13:19:19.718 INFO:teuthology.orchestra.run.smithi027.stdout: 5 76960 8.59 MB/sec execute 111 sec latency 137.988 ms 2023-12-05T13:19:19.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:19 smithi143 ceph-mon[110709]: pgmap v33: 97 pgs: 97 active+clean; 335 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-12-05T13:19:20.718 INFO:teuthology.orchestra.run.smithi027.stdout: 5 77239 8.60 MB/sec execute 112 sec latency 127.745 ms 2023-12-05T13:19:21.446 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:21 smithi027 ceph-mon[107800]: pgmap v34: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 523 op/s 2023-12-05T13:19:21.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 77456 8.56 MB/sec execute 113 sec latency 129.600 ms 2023-12-05T13:19:21.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:21 smithi143 ceph-mon[110709]: pgmap v34: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 523 op/s 2023-12-05T13:19:22.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 77712 8.54 MB/sec execute 114 sec latency 130.141 ms 2023-12-05T13:19:23.478 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:23 smithi027 ceph-mon[107800]: pgmap v35: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-05T13:19:23.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 78011 8.50 MB/sec execute 115 sec latency 126.843 ms 2023-12-05T13:19:23.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:23 smithi143 ceph-mon[110709]: pgmap v35: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-05T13:19:24.722 INFO:teuthology.orchestra.run.smithi027.stdout: 5 78266 8.49 MB/sec execute 116 sec latency 139.295 ms 2023-12-05T13:19:25.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:25 smithi027 ceph-mon[107800]: pgmap v36: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-05T13:19:25.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 78599 8.52 MB/sec execute 117 sec latency 126.592 ms 2023-12-05T13:19:25.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:25 smithi143 ceph-mon[110709]: pgmap v36: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-05T13:19:26.722 INFO:teuthology.orchestra.run.smithi027.stdout: 5 78963 8.49 MB/sec execute 118 sec latency 126.859 ms 2023-12-05T13:19:27.071 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:27 smithi027 ceph-mon[107800]: pgmap v37: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-05T13:19:27.071 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:27 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:27.071 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:27 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:27.071 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:27 smithi027 ceph-mon[107800]: Reconfiguring node-exporter.smithi143 (dependencies changed)... 2023-12-05T13:19:27.071 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:27 smithi027 ceph-mon[107800]: Reconfiguring daemon node-exporter.smithi143 on smithi143 2023-12-05T13:19:27.326 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:27 smithi143 ceph-mon[110709]: pgmap v37: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-12-05T13:19:27.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:27 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:27.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:27 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:27.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:27 smithi143 ceph-mon[110709]: Reconfiguring node-exporter.smithi143 (dependencies changed)... 2023-12-05T13:19:27.327 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:27 smithi143 ceph-mon[110709]: Reconfiguring daemon node-exporter.smithi143 on smithi143 2023-12-05T13:19:27.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 79321 8.46 MB/sec execute 119 sec latency 123.206 ms 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:19:28.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: Upgrade: Need to upgrade myself (mgr.smithi143.ulqovj) 2023-12-05T13:19:28.337 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:28 smithi027 ceph-mon[107800]: Upgrade: Need to upgrade myself (mgr.smithi143.ulqovj) 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027.front.sepia.ceph.com:9093"}]: dispatch 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027.front.sepia.ceph.com:3000"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027.front.sepia.ceph.com:9095"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: Upgrade: Need to upgrade myself (mgr.smithi143.ulqovj) 2023-12-05T13:19:28.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:28 smithi143 ceph-mon[110709]: Upgrade: Need to upgrade myself (mgr.smithi143.ulqovj) 2023-12-05T13:19:28.721 INFO:teuthology.orchestra.run.smithi027.stdout: 5 79709 8.49 MB/sec execute 120 sec latency 134.779 ms 2023-12-05T13:19:29.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:29 smithi027 ceph-mon[107800]: pgmap v38: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.7 MiB/s wr, 333 op/s 2023-12-05T13:19:29.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:29 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:29.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:29 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.mnbwoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:19:29.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:29 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.mnbwoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:19:29.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:29 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:19:29.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:29 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:29.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:29 smithi143 ceph-mon[110709]: pgmap v38: 97 pgs: 97 active+clean; 344 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.7 MiB/s wr, 333 op/s 2023-12-05T13:19:29.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:29 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:19:29.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:29 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.mnbwoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:19:29.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:29 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.mnbwoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-05T13:19:29.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:29 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-05T13:19:29.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:29 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:19:29.722 INFO:teuthology.orchestra.run.smithi027.stdout: 5 80064 8.52 MB/sec execute 121 sec latency 139.089 ms 2023-12-05T13:19:30.291 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:30 smithi027 ceph-mon[107800]: Upgrade: Updating mgr.smithi027.mnbwoo 2023-12-05T13:19:30.291 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:30 smithi027 ceph-mon[107800]: Deploying daemon mgr.smithi027.mnbwoo on smithi027 2023-12-05T13:19:30.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:30 smithi143 ceph-mon[110709]: Upgrade: Updating mgr.smithi027.mnbwoo 2023-12-05T13:19:30.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:30 smithi143 ceph-mon[110709]: Deploying daemon mgr.smithi027.mnbwoo on smithi027 2023-12-05T13:19:30.728 INFO:teuthology.orchestra.run.smithi027.stdout: 5 80434 8.60 MB/sec execute 122 sec latency 108.079 ms 2023-12-05T13:19:31.395 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:31 smithi027 ceph-mon[107800]: pgmap v39: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-12-05T13:19:31.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:31 smithi143 ceph-mon[110709]: pgmap v39: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-12-05T13:19:31.728 INFO:teuthology.orchestra.run.smithi027.stdout: 5 80774 8.59 MB/sec execute 123 sec latency 129.726 ms 2023-12-05T13:19:32.729 INFO:teuthology.orchestra.run.smithi027.stdout: 5 81075 8.57 MB/sec execute 124 sec latency 130.437 ms 2023-12-05T13:19:33.425 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:33 smithi027 ceph-mon[107800]: pgmap v40: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-05T13:19:33.425 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:33 smithi143 ceph-mon[110709]: pgmap v40: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-05T13:19:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:33.729 INFO:teuthology.orchestra.run.smithi027.stdout: 5 81306 8.53 MB/sec execute 125 sec latency 141.310 ms 2023-12-05T13:19:34.729 INFO:teuthology.orchestra.run.smithi027.stdout: 5 81617 8.53 MB/sec execute 126 sec latency 207.820 ms 2023-12-05T13:19:35.453 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:35 smithi027 ceph-mon[107800]: pgmap v41: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-05T13:19:35.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:35 smithi143 ceph-mon[110709]: pgmap v41: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-05T13:19:35.729 INFO:teuthology.orchestra.run.smithi027.stdout: 5 81969 8.56 MB/sec execute 127 sec latency 148.489 ms 2023-12-05T13:19:36.084 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:19:36.730 INFO:teuthology.orchestra.run.smithi027.stdout: 5 82305 8.54 MB/sec execute 128 sec latency 125.244 ms 2023-12-05T13:19:37.022 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (8m) 68s ago 8m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (8m) 69s ago 8m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (4m) 68s ago 4m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (4m) 69s ago 4m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (9m) 68s ago 9m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (87s) 69s ago 8m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (9m) 68s ago 9m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (8m) 69s ago 8m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (4m) 68s ago 4m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (4m) 69s ago 4m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:19:37.023 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (7m) 68s ago 7m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (7m) 68s ago 7m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (6m) 68s ago 6m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (6m) 68s ago 6m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (6m) 69s ago 6m 737M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (6m) 69s ago 6m 985M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (5m) 69s ago 5m 796M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (5m) 69s ago 5m 1327M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:19:37.024 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-05T13:19:37.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:37 smithi027 ceph-mon[107800]: pgmap v42: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 565 op/s 2023-12-05T13:19:37.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:37 smithi027 ceph-mon[107800]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:37.581 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:19:37.582 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:19:37.583 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:19:37.583 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:19:37.583 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:19:37.583 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:19:37.583 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:19:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:37 smithi143 ceph-mon[110709]: pgmap v42: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 565 op/s 2023-12-05T13:19:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:37 smithi143 ceph-mon[110709]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:37.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 82641 8.52 MB/sec execute 129 sec latency 129.615 ms 2023-12-05T13:19:38.085 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:19:38.085 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:19:38.085 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:19:38.085 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:19:38.085 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:19:38.086 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:19:38.086 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T13:19:38.086 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:19:38.086 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:19:38.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:38 smithi027 ceph-mon[107800]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:38.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:38 smithi027 ceph-mon[107800]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:38.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:38 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/775111160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:19:38.671 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:19:38.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 82965 8.51 MB/sec execute 130 sec latency 103.003 ms 2023-12-05T13:19:38.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:38 smithi143 ceph-mon[110709]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:38.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:38 smithi143 ceph-mon[110709]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:38.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:38 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/775111160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:19:39.544 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:39 smithi027 ceph-mon[107800]: pgmap v43: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-05T13:19:39.544 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:39 smithi027 ceph-mon[107800]: from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:39.544 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:39 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1286553866' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:19:39.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 83323 8.55 MB/sec execute 131 sec latency 129.750 ms 2023-12-05T13:19:39.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:39 smithi143 ceph-mon[110709]: pgmap v43: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-05T13:19:39.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:39 smithi143 ceph-mon[110709]: from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:19:39.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:39 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1286553866' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:19:40.580 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:40 smithi027 ceph-mon[107800]: pgmap v44: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.8 MiB/s wr, 598 op/s 2023-12-05T13:19:40.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 83698 8.56 MB/sec execute 132 sec latency 147.222 ms 2023-12-05T13:19:40.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:40 smithi143 ceph-mon[110709]: pgmap v44: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.8 MiB/s wr, 598 op/s 2023-12-05T13:19:41.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84050 8.62 MB/sec execute 133 sec latency 130.305 ms 2023-12-05T13:19:42.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84363 8.60 MB/sec execute 134 sec latency 134.768 ms 2023-12-05T13:19:43.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:43 smithi027 ceph-mon[107800]: pgmap v45: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-05T13:19:43.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:43 smithi143 ceph-mon[110709]: pgmap v45: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-05T13:19:43.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84669 8.58 MB/sec execute 135 sec latency 135.214 ms 2023-12-05T13:19:44.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 84937 8.55 MB/sec execute 136 sec latency 128.704 ms 2023-12-05T13:19:45.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:45 smithi027 ceph-mon[107800]: pgmap v46: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-05T13:19:45.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 85281 8.57 MB/sec execute 137 sec latency 138.927 ms 2023-12-05T13:19:45.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:45 smithi143 ceph-mon[110709]: pgmap v46: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-05T13:19:46.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 85662 8.59 MB/sec execute 138 sec latency 170.877 ms 2023-12-05T13:19:47.469 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:47 smithi027 ceph-mon[107800]: pgmap v47: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 592 op/s 2023-12-05T13:19:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:47 smithi143 ceph-mon[110709]: pgmap v47: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 592 op/s 2023-12-05T13:19:47.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 85983 8.57 MB/sec execute 139 sec latency 105.379 ms 2023-12-05T13:19:48.457 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:48.732 INFO:teuthology.orchestra.run.smithi027.stdout: 5 86346 8.57 MB/sec execute 140 sec latency 129.540 ms 2023-12-05T13:19:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:19:49.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:49 smithi027 ceph-mon[107800]: pgmap v48: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-05T13:19:49.523 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:49 smithi027 ceph-mon[107800]: mgrmap e28: smithi143.ulqovj(active, since 90s), standbys: smithi027.mnbwoo 2023-12-05T13:19:49.733 INFO:teuthology.orchestra.run.smithi027.stdout: 5 86649 8.55 MB/sec execute 141 sec latency 149.153 ms 2023-12-05T13:19:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:49 smithi143 ceph-mon[110709]: pgmap v48: 97 pgs: 97 active+clean; 340 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-05T13:19:49.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:49 smithi143 ceph-mon[110709]: mgrmap e28: smithi143.ulqovj(active, since 90s), standbys: smithi027.mnbwoo 2023-12-05T13:19:50.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:50 smithi027 ceph-mon[107800]: pgmap v49: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 602 op/s 2023-12-05T13:19:50.733 INFO:teuthology.orchestra.run.smithi027.stdout: 5 87012 8.58 MB/sec execute 142 sec latency 139.425 ms 2023-12-05T13:19:50.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:50 smithi143 ceph-mon[110709]: pgmap v49: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.9 MiB/s wr, 602 op/s 2023-12-05T13:19:51.742 INFO:teuthology.orchestra.run.smithi027.stdout: 5 87361 8.62 MB/sec execute 143 sec latency 88.627 ms 2023-12-05T13:19:52.742 INFO:teuthology.orchestra.run.smithi027.stdout: 5 87699 8.65 MB/sec execute 144 sec latency 129.143 ms 2023-12-05T13:19:53.330 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:53 smithi027 ceph-mon[107800]: pgmap v50: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-05T13:19:53.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:53 smithi143 ceph-mon[110709]: pgmap v50: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-05T13:19:53.743 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88068 8.63 MB/sec execute 145 sec latency 129.392 ms 2023-12-05T13:19:54.743 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88345 8.61 MB/sec execute 146 sec latency 137.503 ms 2023-12-05T13:19:55.371 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:55 smithi027 ceph-mon[107800]: pgmap v51: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-05T13:19:55.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:55 smithi143 ceph-mon[110709]: pgmap v51: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-12-05T13:19:55.743 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88558 8.59 MB/sec execute 147 sec latency 128.106 ms 2023-12-05T13:19:56.743 INFO:teuthology.orchestra.run.smithi027.stdout: 5 88903 8.59 MB/sec execute 148 sec latency 123.881 ms 2023-12-05T13:19:57.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:57 smithi027 ceph-mon[107800]: pgmap v52: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 608 op/s 2023-12-05T13:19:57.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:57 smithi143 ceph-mon[110709]: pgmap v52: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.5 MiB/s wr, 608 op/s 2023-12-05T13:19:57.749 INFO:teuthology.orchestra.run.smithi027.stdout: 5 89193 8.56 MB/sec execute 149 sec latency 120.703 ms 2023-12-05T13:19:58.749 INFO:teuthology.orchestra.run.smithi027.stdout: 5 89495 8.57 MB/sec execute 150 sec latency 129.497 ms 2023-12-05T13:19:59.587 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:19:59 smithi027 ceph-mon[107800]: pgmap v53: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-05T13:19:59.749 INFO:teuthology.orchestra.run.smithi027.stdout: 5 89736 8.55 MB/sec execute 151 sec latency 137.305 ms 2023-12-05T13:19:59.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:19:59 smithi143 ceph-mon[110709]: pgmap v53: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-12-05T13:20:00.373 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:00 smithi027 ceph-mon[107800]: overall HEALTH_OK 2023-12-05T13:20:00.749 INFO:teuthology.orchestra.run.smithi027.stdout: 5 89998 8.54 MB/sec execute 152 sec latency 137.436 ms 2023-12-05T13:20:00.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:00 smithi143 ceph-mon[110709]: overall HEALTH_OK 2023-12-05T13:20:01.402 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:01 smithi027 ceph-mon[107800]: pgmap v54: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 592 op/s 2023-12-05T13:20:01.749 INFO:teuthology.orchestra.run.smithi027.stdout: 5 90301 8.54 MB/sec execute 153 sec latency 123.768 ms 2023-12-05T13:20:01.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:01 smithi143 ceph-mon[110709]: pgmap v54: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 592 op/s 2023-12-05T13:20:02.749 INFO:teuthology.orchestra.run.smithi027.stdout: 5 90574 8.54 MB/sec execute 154 sec latency 128.519 ms 2023-12-05T13:20:03.447 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:03 smithi027 ceph-mon[107800]: pgmap v55: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-05T13:20:03.447 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:03.749 INFO:teuthology.orchestra.run.smithi027.stdout: 5 90813 8.53 MB/sec execute 155 sec latency 138.548 ms 2023-12-05T13:20:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:03 smithi143 ceph-mon[110709]: pgmap v55: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-05T13:20:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:04.750 INFO:teuthology.orchestra.run.smithi027.stdout: 5 91238 8.59 MB/sec execute 156 sec latency 152.223 ms 2023-12-05T13:20:05.496 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:05 smithi027 ceph-mon[107800]: pgmap v56: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-05T13:20:05.750 INFO:teuthology.orchestra.run.smithi027.stdout: 5 91520 8.56 MB/sec execute 157 sec latency 126.711 ms 2023-12-05T13:20:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:05 smithi143 ceph-mon[110709]: pgmap v56: 97 pgs: 97 active+clean; 334 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 384 op/s 2023-12-05T13:20:06.754 INFO:teuthology.orchestra.run.smithi027.stdout: 5 91849 8.55 MB/sec execute 158 sec latency 101.135 ms 2023-12-05T13:20:07.522 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:07 smithi027 ceph-mon[107800]: pgmap v57: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-05T13:20:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:07 smithi143 ceph-mon[110709]: pgmap v57: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.9 MiB/s wr, 547 op/s 2023-12-05T13:20:07.754 INFO:teuthology.orchestra.run.smithi027.stdout: 5 92149 8.54 MB/sec execute 159 sec latency 191.503 ms 2023-12-05T13:20:08.764 INFO:teuthology.orchestra.run.smithi027.stdout: 5 92522 8.55 MB/sec execute 160 sec latency 124.005 ms 2023-12-05T13:20:09.179 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:20:09.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:09 smithi027 ceph-mon[107800]: pgmap v58: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-05T13:20:09.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:09 smithi143 ceph-mon[110709]: pgmap v58: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-05T13:20:09.764 INFO:teuthology.orchestra.run.smithi027.stdout: 5 92778 8.54 MB/sec execute 161 sec latency 105.226 ms 2023-12-05T13:20:10.126 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (9m) 101s ago 9m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (8m) 102s ago 8m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (5m) 101s ago 5m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (5m) 102s ago 5m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (10m) 101s ago 10m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (2m) 102s ago 8m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (10m) 101s ago 10m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (8m) 102s ago 8m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:20:10.205 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (4m) 101s ago 4m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (4m) 102s ago 4m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (8m) 101s ago 8m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (7m) 101s ago 7m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (7m) 101s ago 7m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (7m) 101s ago 7m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (6m) 102s ago 6m 737M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (6m) 102s ago 6m 985M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (6m) 102s ago 6m 796M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (6m) 102s ago 6m 1327M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:20:10.206 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-05T13:20:10.585 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:10 smithi027 ceph-mon[107800]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:10.698 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:20:10.698 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:20:10.698 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:20:10.698 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:10.698 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:20:10.698 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:20:10.698 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:20:10.699 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:20:10.764 INFO:teuthology.orchestra.run.smithi027.stdout: 5 93055 8.52 MB/sec execute 162 sec latency 162.479 ms 2023-12-05T13:20:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:10 smithi143 ceph-mon[110709]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T13:20:11.192 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:20:11.193 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:20:11.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:11 smithi027 ceph-mon[107800]: pgmap v59: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-05T13:20:11.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:11 smithi027 ceph-mon[107800]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:11.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:11 smithi027 ceph-mon[107800]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:11.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:11 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1947799748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:20:11.774 INFO:teuthology.orchestra.run.smithi027.stdout: 5 93329 8.52 MB/sec execute 163 sec latency 204.487 ms 2023-12-05T13:20:11.778 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:20:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:11 smithi143 ceph-mon[110709]: pgmap v59: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 547 op/s 2023-12-05T13:20:11.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:11 smithi143 ceph-mon[110709]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:11.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:11 smithi143 ceph-mon[110709]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:11.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:11 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1947799748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:20:12.613 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:12 smithi027 ceph-mon[107800]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:12.614 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:12 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2409551986' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:20:12.774 INFO:teuthology.orchestra.run.smithi027.stdout: 5 93634 8.53 MB/sec execute 164 sec latency 129.816 ms 2023-12-05T13:20:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:12 smithi143 ceph-mon[110709]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:12 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2409551986' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:20:13.633 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:13 smithi027 ceph-mon[107800]: pgmap v60: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-12-05T13:20:13.774 INFO:teuthology.orchestra.run.smithi027.stdout: 5 93893 8.53 MB/sec execute 165 sec latency 132.455 ms 2023-12-05T13:20:13.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:13 smithi143 ceph-mon[110709]: pgmap v60: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-12-05T13:20:14.646 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:14 smithi027 ceph-mon[107800]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-12-05T13:20:14.774 INFO:teuthology.orchestra.run.smithi027.stdout: 5 94183 8.52 MB/sec execute 166 sec latency 134.804 ms 2023-12-05T13:20:14.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:14 smithi143 ceph-mon[110709]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 365 op/s 2023-12-05T13:20:15.775 INFO:teuthology.orchestra.run.smithi027.stdout: 5 94485 8.51 MB/sec execute 167 sec latency 123.546 ms 2023-12-05T13:20:16.775 INFO:teuthology.orchestra.run.smithi027.stdout: 5 94724 8.50 MB/sec execute 168 sec latency 202.703 ms 2023-12-05T13:20:17.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:17 smithi027 ceph-mon[107800]: pgmap v62: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-12-05T13:20:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:17 smithi143 ceph-mon[110709]: pgmap v62: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-12-05T13:20:17.775 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95022 8.52 MB/sec execute 169 sec latency 179.931 ms 2023-12-05T13:20:18.520 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:18.781 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95317 8.50 MB/sec execute 170 sec latency 129.499 ms 2023-12-05T13:20:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:19.544 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:19 smithi027 ceph-mon[107800]: pgmap v63: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-05T13:20:19.781 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95607 8.48 MB/sec execute 171 sec latency 129.909 ms 2023-12-05T13:20:19.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:19 smithi143 ceph-mon[110709]: pgmap v63: 97 pgs: 97 active+clean; 338 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-05T13:20:20.781 INFO:teuthology.orchestra.run.smithi027.stdout: 5 95800 8.46 MB/sec execute 172 sec latency 130.534 ms 2023-12-05T13:20:21.592 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:21 smithi027 ceph-mon[107800]: pgmap v64: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2023-12-05T13:20:21.787 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96040 8.47 MB/sec execute 173 sec latency 144.492 ms 2023-12-05T13:20:21.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:21 smithi143 ceph-mon[110709]: pgmap v64: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2023-12-05T13:20:22.791 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96305 8.46 MB/sec execute 174 sec latency 154.651 ms 2023-12-05T13:20:23.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:23 smithi027 ceph-mon[107800]: pgmap v65: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-12-05T13:20:23.791 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96605 8.46 MB/sec execute 175 sec latency 124.118 ms 2023-12-05T13:20:23.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:23 smithi143 ceph-mon[110709]: pgmap v65: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-12-05T13:20:24.420 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:24 smithi027 ceph-mon[107800]: pgmap v66: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-12-05T13:20:24.791 INFO:teuthology.orchestra.run.smithi027.stdout: 5 96882 8.45 MB/sec execute 176 sec latency 130.606 ms 2023-12-05T13:20:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:24 smithi143 ceph-mon[110709]: pgmap v66: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-12-05T13:20:25.794 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97074 8.42 MB/sec execute 177 sec latency 126.597 ms 2023-12-05T13:20:26.804 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97342 8.42 MB/sec execute 178 sec latency 128.864 ms 2023-12-05T13:20:27.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:27 smithi027 ceph-mon[107800]: pgmap v67: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-05T13:20:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:27 smithi143 ceph-mon[110709]: pgmap v67: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-05T13:20:27.804 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97598 8.40 MB/sec execute 179 sec latency 127.582 ms 2023-12-05T13:20:28.805 INFO:teuthology.orchestra.run.smithi027.stdout: 5 97960 8.41 MB/sec execute 180 sec latency 129.466 ms 2023-12-05T13:20:29.553 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:29 smithi027 ceph-mon[107800]: pgmap v68: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T13:20:29.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 98308 8.45 MB/sec execute 181 sec latency 167.276 ms 2023-12-05T13:20:29.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:29 smithi143 ceph-mon[110709]: pgmap v68: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-05T13:20:30.813 INFO:teuthology.orchestra.run.smithi027.stdout: 5 98553 8.42 MB/sec execute 182 sec latency 133.266 ms 2023-12-05T13:20:31.597 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:31 smithi027 ceph-mon[107800]: pgmap v69: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-05T13:20:31.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 98895 8.41 MB/sec execute 183 sec latency 129.921 ms 2023-12-05T13:20:31.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:31 smithi143 ceph-mon[110709]: pgmap v69: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-05T13:20:32.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 99243 8.42 MB/sec execute 184 sec latency 128.955 ms 2023-12-05T13:20:33.623 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:33 smithi027 ceph-mon[107800]: pgmap v70: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-05T13:20:33.624 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:33.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 99583 8.43 MB/sec execute 185 sec latency 125.114 ms 2023-12-05T13:20:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:33 smithi143 ceph-mon[110709]: pgmap v70: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-05T13:20:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:34.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 99830 8.43 MB/sec execute 186 sec latency 126.407 ms 2023-12-05T13:20:35.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:35 smithi027 ceph-mon[107800]: pgmap v71: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-05T13:20:35.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100145 8.45 MB/sec execute 187 sec latency 152.566 ms 2023-12-05T13:20:35.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:35 smithi143 ceph-mon[110709]: pgmap v71: 97 pgs: 97 active+clean; 341 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-05T13:20:36.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100453 8.42 MB/sec execute 188 sec latency 130.073 ms 2023-12-05T13:20:37.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:37 smithi027 ceph-mon[107800]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 508 op/s 2023-12-05T13:20:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:37 smithi143 ceph-mon[110709]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 508 op/s 2023-12-05T13:20:37.814 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100670 8.40 MB/sec execute 189 sec latency 132.781 ms 2023-12-05T13:20:38.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 100944 8.40 MB/sec execute 190 sec latency 131.065 ms 2023-12-05T13:20:39.489 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:39 smithi027 ceph-mon[107800]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-05T13:20:39.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 101241 8.40 MB/sec execute 191 sec latency 129.845 ms 2023-12-05T13:20:39.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:39 smithi143 ceph-mon[110709]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-05T13:20:40.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 101535 8.39 MB/sec execute 192 sec latency 198.572 ms 2023-12-05T13:20:41.554 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:41 smithi027 ceph-mon[107800]: pgmap v74: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-12-05T13:20:41.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 101797 8.39 MB/sec execute 193 sec latency 127.315 ms 2023-12-05T13:20:41.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:41 smithi143 ceph-mon[110709]: pgmap v74: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-12-05T13:20:42.287 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:20:42.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 102026 8.39 MB/sec execute 194 sec latency 141.525 ms 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (9m) 2m ago 9m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (9m) 2m ago 9m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (5m) 2m ago 5m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (5m) 2m ago 5m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (10m) 2m ago 10m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (2m) 2m ago 9m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:20:43.279 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (10m) 2m ago 11m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (9m) 2m ago 9m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (5m) 2m ago 5m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (5m) 2m ago 5m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (8m) 2m ago 8m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (8m) 2m ago 8m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (8m) 2m ago 8m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (7m) 2m ago 7m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (7m) 2m ago 7m 737M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (7m) 2m ago 7m 985M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (6m) 2m ago 6m 796M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (6m) 2m ago 6m 1327M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:20:43.280 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-05T13:20:43.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:43 smithi027 ceph-mon[107800]: pgmap v75: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-05T13:20:43.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:43 smithi027 ceph-mon[107800]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:43.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 102350 8.38 MB/sec execute 195 sec latency 124.591 ms 2023-12-05T13:20:43.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:43 smithi143 ceph-mon[110709]: pgmap v75: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-05T13:20:43.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:43 smithi143 ceph-mon[110709]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:20:43.886 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:20:43.887 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:20:44.369 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:20:44.369 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:20:44.369 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:20:44.369 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:20:44.370 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:20:44.370 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:20:44.370 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T13:20:44.370 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:20:44.370 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:20:44.370 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:44 smithi027 ceph-mon[107800]: from='client.24581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:44.370 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:44 smithi027 ceph-mon[107800]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:44.370 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:44 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/4145306751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:20:44.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 102670 8.36 MB/sec execute 196 sec latency 129.059 ms 2023-12-05T13:20:44.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:44 smithi143 ceph-mon[110709]: from='client.24581 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:44.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:44 smithi143 ceph-mon[110709]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:44.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:44 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/4145306751' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:20:45.037 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:20:45.398 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:45 smithi027 ceph-mon[107800]: pgmap v76: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-05T13:20:45.398 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:45 smithi027 ceph-mon[107800]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:45.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:45 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2379127796' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:20:45.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 102970 8.37 MB/sec execute 197 sec latency 201.213 ms 2023-12-05T13:20:45.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:45 smithi143 ceph-mon[110709]: pgmap v76: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-05T13:20:45.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:45 smithi143 ceph-mon[110709]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:20:45.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:45 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2379127796' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:20:46.816 INFO:teuthology.orchestra.run.smithi027.stdout: 5 103291 8.38 MB/sec execute 198 sec latency 142.452 ms 2023-12-05T13:20:47.414 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:47 smithi027 ceph-mon[107800]: pgmap v77: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-05T13:20:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:47 smithi143 ceph-mon[110709]: pgmap v77: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-05T13:20:47.819 INFO:teuthology.orchestra.run.smithi027.stdout: 5 103727 8.39 MB/sec execute 199 sec latency 141.659 ms 2023-12-05T13:20:48.452 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:48 smithi027 ceph-mon[107800]: pgmap v78: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-05T13:20:48.452 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:48.819 INFO:teuthology.orchestra.run.smithi027.stdout: 5 104073 8.40 MB/sec execute 200 sec latency 120.547 ms 2023-12-05T13:20:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:48 smithi143 ceph-mon[110709]: pgmap v78: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-05T13:20:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:20:49.828 INFO:teuthology.orchestra.run.smithi027.stdout: 5 104390 8.41 MB/sec execute 201 sec latency 126.932 ms 2023-12-05T13:20:50.768 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:50 smithi027 ceph-mon[107800]: pgmap v79: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 546 op/s 2023-12-05T13:20:50.828 INFO:teuthology.orchestra.run.smithi027.stdout: 5 104706 8.41 MB/sec execute 202 sec latency 134.111 ms 2023-12-05T13:20:51.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:50 smithi143 ceph-mon[110709]: pgmap v79: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 546 op/s 2023-12-05T13:20:51.828 INFO:teuthology.orchestra.run.smithi027.stdout: 5 105071 8.41 MB/sec execute 203 sec latency 130.617 ms 2023-12-05T13:20:52.828 INFO:teuthology.orchestra.run.smithi027.stdout: 5 105328 8.40 MB/sec execute 204 sec latency 126.719 ms 2023-12-05T13:20:53.576 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:53 smithi027 ceph-mon[107800]: pgmap v80: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-05T13:20:53.828 INFO:teuthology.orchestra.run.smithi027.stdout: 5 105640 8.42 MB/sec execute 205 sec latency 215.138 ms 2023-12-05T13:20:53.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:53 smithi143 ceph-mon[110709]: pgmap v80: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-05T13:20:54.829 INFO:teuthology.orchestra.run.smithi027.stdout: 5 105946 8.41 MB/sec execute 206 sec latency 123.438 ms 2023-12-05T13:20:55.395 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:55 smithi027 ceph-mon[107800]: pgmap v81: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-05T13:20:55.829 INFO:teuthology.orchestra.run.smithi027.stdout: 5 106291 8.41 MB/sec execute 207 sec latency 143.334 ms 2023-12-05T13:20:55.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:55 smithi143 ceph-mon[110709]: pgmap v81: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-05T13:20:56.829 INFO:teuthology.orchestra.run.smithi027.stdout: 5 106527 8.39 MB/sec execute 208 sec latency 127.372 ms 2023-12-05T13:20:57.441 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:57 smithi027 ceph-mon[107800]: pgmap v82: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-05T13:20:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:57 smithi143 ceph-mon[110709]: pgmap v82: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 569 op/s 2023-12-05T13:20:57.829 INFO:teuthology.orchestra.run.smithi027.stdout: 5 106765 8.38 MB/sec execute 209 sec latency 129.342 ms 2023-12-05T13:20:58.830 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107108 8.39 MB/sec execute 210 sec latency 204.347 ms 2023-12-05T13:20:59.500 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:20:59 smithi027 ceph-mon[107800]: pgmap v83: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-12-05T13:20:59.829 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107364 8.38 MB/sec execute 211 sec latency 129.289 ms 2023-12-05T13:20:59.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:20:59 smithi143 ceph-mon[110709]: pgmap v83: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-12-05T13:21:00.553 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:00 smithi027 ceph-mon[107800]: pgmap v84: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 572 op/s 2023-12-05T13:21:00.830 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107683 8.39 MB/sec execute 212 sec latency 117.831 ms 2023-12-05T13:21:00.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:00 smithi143 ceph-mon[110709]: pgmap v84: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 572 op/s 2023-12-05T13:21:01.830 INFO:teuthology.orchestra.run.smithi027.stdout: 5 107939 8.38 MB/sec execute 213 sec latency 133.293 ms 2023-12-05T13:21:02.833 INFO:teuthology.orchestra.run.smithi027.stdout: 5 108170 8.38 MB/sec execute 214 sec latency 127.181 ms 2023-12-05T13:21:03.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:03 smithi027 ceph-mon[107800]: pgmap v85: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-05T13:21:03.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:03.831 INFO:teuthology.orchestra.run.smithi027.stdout: 5 108490 8.37 MB/sec execute 215 sec latency 146.789 ms 2023-12-05T13:21:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:03 smithi143 ceph-mon[110709]: pgmap v85: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-05T13:21:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:04.832 INFO:teuthology.orchestra.run.smithi027.stdout: 5 108759 8.36 MB/sec execute 216 sec latency 135.586 ms 2023-12-05T13:21:05.599 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:05 smithi027 ceph-mon[107800]: pgmap v86: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-05T13:21:05.831 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109086 8.36 MB/sec execute 217 sec latency 129.785 ms 2023-12-05T13:21:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:05 smithi143 ceph-mon[110709]: pgmap v86: 97 pgs: 97 active+clean; 345 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-12-05T13:21:06.831 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109329 8.35 MB/sec execute 218 sec latency 195.351 ms 2023-12-05T13:21:07.419 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:07 smithi027 ceph-mon[107800]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 537 op/s 2023-12-05T13:21:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:07 smithi143 ceph-mon[110709]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 537 op/s 2023-12-05T13:21:07.831 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109668 8.36 MB/sec execute 219 sec latency 135.114 ms 2023-12-05T13:21:08.832 INFO:teuthology.orchestra.run.smithi027.stdout: 5 109994 8.36 MB/sec execute 220 sec latency 123.607 ms 2023-12-05T13:21:09.451 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:09 smithi027 ceph-mon[107800]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-05T13:21:09.832 INFO:teuthology.orchestra.run.smithi027.stdout: 5 110307 8.35 MB/sec execute 221 sec latency 125.554 ms 2023-12-05T13:21:09.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:09 smithi143 ceph-mon[110709]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-12-05T13:21:10.833 INFO:teuthology.orchestra.run.smithi027.stdout: 5 110639 8.37 MB/sec execute 222 sec latency 120.093 ms 2023-12-05T13:21:11.504 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:11 smithi027 ceph-mon[107800]: pgmap v89: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 519 op/s 2023-12-05T13:21:11.833 INFO:teuthology.orchestra.run.smithi027.stdout: 5 111005 8.37 MB/sec execute 223 sec latency 105.479 ms 2023-12-05T13:21:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:11 smithi143 ceph-mon[110709]: pgmap v89: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 519 op/s 2023-12-05T13:21:12.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:12 smithi027 ceph-mon[107800]: pgmap v90: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T13:21:12.833 INFO:teuthology.orchestra.run.smithi027.stdout: 5 111417 8.39 MB/sec execute 224 sec latency 127.271 ms 2023-12-05T13:21:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:12 smithi143 ceph-mon[110709]: pgmap v90: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T13:21:13.834 INFO:teuthology.orchestra.run.smithi027.stdout: 5 111689 8.38 MB/sec execute 225 sec latency 141.566 ms 2023-12-05T13:21:14.791 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:14 smithi027 ceph-mon[107800]: pgmap v91: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T13:21:14.834 INFO:teuthology.orchestra.run.smithi027.stdout: 5 112037 8.39 MB/sec execute 226 sec latency 144.534 ms 2023-12-05T13:21:15.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:14 smithi143 ceph-mon[110709]: pgmap v91: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-05T13:21:15.570 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:21:15.834 INFO:teuthology.orchestra.run.smithi027.stdout: 5 112321 8.37 MB/sec execute 227 sec latency 124.120 ms 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (10m) 2m ago 10m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (9m) 2m ago 9m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (6m) 2m ago 6m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (6m) 2m ago 6m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (11m) 2m ago 11m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:21:16.527 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (3m) 2m ago 9m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (11m) 2m ago 11m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (9m) 2m ago 9m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (5m) 2m ago 5m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (5m) 2m ago 5m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (9m) 2m ago 9m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (8m) 2m ago 8m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (8m) 2m ago 8m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (8m) 2m ago 8m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (7m) 2m ago 7m 737M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (7m) 2m ago 7m 985M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (7m) 2m ago 7m 796M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (7m) 2m ago 7m 1327M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:21:16.528 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-05T13:21:16.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 112611 8.38 MB/sec execute 228 sec latency 124.275 ms 2023-12-05T13:21:17.120 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:21:17.120 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:21:17.120 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:21:17.120 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:21:17.121 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:21:17.122 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:17.122 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:21:17.122 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:21:17.122 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:21:17.122 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:21:17.122 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:21:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:17 smithi143 ceph-mon[110709]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:17.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:17 smithi143 ceph-mon[110709]: pgmap v92: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-12-05T13:21:17.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:17 smithi143 ceph-mon[110709]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:17.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:17 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3078349140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:21:17.615 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:17 smithi027 ceph-mon[107800]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:17.615 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:17 smithi027 ceph-mon[107800]: pgmap v92: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-12-05T13:21:17.615 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:17 smithi027 ceph-mon[107800]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:17.615 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:17 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3078349140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:21:17.651 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:21:17.651 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:21:17.651 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:21:17.651 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:21:17.651 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:21:17.652 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:21:17.652 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T13:21:17.652 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:21:17.652 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:21:17.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 112866 8.37 MB/sec execute 229 sec latency 132.627 ms 2023-12-05T13:21:18.267 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:21:18.382 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:18 smithi027 ceph-mon[107800]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:18.383 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:18.383 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:18 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2970311694' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:21:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:18 smithi143 ceph-mon[110709]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:18.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:18 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2970311694' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:21:18.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 113175 8.38 MB/sec execute 230 sec latency 130.163 ms 2023-12-05T13:21:19.402 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:19 smithi027 ceph-mon[107800]: pgmap v93: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-05T13:21:19.402 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:19 smithi027 ceph-mon[107800]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:19.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:19 smithi143 ceph-mon[110709]: pgmap v93: 97 pgs: 97 active+clean; 349 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-12-05T13:21:19.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:19 smithi143 ceph-mon[110709]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:19.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 113532 8.36 MB/sec execute 231 sec latency 158.578 ms 2023-12-05T13:21:20.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:20 smithi027 ceph-mon[107800]: pgmap v94: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-12-05T13:21:20.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:20 smithi143 ceph-mon[110709]: pgmap v94: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-12-05T13:21:20.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 113840 8.37 MB/sec execute 232 sec latency 131.241 ms 2023-12-05T13:21:21.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 114065 8.36 MB/sec execute 233 sec latency 145.667 ms 2023-12-05T13:21:22.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 114392 8.38 MB/sec execute 234 sec latency 145.192 ms 2023-12-05T13:21:23.491 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:23 smithi027 ceph-mon[107800]: pgmap v95: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-05T13:21:23.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:23 smithi143 ceph-mon[110709]: pgmap v95: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-05T13:21:23.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 114759 8.39 MB/sec execute 235 sec latency 123.724 ms 2023-12-05T13:21:24.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:24 smithi027 ceph-mon[107800]: pgmap v96: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-05T13:21:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:24 smithi143 ceph-mon[110709]: pgmap v96: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-12-05T13:21:24.840 INFO:teuthology.orchestra.run.smithi027.stdout: 5 115017 8.38 MB/sec execute 236 sec latency 129.683 ms 2023-12-05T13:21:25.846 INFO:teuthology.orchestra.run.smithi027.stdout: 5 115305 8.37 MB/sec execute 237 sec latency 213.862 ms 2023-12-05T13:21:26.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 115610 8.36 MB/sec execute 238 sec latency 127.048 ms 2023-12-05T13:21:27.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:27 smithi027 ceph-mon[107800]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-12-05T13:21:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:27 smithi143 ceph-mon[110709]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-12-05T13:21:27.846 INFO:teuthology.orchestra.run.smithi027.stdout: 5 116033 8.36 MB/sec execute 239 sec latency 118.077 ms 2023-12-05T13:21:28.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 116351 8.38 MB/sec execute 240 sec latency 151.058 ms 2023-12-05T13:21:29.603 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:29 smithi027 ceph-mon[107800]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-12-05T13:21:29.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:29 smithi143 ceph-mon[110709]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-12-05T13:21:29.846 INFO:teuthology.orchestra.run.smithi027.stdout: 5 116718 8.39 MB/sec execute 241 sec latency 126.556 ms 2023-12-05T13:21:30.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 117101 8.37 MB/sec execute 242 sec latency 126.769 ms 2023-12-05T13:21:31.395 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:31 smithi027 ceph-mon[107800]: pgmap v99: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 564 op/s 2023-12-05T13:21:31.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:31 smithi143 ceph-mon[110709]: pgmap v99: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 564 op/s 2023-12-05T13:21:31.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 117424 8.39 MB/sec execute 243 sec latency 134.420 ms 2023-12-05T13:21:32.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:32 smithi027 ceph-mon[107800]: pgmap v100: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-05T13:21:32.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:32 smithi143 ceph-mon[110709]: pgmap v100: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-05T13:21:32.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 117802 8.41 MB/sec execute 244 sec latency 130.764 ms 2023-12-05T13:21:33.445 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:33.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118029 8.41 MB/sec execute 245 sec latency 136.415 ms 2023-12-05T13:21:34.482 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:34 smithi027 ceph-mon[107800]: pgmap v101: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-05T13:21:34.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:34 smithi143 ceph-mon[110709]: pgmap v101: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-12-05T13:21:34.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118327 8.42 MB/sec execute 246 sec latency 207.457 ms 2023-12-05T13:21:35.847 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118501 8.40 MB/sec execute 247 sec latency 138.505 ms 2023-12-05T13:21:36.848 INFO:teuthology.orchestra.run.smithi027.stdout: 5 118797 8.38 MB/sec execute 248 sec latency 139.425 ms 2023-12-05T13:21:37.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:37 smithi027 ceph-mon[107800]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2023-12-05T13:21:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:37 smithi143 ceph-mon[110709]: pgmap v102: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2023-12-05T13:21:37.848 INFO:teuthology.orchestra.run.smithi027.stdout: 5 119073 8.37 MB/sec execute 249 sec latency 127.395 ms 2023-12-05T13:21:38.586 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:38 smithi027 ceph-mon[107800]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-05T13:21:38.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:38 smithi143 ceph-mon[110709]: pgmap v103: 97 pgs: 97 active+clean; 349 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-05T13:21:38.848 INFO:teuthology.orchestra.run.smithi027.stdout: 5 119370 8.36 MB/sec execute 250 sec latency 151.521 ms 2023-12-05T13:21:39.848 INFO:teuthology.orchestra.run.smithi027.stdout: 5 119725 8.38 MB/sec execute 251 sec latency 148.146 ms 2023-12-05T13:21:40.638 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:40 smithi027 ceph-mon[107800]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-12-05T13:21:40.848 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120150 8.38 MB/sec execute 252 sec latency 125.977 ms 2023-12-05T13:21:41.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:40 smithi143 ceph-mon[110709]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-12-05T13:21:41.854 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120511 8.37 MB/sec execute 253 sec latency 133.555 ms 2023-12-05T13:21:42.854 INFO:teuthology.orchestra.run.smithi027.stdout: 5 120833 8.38 MB/sec execute 254 sec latency 129.668 ms 2023-12-05T13:21:43.419 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:43 smithi027 ceph-mon[107800]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-05T13:21:43.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:43 smithi143 ceph-mon[110709]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-05T13:21:43.859 INFO:teuthology.orchestra.run.smithi027.stdout: 5 121260 8.42 MB/sec execute 255 sec latency 126.830 ms 2023-12-05T13:21:44.869 INFO:teuthology.orchestra.run.smithi027.stdout: 5 121581 8.43 MB/sec execute 256 sec latency 129.329 ms 2023-12-05T13:21:45.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:45 smithi027 ceph-mon[107800]: pgmap v106: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-05T13:21:45.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:45 smithi143 ceph-mon[110709]: pgmap v106: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-05T13:21:45.869 INFO:teuthology.orchestra.run.smithi027.stdout: 5 121801 8.42 MB/sec execute 257 sec latency 186.276 ms 2023-12-05T13:21:46.869 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122061 8.41 MB/sec execute 258 sec latency 146.178 ms 2023-12-05T13:21:47.487 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:47 smithi027 ceph-mon[107800]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-12-05T13:21:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:47 smithi143 ceph-mon[110709]: pgmap v107: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 586 op/s 2023-12-05T13:21:47.869 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122256 8.38 MB/sec execute 259 sec latency 126.827 ms 2023-12-05T13:21:48.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:48 smithi027 ceph-mon[107800]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 387 op/s 2023-12-05T13:21:48.519 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:48.819 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:21:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:48 smithi143 ceph-mon[110709]: pgmap v108: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 387 op/s 2023-12-05T13:21:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:21:48.870 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122466 8.36 MB/sec execute 260 sec latency 160.070 ms 2023-12-05T13:21:49.529 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:49 smithi027 ceph-mon[107800]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:49.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:49 smithi027 ceph-mon[107800]: from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:49.820 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:21:49.820 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:21:49.820 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (10m) 3m ago 10m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (10m) 3m ago 10m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (6m) 3m ago 6m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (6m) 3m ago 6m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (12m) 3m ago 12m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (3m) 3m ago 10m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (12m) 3m ago 12m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (10m) 3m ago 10m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (6m) 3m ago 6m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (6m) 3m ago 6m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (9m) 3m ago 9m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (9m) 3m ago 9m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:21:49.821 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (9m) 3m ago 9m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:21:49.822 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (8m) 3m ago 8m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:21:49.822 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (8m) 3m ago 8m 737M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:21:49.822 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (8m) 3m ago 8m 985M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:21:49.822 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (7m) 3m ago 7m 796M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:21:49.822 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (7m) 3m ago 7m 1327M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:21:49.822 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-05T13:21:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:49 smithi143 ceph-mon[110709]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:49 smithi143 ceph-mon[110709]: from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:49.870 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122673 8.35 MB/sec execute 261 sec latency 123.858 ms 2023-12-05T13:21:50.396 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:21:50.397 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:21:50.398 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:21:50.398 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:21:50.398 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:21:50.398 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:21:50.398 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:21:50.588 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:50 smithi027 ceph-mon[107800]: pgmap v109: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-12-05T13:21:50.588 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:50 smithi027 ceph-mon[107800]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:50.588 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:50 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/1959269476' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:21:50.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:50 smithi143 ceph-mon[110709]: pgmap v109: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-12-05T13:21:50.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:50 smithi143 ceph-mon[110709]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:50.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:50 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/1959269476' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:21:50.876 INFO:teuthology.orchestra.run.smithi027.stdout: 5 122869 8.33 MB/sec execute 262 sec latency 203.113 ms 2023-12-05T13:21:50.921 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:21:50.921 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:21:50.921 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:21:50.921 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:21:50.922 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:21:50.922 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:21:50.922 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T13:21:50.922 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:21:50.922 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:21:51.498 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:21:51.876 INFO:teuthology.orchestra.run.smithi027.stdout: 5 123078 8.32 MB/sec execute 263 sec latency 129.936 ms 2023-12-05T13:21:52.637 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:52 smithi027 ceph-mon[107800]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:52.637 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:52 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3872413851' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:21:52.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:52 smithi143 ceph-mon[110709]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:21:52.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:52 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3872413851' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:21:52.877 INFO:teuthology.orchestra.run.smithi027.stdout: 5 123410 8.33 MB/sec execute 264 sec latency 136.687 ms 2023-12-05T13:21:53.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:53 smithi027 ceph-mon[107800]: pgmap v110: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-12-05T13:21:53.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:53 smithi143 ceph-mon[110709]: pgmap v110: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-12-05T13:21:53.877 INFO:teuthology.orchestra.run.smithi027.stdout: 5 123790 8.33 MB/sec execute 265 sec latency 126.605 ms 2023-12-05T13:21:54.439 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:54 smithi027 ceph-mon[107800]: pgmap v111: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-12-05T13:21:54.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:54 smithi143 ceph-mon[110709]: pgmap v111: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 374 op/s 2023-12-05T13:21:54.877 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124121 8.33 MB/sec execute 266 sec latency 126.706 ms 2023-12-05T13:21:55.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124338 8.33 MB/sec execute 267 sec latency 145.713 ms 2023-12-05T13:21:56.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124608 8.34 MB/sec execute 268 sec latency 142.889 ms 2023-12-05T13:21:57.546 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:57 smithi027 ceph-mon[107800]: pgmap v112: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-12-05T13:21:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:57 smithi143 ceph-mon[110709]: pgmap v112: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-12-05T13:21:57.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 124936 8.34 MB/sec execute 269 sec latency 112.140 ms 2023-12-05T13:21:58.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 125274 8.36 MB/sec execute 270 sec latency 126.781 ms 2023-12-05T13:21:59.573 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:21:59 smithi027 ceph-mon[107800]: pgmap v113: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 314 op/s 2023-12-05T13:21:59.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:21:59 smithi143 ceph-mon[110709]: pgmap v113: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.0 MiB/s wr, 314 op/s 2023-12-05T13:21:59.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 125481 8.35 MB/sec execute 271 sec latency 120.117 ms 2023-12-05T13:22:00.627 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:00 smithi027 ceph-mon[107800]: pgmap v114: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 487 op/s 2023-12-05T13:22:00.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:00 smithi143 ceph-mon[110709]: pgmap v114: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 487 op/s 2023-12-05T13:22:00.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 125700 8.33 MB/sec execute 272 sec latency 149.237 ms 2023-12-05T13:22:01.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 125935 8.32 MB/sec execute 273 sec latency 131.886 ms 2023-12-05T13:22:02.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 126178 8.30 MB/sec execute 274 sec latency 144.259 ms 2023-12-05T13:22:03.611 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:03 smithi027 ceph-mon[107800]: pgmap v115: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-05T13:22:03.611 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:03 smithi143 ceph-mon[110709]: pgmap v115: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-05T13:22:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:03.883 INFO:teuthology.orchestra.run.smithi027.stdout: 5 126453 8.28 MB/sec execute 275 sec latency 120.702 ms 2023-12-05T13:22:04.889 INFO:teuthology.orchestra.run.smithi027.stdout: 5 126724 8.29 MB/sec execute 276 sec latency 212.882 ms 2023-12-05T13:22:05.402 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:05 smithi027 ceph-mon[107800]: pgmap v116: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-05T13:22:05.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:05 smithi143 ceph-mon[110709]: pgmap v116: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-12-05T13:22:05.889 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127017 8.29 MB/sec execute 277 sec latency 123.889 ms 2023-12-05T13:22:06.889 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127380 8.29 MB/sec execute 278 sec latency 128.062 ms 2023-12-05T13:22:07.430 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:07 smithi027 ceph-mon[107800]: pgmap v117: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-12-05T13:22:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:07 smithi143 ceph-mon[110709]: pgmap v117: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 489 op/s 2023-12-05T13:22:07.892 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127687 8.28 MB/sec execute 279 sec latency 160.126 ms 2023-12-05T13:22:08.445 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:08 smithi027 ceph-mon[107800]: pgmap v118: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-05T13:22:08.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:08 smithi143 ceph-mon[110709]: pgmap v118: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 335 op/s 2023-12-05T13:22:08.892 INFO:teuthology.orchestra.run.smithi027.stdout: 5 127977 8.30 MB/sec execute 280 sec latency 133.584 ms 2023-12-05T13:22:09.898 INFO:teuthology.orchestra.run.smithi027.stdout: 5 128276 8.31 MB/sec execute 281 sec latency 126.730 ms 2023-12-05T13:22:10.776 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:10 smithi027 ceph-mon[107800]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-05T13:22:10.907 INFO:teuthology.orchestra.run.smithi027.stdout: 5 128592 8.32 MB/sec execute 282 sec latency 146.338 ms 2023-12-05T13:22:11.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:10 smithi143 ceph-mon[110709]: pgmap v119: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-12-05T13:22:11.907 INFO:teuthology.orchestra.run.smithi027.stdout: 5 128830 8.31 MB/sec execute 283 sec latency 196.226 ms 2023-12-05T13:22:12.581 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:12 smithi027 ceph-mon[107800]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-05T13:22:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:12 smithi143 ceph-mon[110709]: pgmap v120: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-05T13:22:12.907 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129025 8.30 MB/sec execute 284 sec latency 126.467 ms 2023-12-05T13:22:13.911 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129218 8.29 MB/sec execute 285 sec latency 146.116 ms 2023-12-05T13:22:14.628 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:14 smithi027 ceph-mon[107800]: pgmap v121: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-05T13:22:14.912 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129461 8.27 MB/sec execute 286 sec latency 117.688 ms 2023-12-05T13:22:15.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:14 smithi143 ceph-mon[110709]: pgmap v121: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 334 op/s 2023-12-05T13:22:15.911 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129708 8.25 MB/sec execute 287 sec latency 129.716 ms 2023-12-05T13:22:16.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:16 smithi027 ceph-mon[107800]: pgmap v122: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-05T13:22:16.912 INFO:teuthology.orchestra.run.smithi027.stdout: 5 129994 8.25 MB/sec execute 288 sec latency 123.262 ms 2023-12-05T13:22:17.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:16 smithi143 ceph-mon[110709]: pgmap v122: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-05T13:22:17.912 INFO:teuthology.orchestra.run.smithi027.stdout: 5 130243 8.24 MB/sec execute 289 sec latency 138.173 ms 2023-12-05T13:22:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:18 smithi027 ceph-mon[107800]: pgmap v123: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-12-05T13:22:18.722 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:18.912 INFO:teuthology.orchestra.run.smithi027.stdout: 5 130557 8.25 MB/sec execute 290 sec latency 165.089 ms 2023-12-05T13:22:19.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:18 smithi143 ceph-mon[110709]: pgmap v123: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-12-05T13:22:19.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:19.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 130906 8.24 MB/sec execute 291 sec latency 132.580 ms 2023-12-05T13:22:20.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:20 smithi027 ceph-mon[107800]: pgmap v124: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-12-05T13:22:20.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131219 8.24 MB/sec execute 292 sec latency 117.740 ms 2023-12-05T13:22:21.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:20 smithi143 ceph-mon[110709]: pgmap v124: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-12-05T13:22:21.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131462 8.25 MB/sec execute 293 sec latency 139.928 ms 2023-12-05T13:22:22.008 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:22:22.544 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:22 smithi027 ceph-mon[107800]: pgmap v125: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-05T13:22:22.544 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:22 smithi027 ceph-mon[107800]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:22.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:22 smithi143 ceph-mon[110709]: pgmap v125: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-05T13:22:22.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:22 smithi143 ceph-mon[110709]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (11m) 3m ago 11m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (10m) 3m ago 10m 7151k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (7m) 3m ago 7m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (7m) 3m ago 7m 13.4M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:22:22.906 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (12m) 3m ago 12m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (4m) 3m ago 10m 494M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (12m) 3m ago 12m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (10m) 3m ago 10m 59.6M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (7m) 3m ago 7m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (7m) 3m ago 7m 86.5M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 starting - - - - 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (10m) 3m ago 10m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (9m) 3m ago 9m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (9m) 3m ago 9m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (9m) 3m ago 9m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (9m) 3m ago 9m 737M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:22:22.907 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (8m) 3m ago 8m 985M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:22:22.908 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (8m) 3m ago 8m 796M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:22:22.908 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (8m) 3m ago 8m 1327M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:22:22.908 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-05T13:22:22.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131621 8.24 MB/sec execute 294 sec latency 144.517 ms 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:22:23.464 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:22:23.465 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:22:23.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:23 smithi027 ceph-mon[107800]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:23.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:23 smithi027 ceph-mon[107800]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:23.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:23 smithi143 ceph-mon[110709]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:23.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:23 smithi143 ceph-mon[110709]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:23.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 131931 8.26 MB/sec execute 295 sec latency 208.272 ms 2023-12-05T13:22:23.943 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:22:23.943 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:22:23.943 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:22:23.943 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:22:23.943 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:22:23.943 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:22:23.943 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Currently upgrading mgr daemons", 2023-12-05T13:22:23.944 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": false 2023-12-05T13:22:23.944 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:22:24.487 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_OK 2023-12-05T13:22:24.585 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:24 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3575116798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:24.585 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:24 smithi027 ceph-mon[107800]: pgmap v126: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-05T13:22:24.585 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:24 smithi027 ceph-mon[107800]: from='client.24635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:24 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3575116798' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:22:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:24 smithi143 ceph-mon[110709]: pgmap v126: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-05T13:22:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:24 smithi143 ceph-mon[110709]: from='client.24635 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:24.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132170 8.25 MB/sec execute 296 sec latency 132.774 ms 2023-12-05T13:22:25.613 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:25 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/3951967203' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:25.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:25 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/3951967203' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:22:25.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132365 8.24 MB/sec execute 297 sec latency 130.336 ms 2023-12-05T13:22:26.640 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:26 smithi027 ceph-mon[107800]: pgmap v127: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 474 op/s 2023-12-05T13:22:26.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:26 smithi143 ceph-mon[110709]: pgmap v127: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 474 op/s 2023-12-05T13:22:26.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132597 8.23 MB/sec execute 298 sec latency 126.257 ms 2023-12-05T13:22:27.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 132822 8.21 MB/sec execute 299 sec latency 120.565 ms 2023-12-05T13:22:28.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:28 smithi027 ceph-mon[107800]: pgmap v128: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-05T13:22:28.914 INFO:teuthology.orchestra.run.smithi027.stdout: 5 133073 8.21 MB/sec execute 300 sec latency 135.748 ms 2023-12-05T13:22:29.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:28 smithi143 ceph-mon[110709]: pgmap v128: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-12-05T13:22:29.913 INFO:teuthology.orchestra.run.smithi027.stdout: 5 133412 8.20 MB/sec execute 301 sec latency 127.573 ms 2023-12-05T13:22:30.736 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:30 smithi027 ceph-mon[107800]: pgmap v129: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 468 op/s 2023-12-05T13:22:30.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 133808 8.20 MB/sec execute 302 sec latency 85.020 ms 2023-12-05T13:22:31.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:30 smithi143 ceph-mon[110709]: pgmap v129: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 468 op/s 2023-12-05T13:22:31.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 134111 8.19 MB/sec execute 303 sec latency 116.535 ms 2023-12-05T13:22:32.275 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:32 smithi027 ceph-mon[107800]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:22:32.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:32 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:32.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:32 smithi027 ceph-mon[107800]: pgmap v130: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 314 op/s 2023-12-05T13:22:32.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:32 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:22:32.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:32 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:32.276 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:32 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:32 smithi143 ceph-mon[110709]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:22:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:32 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:32 smithi143 ceph-mon[110709]: pgmap v130: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 314 op/s 2023-12-05T13:22:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:32 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:22:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:32 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:32.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:32 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:32.918 INFO:teuthology.orchestra.run.smithi027.stdout: 5 134504 8.21 MB/sec execute 304 sec latency 123.404 ms 2023-12-05T13:22:33.295 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:33 smithi027 ceph-mon[107800]: Health check failed: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-05T13:22:33.295 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:33 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:33.295 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:33 smithi143 ceph-mon[110709]: Health check failed: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-05T13:22:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:33 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:33.921 INFO:teuthology.orchestra.run.smithi027.stdout: 5 134851 8.22 MB/sec execute 305 sec latency 204.629 ms 2023-12-05T13:22:34.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:34 smithi027 ceph-mon[107800]: pgmap v131: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2023-12-05T13:22:34.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:34 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:34.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:34 smithi027 ceph-mon[107800]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:34.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:34 smithi143 ceph-mon[110709]: pgmap v131: 97 pgs: 97 active+clean; 349 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 315 op/s 2023-12-05T13:22:34.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:34 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:34.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:34 smithi143 ceph-mon[110709]: from='mgr.24489 ' entity='mgr.smithi143.ulqovj' 2023-12-05T13:22:34.930 INFO:teuthology.orchestra.run.smithi027.stdout: 5 135218 8.24 MB/sec execute 306 sec latency 125.959 ms 2023-12-05T13:22:35.931 INFO:teuthology.orchestra.run.smithi027.stdout: 5 135551 8.26 MB/sec execute 307 sec latency 123.421 ms 2023-12-05T13:22:36.363 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:36 smithi027 ceph-mon[107800]: pgmap v132: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-05T13:22:36.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:36 smithi143 ceph-mon[110709]: pgmap v132: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-05T13:22:36.930 INFO:teuthology.orchestra.run.smithi027.stdout: 5 135833 8.25 MB/sec execute 308 sec latency 129.166 ms 2023-12-05T13:22:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:37 smithi143 ceph-mon[110709]: pgmap v133: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-05T13:22:37.635 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:37 smithi027 ceph-mon[107800]: pgmap v133: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-12-05T13:22:37.930 INFO:teuthology.orchestra.run.smithi027.stdout: 5 136124 8.24 MB/sec execute 309 sec latency 126.553 ms 2023-12-05T13:22:38.940 INFO:teuthology.orchestra.run.smithi027.stdout: 5 136425 8.24 MB/sec execute 310 sec latency 108.456 ms 2023-12-05T13:22:39.946 INFO:teuthology.orchestra.run.smithi027.stdout: 5 136708 8.23 MB/sec execute 311 sec latency 126.811 ms 2023-12-05T13:22:40.447 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:40 smithi027 ceph-mon[107800]: pgmap v134: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 566 op/s 2023-12-05T13:22:40.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:40 smithi143 ceph-mon[110709]: pgmap v134: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 566 op/s 2023-12-05T13:22:40.946 INFO:teuthology.orchestra.run.smithi027.stdout: 5 137064 8.22 MB/sec execute 312 sec latency 152.038 ms 2023-12-05T13:22:41.946 INFO:teuthology.orchestra.run.smithi027.stdout: 5 137378 8.22 MB/sec execute 313 sec latency 105.178 ms 2023-12-05T13:22:42.532 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:42 smithi027 ceph-mon[107800]: pgmap v135: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-05T13:22:42.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:42 smithi143 ceph-mon[110709]: pgmap v135: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-12-05T13:22:42.946 INFO:teuthology.orchestra.run.smithi027.stdout: 5 137740 8.22 MB/sec execute 314 sec latency 126.910 ms 2023-12-05T13:22:43.946 INFO:teuthology.orchestra.run.smithi027.stdout: 5 138114 8.24 MB/sec execute 315 sec latency 128.917 ms 2023-12-05T13:22:44.584 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:44 smithi027 ceph-mon[107800]: pgmap v136: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-05T13:22:44.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:44 smithi143 ceph-mon[110709]: pgmap v136: 97 pgs: 97 active+clean; 355 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-05T13:22:44.946 INFO:teuthology.orchestra.run.smithi027.stdout: 5 138425 8.24 MB/sec execute 316 sec latency 123.790 ms 2023-12-05T13:22:45.946 INFO:teuthology.orchestra.run.smithi027.stdout: 5 138773 8.25 MB/sec execute 317 sec latency 126.764 ms 2023-12-05T13:22:46.400 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:46 smithi027 ceph-mon[107800]: pgmap v137: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 597 op/s 2023-12-05T13:22:46.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:46 smithi143 ceph-mon[110709]: pgmap v137: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 597 op/s 2023-12-05T13:22:46.955 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139094 8.26 MB/sec execute 318 sec latency 138.581 ms 2023-12-05T13:22:47.440 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:47 smithi027 ceph-mon[107800]: pgmap v138: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-05T13:22:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:47 smithi143 ceph-mon[110709]: pgmap v138: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-12-05T13:22:47.956 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139327 8.25 MB/sec execute 319 sec latency 139.638 ms 2023-12-05T13:22:48.453 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:22:48.960 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139610 8.25 MB/sec execute 320 sec latency 121.070 ms 2023-12-05T13:22:49.466 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:49 smithi027 ceph-mon[107800]: pgmap v139: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 582 op/s 2023-12-05T13:22:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:49 smithi143 ceph-mon[110709]: pgmap v139: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.2 MiB/s wr, 582 op/s 2023-12-05T13:22:49.960 INFO:teuthology.orchestra.run.smithi027.stdout: 5 139936 8.25 MB/sec execute 321 sec latency 126.242 ms 2023-12-05T13:22:50.960 INFO:teuthology.orchestra.run.smithi027.stdout: 5 140224 8.24 MB/sec execute 322 sec latency 185.880 ms 2023-12-05T13:22:51.960 INFO:teuthology.orchestra.run.smithi027.stdout: 5 140528 8.24 MB/sec execute 323 sec latency 123.850 ms 2023-12-05T13:22:52.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:52 smithi027 ceph-mon[107800]: pgmap v140: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-05T13:22:52.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:52 smithi143 ceph-mon[110709]: pgmap v140: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-05T13:22:52.960 INFO:teuthology.orchestra.run.smithi027.stdout: 5 140958 8.24 MB/sec execute 324 sec latency 140.290 ms 2023-12-05T13:22:53.960 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141233 8.23 MB/sec execute 325 sec latency 120.651 ms 2023-12-05T13:22:54.343 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:54 smithi027 ceph-mon[107800]: pgmap v141: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-05T13:22:54.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:54 smithi143 ceph-mon[110709]: pgmap v141: 97 pgs: 97 active+clean; 352 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-12-05T13:22:54.960 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141460 8.23 MB/sec execute 326 sec latency 186.261 ms 2023-12-05T13:22:54.978 INFO:teuthology.orchestra.run.smithi027.stdout:true 2023-12-05T13:22:55.418 INFO:teuthology.orchestra.run.smithi027.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed." 2023-12-05T13:22:55.961 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141705 8.23 MB/sec execute 327 sec latency 132.051 ms 2023-12-05T13:22:56.379 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:56 smithi027 ceph-mon[107800]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:56.379 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:56 smithi027 ceph-mon[107800]: pgmap v142: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.6 MiB/s wr, 581 op/s 2023-12-05T13:22:56.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:56 smithi143 ceph-mon[110709]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:56.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:56 smithi143 ceph-mon[110709]: pgmap v142: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.6 MiB/s wr, 581 op/s 2023-12-05T13:22:56.961 INFO:teuthology.orchestra.run.smithi027.stdout: 5 141922 8.23 MB/sec execute 328 sec latency 128.555 ms 2023-12-05T13:22:57.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:57 smithi027 ceph-mon[107800]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:57 smithi143 ceph-mon[110709]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:22:57.961 INFO:teuthology.orchestra.run.smithi027.stdout: 5 142209 8.24 MB/sec execute 329 sec latency 123.503 ms 2023-12-05T13:22:58.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:22:58 smithi027 ceph-mon[107800]: pgmap v143: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-05T13:22:58.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:22:58 smithi143 ceph-mon[110709]: pgmap v143: 97 pgs: 97 active+clean; 346 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-05T13:22:58.962 INFO:teuthology.orchestra.run.smithi027.stdout: 5 142561 8.24 MB/sec execute 330 sec latency 144.381 ms 2023-12-05T13:22:59.962 INFO:teuthology.orchestra.run.smithi027.stdout: 5 142827 8.24 MB/sec execute 331 sec latency 130.004 ms 2023-12-05T13:23:00.429 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:00 smithi027 ceph-mon[107800]: pgmap v144: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-12-05T13:23:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:00 smithi143 ceph-mon[110709]: pgmap v144: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-12-05T13:23:00.962 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143129 8.24 MB/sec execute 332 sec latency 148.110 ms 2023-12-05T13:23:01.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143377 8.23 MB/sec execute 333 sec latency 126.894 ms 2023-12-05T13:23:02.461 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:02 smithi027 ceph-mon[107800]: pgmap v145: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T13:23:02.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:02 smithi143 ceph-mon[110709]: pgmap v145: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T13:23:02.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143716 8.23 MB/sec execute 334 sec latency 128.353 ms 2023-12-05T13:23:03.472 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:03.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 143969 8.23 MB/sec execute 335 sec latency 115.775 ms 2023-12-05T13:23:04.486 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:04 smithi027 ceph-mon[107800]: pgmap v146: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T13:23:04.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:04 smithi143 ceph-mon[110709]: pgmap v146: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-05T13:23:04.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 144293 8.22 MB/sec execute 336 sec latency 126.005 ms 2023-12-05T13:23:05.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 144653 8.22 MB/sec execute 337 sec latency 123.496 ms 2023-12-05T13:23:06.497 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:06 smithi027 ceph-mon[107800]: pgmap v147: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-05T13:23:06.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:06 smithi143 ceph-mon[110709]: pgmap v147: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 531 op/s 2023-12-05T13:23:06.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 144882 8.21 MB/sec execute 338 sec latency 146.379 ms 2023-12-05T13:23:07.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:07 smithi027 ceph-mon[107800]: pgmap v148: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-12-05T13:23:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:07 smithi143 ceph-mon[110709]: pgmap v148: 97 pgs: 97 active+clean; 344 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 338 op/s 2023-12-05T13:23:07.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145128 8.21 MB/sec execute 339 sec latency 120.362 ms 2023-12-05T13:23:08.972 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145351 8.21 MB/sec execute 340 sec latency 132.480 ms 2023-12-05T13:23:09.971 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145561 8.21 MB/sec execute 341 sec latency 135.802 ms 2023-12-05T13:23:10.428 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:10 smithi027 ceph-mon[107800]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-05T13:23:10.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:10 smithi143 ceph-mon[110709]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-05T13:23:10.975 INFO:teuthology.orchestra.run.smithi027.stdout: 5 145881 8.21 MB/sec execute 342 sec latency 126.054 ms 2023-12-05T13:23:11.975 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146089 8.20 MB/sec execute 343 sec latency 138.127 ms 2023-12-05T13:23:12.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:12 smithi027 ceph-mon[107800]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-05T13:23:12.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:12 smithi143 ceph-mon[110709]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-05T13:23:12.975 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146305 8.20 MB/sec execute 344 sec latency 137.916 ms 2023-12-05T13:23:13.975 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146510 8.20 MB/sec execute 345 sec latency 147.049 ms 2023-12-05T13:23:14.582 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:14 smithi027 ceph-mon[107800]: pgmap v151: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-05T13:23:14.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:14 smithi143 ceph-mon[110709]: pgmap v151: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-05T13:23:14.983 INFO:teuthology.orchestra.run.smithi027.stdout: 5 146755 8.18 MB/sec execute 346 sec latency 207.457 ms 2023-12-05T13:23:15.983 INFO:teuthology.orchestra.run.smithi027.stdout: 5 147088 8.18 MB/sec execute 347 sec latency 130.077 ms 2023-12-05T13:23:16.367 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:16 smithi027 ceph-mon[107800]: pgmap v152: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 490 op/s 2023-12-05T13:23:16.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:16 smithi143 ceph-mon[110709]: pgmap v152: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 490 op/s 2023-12-05T13:23:16.983 INFO:teuthology.orchestra.run.smithi027.stdout: 5 147397 8.18 MB/sec execute 348 sec latency 130.700 ms 2023-12-05T13:23:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:17 smithi143 ceph-mon[110709]: pgmap v153: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 302 op/s 2023-12-05T13:23:17.639 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:17 smithi027 ceph-mon[107800]: pgmap v153: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 302 op/s 2023-12-05T13:23:17.983 INFO:teuthology.orchestra.run.smithi027.stdout: 5 147683 8.18 MB/sec execute 349 sec latency 130.201 ms 2023-12-05T13:23:18.648 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:18.984 INFO:teuthology.orchestra.run.smithi027.stdout: 5 148139 8.18 MB/sec execute 350 sec latency 88.842 ms 2023-12-05T13:23:19.667 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:19 smithi027 ceph-mon[107800]: pgmap v154: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-05T13:23:19.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:19 smithi143 ceph-mon[110709]: pgmap v154: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-05T13:23:19.986 INFO:teuthology.orchestra.run.smithi027.stdout: 5 148484 8.18 MB/sec execute 351 sec latency 108.602 ms 2023-12-05T13:23:20.987 INFO:teuthology.orchestra.run.smithi027.stdout: 5 148760 8.18 MB/sec execute 352 sec latency 129.110 ms 2023-12-05T13:23:21.987 INFO:teuthology.orchestra.run.smithi027.stdout: 5 149139 8.20 MB/sec execute 353 sec latency 97.298 ms 2023-12-05T13:23:22.482 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:22 smithi027 ceph-mon[107800]: pgmap v155: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-05T13:23:22.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:22 smithi143 ceph-mon[110709]: pgmap v155: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-05T13:23:22.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 149477 8.20 MB/sec execute 354 sec latency 129.305 ms 2023-12-05T13:23:23.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 149785 8.21 MB/sec execute 355 sec latency 121.728 ms 2023-12-05T13:23:24.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:24 smithi027 ceph-mon[107800]: pgmap v156: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-05T13:23:24.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:24 smithi143 ceph-mon[110709]: pgmap v156: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-05T13:23:24.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 150001 8.21 MB/sec execute 356 sec latency 187.158 ms 2023-12-05T13:23:25.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 150224 8.20 MB/sec execute 357 sec latency 123.869 ms 2023-12-05T13:23:26.336 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:26 smithi027 ceph-mon[107800]: pgmap v157: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-05T13:23:26.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:26 smithi143 ceph-mon[110709]: pgmap v157: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-12-05T13:23:26.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 150575 8.19 MB/sec execute 358 sec latency 130.111 ms 2023-12-05T13:23:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:27 smithi143 ceph-mon[110709]: pgmap v158: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-05T13:23:27.600 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:27 smithi027 ceph-mon[107800]: pgmap v158: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-05T13:23:27.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 150859 8.19 MB/sec execute 359 sec latency 120.678 ms 2023-12-05T13:23:28.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151130 8.19 MB/sec execute 360 sec latency 188.939 ms 2023-12-05T13:23:29.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151328 8.19 MB/sec execute 361 sec latency 195.330 ms 2023-12-05T13:23:30.462 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:30 smithi027 ceph-mon[107800]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-12-05T13:23:30.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:30 smithi143 ceph-mon[110709]: pgmap v159: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-12-05T13:23:30.988 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151558 8.18 MB/sec execute 362 sec latency 126.512 ms 2023-12-05T13:23:31.990 INFO:teuthology.orchestra.run.smithi027.stdout: 5 151815 8.17 MB/sec execute 363 sec latency 138.176 ms 2023-12-05T13:23:32.496 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:32 smithi027 ceph-mon[107800]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-05T13:23:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:32 smithi143 ceph-mon[110709]: pgmap v160: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-05T13:23:32.990 INFO:teuthology.orchestra.run.smithi027.stdout: 5 152069 8.16 MB/sec execute 364 sec latency 126.456 ms 2023-12-05T13:23:33.518 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:33.992 INFO:teuthology.orchestra.run.smithi027.stdout: 5 152278 8.15 MB/sec execute 365 sec latency 135.271 ms 2023-12-05T13:23:34.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:34 smithi027 ceph-mon[107800]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-05T13:23:34.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:34 smithi143 ceph-mon[110709]: pgmap v161: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-05T13:23:34.992 INFO:teuthology.orchestra.run.smithi027.stdout: 5 152626 8.16 MB/sec execute 366 sec latency 136.699 ms 2023-12-05T13:23:35.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 152994 8.17 MB/sec execute 367 sec latency 125.608 ms 2023-12-05T13:23:36.561 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:36 smithi027 ceph-mon[107800]: pgmap v162: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-05T13:23:36.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:36 smithi143 ceph-mon[110709]: pgmap v162: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-05T13:23:36.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 153328 8.18 MB/sec execute 368 sec latency 126.736 ms 2023-12-05T13:23:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:37 smithi143 ceph-mon[110709]: pgmap v163: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2023-12-05T13:23:37.594 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:37 smithi027 ceph-mon[107800]: pgmap v163: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 319 op/s 2023-12-05T13:23:37.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 153546 8.17 MB/sec execute 369 sec latency 120.116 ms 2023-12-05T13:23:38.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 153859 8.17 MB/sec execute 370 sec latency 123.524 ms 2023-12-05T13:23:39.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 154104 8.16 MB/sec execute 371 sec latency 128.616 ms 2023-12-05T13:23:40.427 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:40 smithi027 ceph-mon[107800]: pgmap v164: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-05T13:23:40.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:40 smithi143 ceph-mon[110709]: pgmap v164: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-05T13:23:40.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 154446 8.16 MB/sec execute 372 sec latency 126.084 ms 2023-12-05T13:23:41.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 154703 8.16 MB/sec execute 373 sec latency 126.180 ms 2023-12-05T13:23:42.475 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:42 smithi027 ceph-mon[107800]: pgmap v165: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-05T13:23:42.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:42 smithi143 ceph-mon[110709]: pgmap v165: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-05T13:23:42.998 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155001 8.16 MB/sec execute 374 sec latency 132.156 ms 2023-12-05T13:23:44.003 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155310 8.16 MB/sec execute 375 sec latency 129.776 ms 2023-12-05T13:23:44.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:44 smithi027 ceph-mon[107800]: pgmap v166: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-05T13:23:44.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:44 smithi143 ceph-mon[110709]: pgmap v166: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-05T13:23:45.003 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155627 8.16 MB/sec execute 376 sec latency 129.641 ms 2023-12-05T13:23:46.003 INFO:teuthology.orchestra.run.smithi027.stdout: 5 155880 8.15 MB/sec execute 377 sec latency 126.872 ms 2023-12-05T13:23:46.568 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:46 smithi027 ceph-mon[107800]: pgmap v167: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-12-05T13:23:46.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:46 smithi143 ceph-mon[110709]: pgmap v167: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 507 op/s 2023-12-05T13:23:47.006 INFO:teuthology.orchestra.run.smithi027.stdout: 5 156135 8.15 MB/sec execute 378 sec latency 123.831 ms 2023-12-05T13:23:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:47 smithi143 ceph-mon[110709]: pgmap v168: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-12-05T13:23:47.597 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:47 smithi027 ceph-mon[107800]: pgmap v168: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 364 op/s 2023-12-05T13:23:48.006 INFO:teuthology.orchestra.run.smithi027.stdout: 5 156362 8.15 MB/sec execute 379 sec latency 137.013 ms 2023-12-05T13:23:48.644 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:48.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:23:49.006 INFO:teuthology.orchestra.run.smithi027.stdout: 5 156681 8.15 MB/sec execute 380 sec latency 130.623 ms 2023-12-05T13:23:49.665 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:49 smithi027 ceph-mon[107800]: pgmap v169: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-12-05T13:23:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:49 smithi143 ceph-mon[110709]: pgmap v169: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-12-05T13:23:50.006 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157020 8.16 MB/sec execute 381 sec latency 129.339 ms 2023-12-05T13:23:51.006 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157269 8.15 MB/sec execute 382 sec latency 136.892 ms 2023-12-05T13:23:52.006 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157533 8.15 MB/sec execute 383 sec latency 129.634 ms 2023-12-05T13:23:52.462 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:52 smithi027 ceph-mon[107800]: pgmap v170: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T13:23:52.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:52 smithi143 ceph-mon[110709]: pgmap v170: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T13:23:53.008 INFO:teuthology.orchestra.run.smithi027.stdout: 5 157744 8.14 MB/sec execute 384 sec latency 129.652 ms 2023-12-05T13:23:54.008 INFO:teuthology.orchestra.run.smithi027.stdout: 5 158108 8.15 MB/sec execute 385 sec latency 126.522 ms 2023-12-05T13:23:54.493 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:54 smithi027 ceph-mon[107800]: pgmap v171: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T13:23:54.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:54 smithi143 ceph-mon[110709]: pgmap v171: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-12-05T13:23:55.008 INFO:teuthology.orchestra.run.smithi027.stdout: 5 158363 8.14 MB/sec execute 386 sec latency 128.401 ms 2023-12-05T13:23:56.008 INFO:teuthology.orchestra.run.smithi027.stdout: 5 158671 8.14 MB/sec execute 387 sec latency 126.852 ms 2023-12-05T13:23:56.539 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:56 smithi027 ceph-mon[107800]: pgmap v172: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2023-12-05T13:23:56.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:56 smithi143 ceph-mon[110709]: pgmap v172: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2023-12-05T13:23:57.017 INFO:teuthology.orchestra.run.smithi027.stdout: 5 158980 8.15 MB/sec execute 388 sec latency 148.719 ms 2023-12-05T13:23:57.571 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:23:57 smithi027 ceph-mon[107800]: pgmap v173: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-05T13:23:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:23:57 smithi143 ceph-mon[110709]: pgmap v173: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-12-05T13:23:58.026 INFO:teuthology.orchestra.run.smithi027.stdout: 5 159288 8.14 MB/sec execute 389 sec latency 126.675 ms 2023-12-05T13:23:59.027 INFO:teuthology.orchestra.run.smithi027.stdout: 5 159653 8.14 MB/sec execute 390 sec latency 117.895 ms 2023-12-05T13:24:00.027 INFO:teuthology.orchestra.run.smithi027.stdout: 5 159945 8.14 MB/sec execute 391 sec latency 123.391 ms 2023-12-05T13:24:00.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:00 smithi027 ceph-mon[107800]: pgmap v174: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-05T13:24:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:00 smithi143 ceph-mon[110709]: pgmap v174: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-05T13:24:01.027 INFO:teuthology.orchestra.run.smithi027.stdout: 5 160285 8.15 MB/sec execute 392 sec latency 140.442 ms 2023-12-05T13:24:02.028 INFO:teuthology.orchestra.run.smithi027.stdout: 5 160590 8.16 MB/sec execute 393 sec latency 201.515 ms 2023-12-05T13:24:02.441 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:02 smithi027 ceph-mon[107800]: pgmap v175: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-05T13:24:02.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:02 smithi143 ceph-mon[110709]: pgmap v175: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-05T13:24:03.028 INFO:teuthology.orchestra.run.smithi027.stdout: 5 160876 8.16 MB/sec execute 394 sec latency 129.741 ms 2023-12-05T13:24:03.469 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:03.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:04.028 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161167 8.15 MB/sec execute 395 sec latency 149.155 ms 2023-12-05T13:24:04.490 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:04 smithi027 ceph-mon[107800]: pgmap v176: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-05T13:24:04.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:04 smithi143 ceph-mon[110709]: pgmap v176: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-12-05T13:24:05.028 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161399 8.15 MB/sec execute 396 sec latency 117.602 ms 2023-12-05T13:24:06.028 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161613 8.13 MB/sec execute 397 sec latency 166.575 ms 2023-12-05T13:24:06.538 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:06 smithi027 ceph-mon[107800]: pgmap v177: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-05T13:24:06.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:06 smithi143 ceph-mon[110709]: pgmap v177: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-05T13:24:07.028 INFO:teuthology.orchestra.run.smithi027.stdout: 5 161859 8.13 MB/sec execute 398 sec latency 142.319 ms 2023-12-05T13:24:07.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:07 smithi027 ceph-mon[107800]: pgmap v178: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-05T13:24:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:07 smithi143 ceph-mon[110709]: pgmap v178: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-05T13:24:08.028 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162097 8.12 MB/sec execute 399 sec latency 120.522 ms 2023-12-05T13:24:09.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162299 8.12 MB/sec execute 400 sec latency 138.577 ms 2023-12-05T13:24:10.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162627 8.13 MB/sec execute 401 sec latency 124.043 ms 2023-12-05T13:24:10.413 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:10 smithi027 ceph-mon[107800]: pgmap v179: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-05T13:24:10.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:10 smithi143 ceph-mon[110709]: pgmap v179: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2023-12-05T13:24:11.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 162931 8.12 MB/sec execute 402 sec latency 126.589 ms 2023-12-05T13:24:12.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163202 8.12 MB/sec execute 403 sec latency 126.893 ms 2023-12-05T13:24:12.319 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:12 smithi027 ceph-mon[107800]: pgmap v180: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-05T13:24:12.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:12 smithi143 ceph-mon[110709]: pgmap v180: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-05T13:24:13.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163367 8.11 MB/sec execute 404 sec latency 123.443 ms 2023-12-05T13:24:14.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163631 8.11 MB/sec execute 405 sec latency 129.429 ms 2023-12-05T13:24:14.369 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:14 smithi027 ceph-mon[107800]: pgmap v181: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-05T13:24:14.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:14 smithi143 ceph-mon[110709]: pgmap v181: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-05T13:24:15.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 163875 8.11 MB/sec execute 406 sec latency 134.059 ms 2023-12-05T13:24:16.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164088 8.11 MB/sec execute 407 sec latency 122.727 ms 2023-12-05T13:24:16.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:16 smithi027 ceph-mon[107800]: pgmap v182: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T13:24:16.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:16 smithi143 ceph-mon[110709]: pgmap v182: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T13:24:17.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164352 8.11 MB/sec execute 408 sec latency 129.555 ms 2023-12-05T13:24:17.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:17 smithi027 ceph-mon[107800]: pgmap v183: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-05T13:24:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:17 smithi143 ceph-mon[110709]: pgmap v183: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-05T13:24:18.038 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164541 8.10 MB/sec execute 409 sec latency 129.314 ms 2023-12-05T13:24:18.546 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:19.041 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164719 8.09 MB/sec execute 410 sec latency 126.054 ms 2023-12-05T13:24:19.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:19 smithi027 ceph-mon[107800]: pgmap v184: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-05T13:24:19.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:19 smithi143 ceph-mon[110709]: pgmap v184: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-05T13:24:20.042 INFO:teuthology.orchestra.run.smithi027.stdout: 5 164929 8.08 MB/sec execute 411 sec latency 123.237 ms 2023-12-05T13:24:21.042 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165106 8.07 MB/sec execute 412 sec latency 137.553 ms 2023-12-05T13:24:22.042 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165346 8.06 MB/sec execute 413 sec latency 139.411 ms 2023-12-05T13:24:22.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:22 smithi027 ceph-mon[107800]: pgmap v185: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-05T13:24:22.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:22 smithi143 ceph-mon[110709]: pgmap v185: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-05T13:24:23.042 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165541 8.05 MB/sec execute 414 sec latency 125.340 ms 2023-12-05T13:24:24.042 INFO:teuthology.orchestra.run.smithi027.stdout: 5 165802 8.06 MB/sec execute 415 sec latency 129.442 ms 2023-12-05T13:24:24.441 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:24 smithi027 ceph-mon[107800]: pgmap v186: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-05T13:24:24.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:24 smithi143 ceph-mon[110709]: pgmap v186: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-05T13:24:25.042 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166010 8.05 MB/sec execute 416 sec latency 126.333 ms 2023-12-05T13:24:26.044 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166223 8.04 MB/sec execute 417 sec latency 131.243 ms 2023-12-05T13:24:26.521 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:26 smithi027 ceph-mon[107800]: pgmap v187: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-05T13:24:26.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:26 smithi143 ceph-mon[110709]: pgmap v187: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-05T13:24:27.044 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166485 8.04 MB/sec execute 418 sec latency 107.605 ms 2023-12-05T13:24:27.564 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:27 smithi027 ceph-mon[107800]: pgmap v188: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 274 op/s 2023-12-05T13:24:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:27 smithi143 ceph-mon[110709]: pgmap v188: 97 pgs: 97 active+clean; 343 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 274 op/s 2023-12-05T13:24:28.044 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166722 8.03 MB/sec execute 419 sec latency 133.573 ms 2023-12-05T13:24:29.044 INFO:teuthology.orchestra.run.smithi027.stdout: 5 166925 8.02 MB/sec execute 420 sec latency 126.840 ms 2023-12-05T13:24:30.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 167219 8.03 MB/sec execute 421 sec latency 130.935 ms 2023-12-05T13:24:30.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:30 smithi027 ceph-mon[107800]: pgmap v189: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-05T13:24:30.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:30 smithi143 ceph-mon[110709]: pgmap v189: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-05T13:24:31.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 167500 8.04 MB/sec execute 422 sec latency 129.580 ms 2023-12-05T13:24:32.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 167797 8.03 MB/sec execute 423 sec latency 115.985 ms 2023-12-05T13:24:32.439 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:32 smithi027 ceph-mon[107800]: pgmap v190: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.4 MiB/s wr, 265 op/s 2023-12-05T13:24:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:32 smithi143 ceph-mon[110709]: pgmap v190: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.4 MiB/s wr, 265 op/s 2023-12-05T13:24:33.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168122 8.04 MB/sec execute 424 sec latency 121.714 ms 2023-12-05T13:24:33.459 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:34.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168302 8.03 MB/sec execute 425 sec latency 137.640 ms 2023-12-05T13:24:34.490 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:34 smithi027 ceph-mon[107800]: pgmap v191: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.4 MiB/s wr, 265 op/s 2023-12-05T13:24:34.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:34 smithi143 ceph-mon[110709]: pgmap v191: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.4 MiB/s wr, 265 op/s 2023-12-05T13:24:35.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168512 8.03 MB/sec execute 426 sec latency 137.227 ms 2023-12-05T13:24:36.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 168778 8.02 MB/sec execute 427 sec latency 150.083 ms 2023-12-05T13:24:36.536 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:36 smithi027 ceph-mon[107800]: pgmap v192: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-05T13:24:36.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:36 smithi143 ceph-mon[110709]: pgmap v192: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-05T13:24:37.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169038 8.01 MB/sec execute 428 sec latency 126.708 ms 2023-12-05T13:24:37.567 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:37 smithi027 ceph-mon[107800]: pgmap v193: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-12-05T13:24:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:37 smithi143 ceph-mon[110709]: pgmap v193: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 297 op/s 2023-12-05T13:24:38.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169259 8.01 MB/sec execute 429 sec latency 139.783 ms 2023-12-05T13:24:39.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169466 8.00 MB/sec execute 430 sec latency 139.262 ms 2023-12-05T13:24:40.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169702 8.00 MB/sec execute 431 sec latency 141.116 ms 2023-12-05T13:24:40.387 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:40 smithi027 ceph-mon[107800]: pgmap v194: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 449 op/s 2023-12-05T13:24:40.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:40 smithi143 ceph-mon[110709]: pgmap v194: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 449 op/s 2023-12-05T13:24:41.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 169995 8.00 MB/sec execute 432 sec latency 131.964 ms 2023-12-05T13:24:42.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 170327 8.00 MB/sec execute 433 sec latency 134.406 ms 2023-12-05T13:24:42.425 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:42 smithi027 ceph-mon[107800]: pgmap v195: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-05T13:24:42.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:42 smithi143 ceph-mon[110709]: pgmap v195: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-05T13:24:43.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 170601 7.99 MB/sec execute 434 sec latency 140.287 ms 2023-12-05T13:24:44.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 170997 8.00 MB/sec execute 435 sec latency 126.751 ms 2023-12-05T13:24:44.473 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:44 smithi027 ceph-mon[107800]: pgmap v196: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-05T13:24:44.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:44 smithi143 ceph-mon[110709]: pgmap v196: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 319 op/s 2023-12-05T13:24:45.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 171335 8.00 MB/sec execute 436 sec latency 127.578 ms 2023-12-05T13:24:46.046 INFO:teuthology.orchestra.run.smithi027.stdout: 5 171591 8.01 MB/sec execute 437 sec latency 126.851 ms 2023-12-05T13:24:46.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:46 smithi027 ceph-mon[107800]: pgmap v197: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T13:24:46.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:46 smithi143 ceph-mon[110709]: pgmap v197: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-05T13:24:47.056 INFO:teuthology.orchestra.run.smithi027.stdout: 5 171880 8.01 MB/sec execute 438 sec latency 139.168 ms 2023-12-05T13:24:47.566 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:47 smithi027 ceph-mon[107800]: pgmap v198: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-05T13:24:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:47 smithi143 ceph-mon[110709]: pgmap v198: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 323 op/s 2023-12-05T13:24:48.056 INFO:teuthology.orchestra.run.smithi027.stdout: 5 172179 8.01 MB/sec execute 439 sec latency 126.585 ms 2023-12-05T13:24:48.603 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:24:49.059 INFO:teuthology.orchestra.run.smithi027.stdout: 5 172447 8.01 MB/sec execute 440 sec latency 132.561 ms 2023-12-05T13:24:49.615 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:49 smithi027 ceph-mon[107800]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-05T13:24:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:49 smithi143 ceph-mon[110709]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 498 op/s 2023-12-05T13:24:50.059 INFO:teuthology.orchestra.run.smithi027.stdout: 5 172731 8.00 MB/sec execute 441 sec latency 129.610 ms 2023-12-05T13:24:51.065 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173029 8.01 MB/sec execute 443 sec latency 127.625 ms 2023-12-05T13:24:52.064 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173306 8.00 MB/sec execute 444 sec latency 129.764 ms 2023-12-05T13:24:52.434 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:52 smithi027 ceph-mon[107800]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-05T13:24:52.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:52 smithi143 ceph-mon[110709]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-05T13:24:53.065 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173646 8.01 MB/sec execute 445 sec latency 131.997 ms 2023-12-05T13:24:54.068 INFO:teuthology.orchestra.run.smithi027.stdout: 5 173951 8.00 MB/sec execute 446 sec latency 88.446 ms 2023-12-05T13:24:54.478 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:54 smithi027 ceph-mon[107800]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-05T13:24:54.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:54 smithi143 ceph-mon[110709]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-05T13:24:55.068 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174295 8.00 MB/sec execute 447 sec latency 112.959 ms 2023-12-05T13:24:56.068 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174569 8.00 MB/sec execute 448 sec latency 130.690 ms 2023-12-05T13:24:56.525 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:56 smithi027 ceph-mon[107800]: pgmap v202: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-05T13:24:56.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:56 smithi143 ceph-mon[110709]: pgmap v202: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-05T13:24:57.072 INFO:teuthology.orchestra.run.smithi027.stdout: 5 174830 8.00 MB/sec execute 449 sec latency 128.419 ms 2023-12-05T13:24:57.540 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:24:57 smithi027 ceph-mon[107800]: pgmap v203: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-05T13:24:57.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:24:57 smithi143 ceph-mon[110709]: pgmap v203: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-05T13:24:58.072 INFO:teuthology.orchestra.run.smithi027.stdout: 5 175170 8.02 MB/sec execute 450 sec latency 132.490 ms 2023-12-05T13:24:59.082 INFO:teuthology.orchestra.run.smithi027.stdout: 5 175468 8.01 MB/sec execute 451 sec latency 87.899 ms 2023-12-05T13:25:00.083 INFO:teuthology.orchestra.run.smithi027.stdout: 5 175711 8.01 MB/sec execute 452 sec latency 134.757 ms 2023-12-05T13:25:00.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:00 smithi027 ceph-mon[107800]: pgmap v204: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-12-05T13:25:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:00 smithi143 ceph-mon[110709]: pgmap v204: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-12-05T13:25:01.086 INFO:teuthology.orchestra.run.smithi027.stdout: 5 175942 8.00 MB/sec execute 453 sec latency 138.609 ms 2023-12-05T13:25:02.086 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176206 8.00 MB/sec execute 454 sec latency 126.361 ms 2023-12-05T13:25:02.437 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:02 smithi027 ceph-mon[107800]: pgmap v205: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-05T13:25:02.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:02 smithi143 ceph-mon[110709]: pgmap v205: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-05T13:25:03.086 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176510 8.00 MB/sec execute 455 sec latency 138.803 ms 2023-12-05T13:25:03.484 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:03.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:04.086 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176729 7.99 MB/sec execute 456 sec latency 134.574 ms 2023-12-05T13:25:04.526 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:04 smithi027 ceph-mon[107800]: pgmap v206: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-05T13:25:04.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:04 smithi143 ceph-mon[110709]: pgmap v206: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-05T13:25:05.086 INFO:teuthology.orchestra.run.smithi027.stdout: 5 176999 7.99 MB/sec execute 457 sec latency 130.687 ms 2023-12-05T13:25:06.092 INFO:teuthology.orchestra.run.smithi027.stdout: 5 177273 7.99 MB/sec execute 458 sec latency 126.533 ms 2023-12-05T13:25:06.582 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:06 smithi027 ceph-mon[107800]: pgmap v207: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-05T13:25:06.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:06 smithi143 ceph-mon[110709]: pgmap v207: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-05T13:25:07.092 INFO:teuthology.orchestra.run.smithi027.stdout: 5 177515 7.99 MB/sec execute 459 sec latency 137.247 ms 2023-12-05T13:25:07.590 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:07 smithi027 ceph-mon[107800]: pgmap v208: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-05T13:25:07.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:07 smithi143 ceph-mon[110709]: pgmap v208: 97 pgs: 97 active+clean; 347 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-12-05T13:25:08.092 INFO:teuthology.orchestra.run.smithi027.stdout: 5 177896 7.99 MB/sec execute 460 sec latency 161.807 ms 2023-12-05T13:25:09.100 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178115 7.98 MB/sec execute 461 sec latency 122.603 ms 2023-12-05T13:25:10.100 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178343 7.98 MB/sec execute 462 sec latency 139.269 ms 2023-12-05T13:25:10.422 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:10 smithi027 ceph-mon[107800]: pgmap v209: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-12-05T13:25:10.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:10 smithi143 ceph-mon[110709]: pgmap v209: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-12-05T13:25:11.108 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178652 7.99 MB/sec execute 463 sec latency 129.180 ms 2023-12-05T13:25:12.108 INFO:teuthology.orchestra.run.smithi027.stdout: 5 178884 7.98 MB/sec execute 464 sec latency 117.910 ms 2023-12-05T13:25:12.465 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:12 smithi027 ceph-mon[107800]: pgmap v210: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-05T13:25:12.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:12 smithi143 ceph-mon[110709]: pgmap v210: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-05T13:25:13.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179120 7.97 MB/sec execute 465 sec latency 123.634 ms 2023-12-05T13:25:14.125 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179378 7.98 MB/sec execute 466 sec latency 192.073 ms 2023-12-05T13:25:14.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:14 smithi027 ceph-mon[107800]: pgmap v211: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-05T13:25:14.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:14 smithi143 ceph-mon[110709]: pgmap v211: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-05T13:25:15.134 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179594 7.97 MB/sec execute 467 sec latency 139.231 ms 2023-12-05T13:25:16.141 INFO:teuthology.orchestra.run.smithi027.stdout: 5 179902 7.98 MB/sec execute 468 sec latency 122.634 ms 2023-12-05T13:25:16.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:16 smithi027 ceph-mon[107800]: pgmap v212: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-12-05T13:25:16.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:16 smithi143 ceph-mon[110709]: pgmap v212: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 471 op/s 2023-12-05T13:25:17.141 INFO:teuthology.orchestra.run.smithi027.stdout: 5 180185 7.97 MB/sec execute 469 sec latency 141.769 ms 2023-12-05T13:25:17.605 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:17 smithi027 ceph-mon[107800]: pgmap v213: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 313 op/s 2023-12-05T13:25:17.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:17 smithi143 ceph-mon[110709]: pgmap v213: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 313 op/s 2023-12-05T13:25:18.144 INFO:teuthology.orchestra.run.smithi027.stdout: 5 180448 7.97 MB/sec execute 470 sec latency 133.781 ms 2023-12-05T13:25:18.625 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:19.143 INFO:teuthology.orchestra.run.smithi027.stdout: 5 180681 7.97 MB/sec execute 471 sec latency 104.914 ms 2023-12-05T13:25:19.654 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:19 smithi027 ceph-mon[107800]: pgmap v214: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-05T13:25:19.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:19 smithi143 ceph-mon[110709]: pgmap v214: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-12-05T13:25:20.149 INFO:teuthology.orchestra.run.smithi027.stdout: 5 180894 7.96 MB/sec execute 472 sec latency 135.331 ms 2023-12-05T13:25:21.149 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181115 7.95 MB/sec execute 473 sec latency 129.420 ms 2023-12-05T13:25:22.149 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181435 7.95 MB/sec execute 474 sec latency 128.834 ms 2023-12-05T13:25:22.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:22 smithi027 ceph-mon[107800]: pgmap v215: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-12-05T13:25:22.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:22 smithi143 ceph-mon[110709]: pgmap v215: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-12-05T13:25:23.149 INFO:teuthology.orchestra.run.smithi027.stdout: 5 181771 7.95 MB/sec execute 475 sec latency 110.051 ms 2023-12-05T13:25:24.149 INFO:teuthology.orchestra.run.smithi027.stdout: 5 182040 7.95 MB/sec execute 476 sec latency 202.570 ms 2023-12-05T13:25:24.503 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:24 smithi027 ceph-mon[107800]: pgmap v216: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-12-05T13:25:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:24 smithi143 ceph-mon[110709]: pgmap v216: 97 pgs: 97 active+clean; 350 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 312 op/s 2023-12-05T13:25:25.151 INFO:teuthology.orchestra.run.smithi027.stdout: 5 182362 7.96 MB/sec execute 477 sec latency 203.846 ms 2023-12-05T13:25:26.158 INFO:teuthology.orchestra.run.smithi027.stdout: 5 182668 7.97 MB/sec execute 478 sec latency 132.327 ms 2023-12-05T13:25:26.517 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:26 smithi027 ceph-mon[107800]: pgmap v217: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-12-05T13:25:26.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:26 smithi143 ceph-mon[110709]: pgmap v217: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-12-05T13:25:27.157 INFO:teuthology.orchestra.run.smithi027.stdout: 5 182992 7.97 MB/sec execute 479 sec latency 131.111 ms 2023-12-05T13:25:27.541 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:27 smithi027 ceph-mon[107800]: pgmap v218: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 326 op/s 2023-12-05T13:25:27.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:27 smithi143 ceph-mon[110709]: pgmap v218: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 326 op/s 2023-12-05T13:25:28.161 INFO:teuthology.orchestra.run.smithi027.stdout: 5 183189 7.96 MB/sec execute 480 sec latency 126.963 ms 2023-12-05T13:25:29.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 183451 7.96 MB/sec execute 481 sec latency 128.921 ms 2023-12-05T13:25:30.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 183787 7.96 MB/sec execute 482 sec latency 105.977 ms 2023-12-05T13:25:30.358 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:30 smithi027 ceph-mon[107800]: pgmap v219: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-12-05T13:25:30.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:30 smithi143 ceph-mon[110709]: pgmap v219: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 497 op/s 2023-12-05T13:25:31.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184071 7.96 MB/sec execute 483 sec latency 198.622 ms 2023-12-05T13:25:32.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184374 7.96 MB/sec execute 484 sec latency 129.665 ms 2023-12-05T13:25:32.404 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:32 smithi027 ceph-mon[107800]: pgmap v220: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-05T13:25:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:32 smithi143 ceph-mon[110709]: pgmap v220: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-05T13:25:33.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184664 7.95 MB/sec execute 485 sec latency 136.534 ms 2023-12-05T13:25:33.435 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:34.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 184916 7.94 MB/sec execute 486 sec latency 140.788 ms 2023-12-05T13:25:34.462 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:34 smithi027 ceph-mon[107800]: pgmap v221: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-05T13:25:34.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:34 smithi143 ceph-mon[110709]: pgmap v221: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-05T13:25:35.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185140 7.94 MB/sec execute 487 sec latency 143.518 ms 2023-12-05T13:25:36.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185308 7.93 MB/sec execute 488 sec latency 129.017 ms 2023-12-05T13:25:36.526 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:36 smithi027 ceph-mon[107800]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-05T13:25:36.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:36 smithi143 ceph-mon[110709]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 513 op/s 2023-12-05T13:25:37.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185581 7.94 MB/sec execute 489 sec latency 138.274 ms 2023-12-05T13:25:37.547 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:37 smithi027 ceph-mon[107800]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-05T13:25:37.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:37 smithi143 ceph-mon[110709]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-05T13:25:38.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 185822 7.94 MB/sec execute 490 sec latency 129.863 ms 2023-12-05T13:25:39.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186050 7.94 MB/sec execute 491 sec latency 151.738 ms 2023-12-05T13:25:40.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186290 7.94 MB/sec execute 492 sec latency 90.716 ms 2023-12-05T13:25:40.384 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:40 smithi027 ceph-mon[107800]: pgmap v224: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-05T13:25:40.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:40 smithi143 ceph-mon[110709]: pgmap v224: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-05T13:25:41.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186514 7.93 MB/sec execute 493 sec latency 109.686 ms 2023-12-05T13:25:42.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186700 7.93 MB/sec execute 494 sec latency 149.545 ms 2023-12-05T13:25:42.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:42 smithi027 ceph-mon[107800]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 318 op/s 2023-12-05T13:25:42.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:42 smithi143 ceph-mon[110709]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 318 op/s 2023-12-05T13:25:43.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 186848 7.92 MB/sec execute 495 sec latency 129.767 ms 2023-12-05T13:25:44.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 187131 7.91 MB/sec execute 496 sec latency 131.824 ms 2023-12-05T13:25:44.458 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:44 smithi027 ceph-mon[107800]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 318 op/s 2023-12-05T13:25:44.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:44 smithi143 ceph-mon[110709]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 318 op/s 2023-12-05T13:25:45.165 INFO:teuthology.orchestra.run.smithi027.stdout: 5 187454 7.92 MB/sec execute 497 sec latency 109.587 ms 2023-12-05T13:25:46.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 187722 7.92 MB/sec execute 498 sec latency 121.902 ms 2023-12-05T13:25:46.493 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:46 smithi027 ceph-mon[107800]: pgmap v227: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-12-05T13:25:46.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:46 smithi143 ceph-mon[110709]: pgmap v227: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-12-05T13:25:47.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188026 7.91 MB/sec execute 499 sec latency 130.045 ms 2023-12-05T13:25:47.533 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:47 smithi143 ceph-mon[110709]: pgmap v228: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 268 op/s 2023-12-05T13:25:47.767 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:47 smithi027 ceph-mon[107800]: pgmap v228: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.1 MiB/s wr, 268 op/s 2023-12-05T13:25:48.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188328 7.91 MB/sec execute 500 sec latency 134.575 ms 2023-12-05T13:25:48.777 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:25:49.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188618 7.90 MB/sec execute 501 sec latency 127.743 ms 2023-12-05T13:25:49.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:49 smithi027 ceph-mon[107800]: pgmap v229: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-05T13:25:49.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:49 smithi143 ceph-mon[110709]: pgmap v229: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 446 op/s 2023-12-05T13:25:50.166 INFO:teuthology.orchestra.run.smithi027.stdout: 5 188861 7.90 MB/sec execute 502 sec latency 128.179 ms 2023-12-05T13:25:51.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 189143 7.91 MB/sec execute 503 sec latency 135.228 ms 2023-12-05T13:25:52.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 189468 7.92 MB/sec execute 504 sec latency 126.523 ms 2023-12-05T13:25:52.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:52 smithi027 ceph-mon[107800]: pgmap v230: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-05T13:25:52.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:52 smithi143 ceph-mon[110709]: pgmap v230: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-05T13:25:53.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 189791 7.92 MB/sec execute 505 sec latency 123.748 ms 2023-12-05T13:25:54.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 190111 7.92 MB/sec execute 506 sec latency 123.342 ms 2023-12-05T13:25:54.380 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:54 smithi027 ceph-mon[107800]: pgmap v231: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-05T13:25:54.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:54 smithi143 ceph-mon[110709]: pgmap v231: 97 pgs: 97 active+clean; 346 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-12-05T13:25:55.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 190290 7.92 MB/sec execute 507 sec latency 143.085 ms 2023-12-05T13:25:56.170 INFO:teuthology.orchestra.run.smithi027.stdout: 5 190533 7.91 MB/sec execute 508 sec latency 137.508 ms 2023-12-05T13:25:56.477 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:56 smithi027 ceph-mon[107800]: pgmap v232: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-05T13:25:56.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:56 smithi143 ceph-mon[110709]: pgmap v232: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-05T13:25:57.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 190890 7.91 MB/sec execute 509 sec latency 115.889 ms 2023-12-05T13:25:57.764 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:25:57 smithi027 ceph-mon[107800]: pgmap v233: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-05T13:25:57.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:25:57 smithi143 ceph-mon[110709]: pgmap v233: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-05T13:25:58.180 INFO:teuthology.orchestra.run.smithi027.stdout: 5 191178 7.91 MB/sec execute 510 sec latency 138.142 ms 2023-12-05T13:25:59.179 INFO:teuthology.orchestra.run.smithi027.stdout: 5 191460 7.91 MB/sec execute 511 sec latency 130.048 ms 2023-12-05T13:26:00.182 INFO:teuthology.orchestra.run.smithi027.stdout: 5 191769 7.91 MB/sec execute 512 sec latency 105.073 ms 2023-12-05T13:26:00.574 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:00 smithi027 ceph-mon[107800]: pgmap v234: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-05T13:26:00.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:00 smithi143 ceph-mon[110709]: pgmap v234: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 528 op/s 2023-12-05T13:26:01.182 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192055 7.91 MB/sec execute 513 sec latency 130.565 ms 2023-12-05T13:26:02.187 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192400 7.91 MB/sec execute 514 sec latency 117.480 ms 2023-12-05T13:26:02.618 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:02 smithi027 ceph-mon[107800]: pgmap v235: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-05T13:26:02.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:02 smithi143 ceph-mon[110709]: pgmap v235: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-05T13:26:03.187 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192705 7.91 MB/sec execute 515 sec latency 120.572 ms 2023-12-05T13:26:03.378 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:04.187 INFO:teuthology.orchestra.run.smithi027.stdout: 5 192930 7.91 MB/sec execute 516 sec latency 126.161 ms 2023-12-05T13:26:04.392 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:04 smithi027 ceph-mon[107800]: pgmap v236: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-05T13:26:04.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:04 smithi143 ceph-mon[110709]: pgmap v236: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 350 op/s 2023-12-05T13:26:05.187 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193195 7.92 MB/sec execute 517 sec latency 131.997 ms 2023-12-05T13:26:06.193 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193443 7.91 MB/sec execute 518 sec latency 141.508 ms 2023-12-05T13:26:06.475 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:06 smithi027 ceph-mon[107800]: pgmap v237: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-12-05T13:26:06.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:06 smithi143 ceph-mon[110709]: pgmap v237: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-12-05T13:26:07.193 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193671 7.90 MB/sec execute 519 sec latency 120.590 ms 2023-12-05T13:26:07.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:07 smithi027 ceph-mon[107800]: pgmap v238: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-05T13:26:07.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:07 smithi143 ceph-mon[110709]: pgmap v238: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-05T13:26:08.193 INFO:teuthology.orchestra.run.smithi027.stdout: 5 193871 7.90 MB/sec execute 520 sec latency 130.603 ms 2023-12-05T13:26:09.198 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194025 7.89 MB/sec execute 521 sec latency 162.356 ms 2023-12-05T13:26:10.198 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194196 7.88 MB/sec execute 522 sec latency 133.083 ms 2023-12-05T13:26:10.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:10 smithi027 ceph-mon[107800]: pgmap v239: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-05T13:26:10.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:10 smithi143 ceph-mon[110709]: pgmap v239: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-05T13:26:11.208 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194420 7.88 MB/sec execute 523 sec latency 126.728 ms 2023-12-05T13:26:12.208 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194673 7.87 MB/sec execute 524 sec latency 117.989 ms 2023-12-05T13:26:12.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:12 smithi027 ceph-mon[107800]: pgmap v240: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T13:26:12.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:12 smithi143 ceph-mon[110709]: pgmap v240: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T13:26:13.208 INFO:teuthology.orchestra.run.smithi027.stdout: 5 194922 7.87 MB/sec execute 525 sec latency 126.540 ms 2023-12-05T13:26:14.208 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195179 7.87 MB/sec execute 526 sec latency 147.708 ms 2023-12-05T13:26:14.483 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:14 smithi027 ceph-mon[107800]: pgmap v241: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T13:26:14.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:14 smithi143 ceph-mon[110709]: pgmap v241: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 317 op/s 2023-12-05T13:26:15.208 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195399 7.87 MB/sec execute 527 sec latency 129.462 ms 2023-12-05T13:26:16.208 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195714 7.87 MB/sec execute 528 sec latency 136.255 ms 2023-12-05T13:26:16.581 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:16 smithi027 ceph-mon[107800]: pgmap v242: 97 pgs: 97 active+clean; 343 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-12-05T13:26:16.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:16 smithi143 ceph-mon[110709]: pgmap v242: 97 pgs: 97 active+clean; 343 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 451 op/s 2023-12-05T13:26:17.209 INFO:teuthology.orchestra.run.smithi027.stdout: 5 195983 7.87 MB/sec execute 529 sec latency 120.514 ms 2023-12-05T13:26:17.625 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:17 smithi027 ceph-mon[107800]: pgmap v243: 97 pgs: 97 active+clean; 343 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 277 op/s 2023-12-05T13:26:17.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:17 smithi143 ceph-mon[110709]: pgmap v243: 97 pgs: 97 active+clean; 343 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 277 op/s 2023-12-05T13:26:18.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 196240 7.87 MB/sec execute 530 sec latency 126.498 ms 2023-12-05T13:26:18.654 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:18.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:19.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 196521 7.87 MB/sec execute 531 sec latency 127.520 ms 2023-12-05T13:26:19.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:19 smithi027 ceph-mon[107800]: pgmap v244: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-05T13:26:20.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:19 smithi143 ceph-mon[110709]: pgmap v244: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-12-05T13:26:20.209 INFO:teuthology.orchestra.run.smithi027.stdout: 5 196761 7.87 MB/sec execute 532 sec latency 140.628 ms 2023-12-05T13:26:21.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 197048 7.87 MB/sec execute 533 sec latency 126.852 ms 2023-12-05T13:26:22.209 INFO:teuthology.orchestra.run.smithi027.stdout: 5 197389 7.87 MB/sec execute 534 sec latency 123.925 ms 2023-12-05T13:26:22.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:22 smithi027 ceph-mon[107800]: pgmap v245: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-05T13:26:22.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:22 smithi143 ceph-mon[110709]: pgmap v245: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-05T13:26:23.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 197737 7.87 MB/sec execute 535 sec latency 120.787 ms 2023-12-05T13:26:24.211 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198076 7.87 MB/sec execute 536 sec latency 126.683 ms 2023-12-05T13:26:24.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:24 smithi027 ceph-mon[107800]: pgmap v246: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-05T13:26:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:24 smithi143 ceph-mon[110709]: pgmap v246: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 292 op/s 2023-12-05T13:26:25.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198330 7.87 MB/sec execute 537 sec latency 129.378 ms 2023-12-05T13:26:26.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198668 7.87 MB/sec execute 538 sec latency 146.981 ms 2023-12-05T13:26:26.351 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:26 smithi027 ceph-mon[107800]: pgmap v247: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 479 op/s 2023-12-05T13:26:26.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:26 smithi143 ceph-mon[110709]: pgmap v247: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 479 op/s 2023-12-05T13:26:27.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 198915 7.87 MB/sec execute 539 sec latency 129.311 ms 2023-12-05T13:26:27.646 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:27 smithi027 ceph-mon[107800]: pgmap v248: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-05T13:26:27.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:27 smithi143 ceph-mon[110709]: pgmap v248: 97 pgs: 97 active+clean; 348 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-05T13:26:28.210 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199185 7.87 MB/sec execute 540 sec latency 137.108 ms 2023-12-05T13:26:29.211 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199452 7.87 MB/sec execute 541 sec latency 188.787 ms 2023-12-05T13:26:30.211 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199728 7.87 MB/sec execute 542 sec latency 126.764 ms 2023-12-05T13:26:30.399 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:30 smithi027 ceph-mon[107800]: pgmap v249: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-12-05T13:26:30.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:30 smithi143 ceph-mon[110709]: pgmap v249: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 517 op/s 2023-12-05T13:26:31.211 INFO:teuthology.orchestra.run.smithi027.stdout: 5 199988 7.86 MB/sec execute 543 sec latency 123.732 ms 2023-12-05T13:26:32.211 INFO:teuthology.orchestra.run.smithi027.stdout: 5 200262 7.86 MB/sec execute 544 sec latency 140.850 ms 2023-12-05T13:26:32.456 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:32 smithi027 ceph-mon[107800]: pgmap v250: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-12-05T13:26:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:32 smithi143 ceph-mon[110709]: pgmap v250: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-12-05T13:26:33.220 INFO:teuthology.orchestra.run.smithi027.stdout: 5 200526 7.87 MB/sec execute 545 sec latency 125.409 ms 2023-12-05T13:26:33.500 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:34.225 INFO:teuthology.orchestra.run.smithi027.stdout: 5 200796 7.87 MB/sec execute 546 sec latency 121.973 ms 2023-12-05T13:26:34.511 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:34 smithi027 ceph-mon[107800]: pgmap v251: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-12-05T13:26:34.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:34 smithi143 ceph-mon[110709]: pgmap v251: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-12-05T13:26:35.225 INFO:teuthology.orchestra.run.smithi027.stdout: 5 201074 7.86 MB/sec execute 547 sec latency 126.560 ms 2023-12-05T13:26:36.225 INFO:teuthology.orchestra.run.smithi027.stdout: 5 201358 7.86 MB/sec execute 548 sec latency 128.564 ms 2023-12-05T13:26:36.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:36 smithi027 ceph-mon[107800]: pgmap v252: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-12-05T13:26:36.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:36 smithi143 ceph-mon[110709]: pgmap v252: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-12-05T13:26:37.235 INFO:teuthology.orchestra.run.smithi027.stdout: 5 201567 7.85 MB/sec execute 549 sec latency 123.902 ms 2023-12-05T13:26:37.581 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:37 smithi027 ceph-mon[107800]: pgmap v253: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-05T13:26:37.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:37 smithi143 ceph-mon[110709]: pgmap v253: 97 pgs: 97 active+clean; 345 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-12-05T13:26:38.235 INFO:teuthology.orchestra.run.smithi027.stdout: 5 201760 7.85 MB/sec execute 550 sec latency 144.885 ms 2023-12-05T13:26:39.235 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202077 7.85 MB/sec execute 551 sec latency 125.378 ms 2023-12-05T13:26:40.235 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202387 7.86 MB/sec execute 552 sec latency 125.384 ms 2023-12-05T13:26:40.418 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:40 smithi027 ceph-mon[107800]: pgmap v254: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 496 op/s 2023-12-05T13:26:40.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:40 smithi143 ceph-mon[110709]: pgmap v254: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 496 op/s 2023-12-05T13:26:41.236 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202642 7.86 MB/sec execute 553 sec latency 129.760 ms 2023-12-05T13:26:42.245 INFO:teuthology.orchestra.run.smithi027.stdout: 5 202885 7.86 MB/sec execute 554 sec latency 138.481 ms 2023-12-05T13:26:42.474 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:42 smithi027 ceph-mon[107800]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-12-05T13:26:42.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:42 smithi143 ceph-mon[110709]: pgmap v255: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-12-05T13:26:43.245 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203107 7.85 MB/sec execute 555 sec latency 129.232 ms 2023-12-05T13:26:44.245 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203325 7.84 MB/sec execute 556 sec latency 140.482 ms 2023-12-05T13:26:44.549 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:44 smithi027 ceph-mon[107800]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-12-05T13:26:44.841 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:44 smithi143 ceph-mon[110709]: pgmap v256: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-12-05T13:26:45.245 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203582 7.84 MB/sec execute 557 sec latency 114.614 ms 2023-12-05T13:26:46.245 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203720 7.83 MB/sec execute 558 sec latency 169.944 ms 2023-12-05T13:26:46.606 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:46 smithi027 ceph-mon[107800]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-05T13:26:46.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:46 smithi143 ceph-mon[110709]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-12-05T13:26:47.245 INFO:teuthology.orchestra.run.smithi027.stdout: 5 203911 7.83 MB/sec execute 559 sec latency 141.109 ms 2023-12-05T13:26:47.620 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:47 smithi027 ceph-mon[107800]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-12-05T13:26:47.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:47 smithi143 ceph-mon[110709]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-12-05T13:26:48.249 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204202 7.84 MB/sec execute 560 sec latency 134.577 ms 2023-12-05T13:26:48.663 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:48.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:26:49.250 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204428 7.83 MB/sec execute 561 sec latency 133.632 ms 2023-12-05T13:26:49.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:49 smithi027 ceph-mon[107800]: pgmap v259: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-05T13:26:50.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:49 smithi143 ceph-mon[110709]: pgmap v259: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-05T13:26:50.250 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204689 7.82 MB/sec execute 562 sec latency 129.536 ms 2023-12-05T13:26:51.250 INFO:teuthology.orchestra.run.smithi027.stdout: 5 204876 7.81 MB/sec execute 563 sec latency 124.379 ms 2023-12-05T13:26:52.255 INFO:teuthology.orchestra.run.smithi027.stdout: 5 205183 7.82 MB/sec execute 564 sec latency 143.591 ms 2023-12-05T13:26:52.505 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:52 smithi027 ceph-mon[107800]: pgmap v260: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-05T13:26:52.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:52 smithi143 ceph-mon[110709]: pgmap v260: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-05T13:26:53.255 INFO:teuthology.orchestra.run.smithi027.stdout: 5 205383 7.82 MB/sec execute 565 sec latency 129.776 ms 2023-12-05T13:26:54.255 INFO:teuthology.orchestra.run.smithi027.stdout: 5 205704 7.82 MB/sec execute 566 sec latency 117.807 ms 2023-12-05T13:26:54.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:54 smithi027 ceph-mon[107800]: pgmap v261: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-05T13:26:54.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:54 smithi143 ceph-mon[110709]: pgmap v261: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.8 MiB/s wr, 291 op/s 2023-12-05T13:26:55.255 INFO:teuthology.orchestra.run.smithi027.stdout: 5 206020 7.82 MB/sec execute 567 sec latency 131.650 ms 2023-12-05T13:26:56.258 INFO:teuthology.orchestra.run.smithi027.stdout: 5 206202 7.81 MB/sec execute 568 sec latency 129.201 ms 2023-12-05T13:26:56.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:56 smithi027 ceph-mon[107800]: pgmap v262: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-05T13:26:56.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:56 smithi143 ceph-mon[110709]: pgmap v262: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-05T13:26:57.259 INFO:teuthology.orchestra.run.smithi027.stdout: 5 206431 7.81 MB/sec execute 569 sec latency 165.350 ms 2023-12-05T13:26:57.713 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:26:57 smithi027 ceph-mon[107800]: pgmap v263: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 289 op/s 2023-12-05T13:26:57.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:26:57 smithi143 ceph-mon[110709]: pgmap v263: 97 pgs: 97 active+clean; 346 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.9 MiB/s wr, 289 op/s 2023-12-05T13:26:58.259 INFO:teuthology.orchestra.run.smithi027.stdout: 5 206587 7.81 MB/sec execute 570 sec latency 145.907 ms 2023-12-05T13:26:59.259 INFO:teuthology.orchestra.run.smithi027.stdout: 5 206820 7.80 MB/sec execute 571 sec latency 134.671 ms 2023-12-05T13:27:00.259 INFO:teuthology.orchestra.run.smithi027.stdout: 5 207077 7.80 MB/sec execute 572 sec latency 126.496 ms 2023-12-05T13:27:00.577 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:00 smithi027 ceph-mon[107800]: pgmap v264: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-12-05T13:27:00.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:00 smithi143 ceph-mon[110709]: pgmap v264: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-12-05T13:27:01.259 INFO:teuthology.orchestra.run.smithi027.stdout: 5 207268 7.80 MB/sec execute 573 sec latency 186.068 ms 2023-12-05T13:27:02.259 INFO:teuthology.orchestra.run.smithi027.stdout: 5 207472 7.80 MB/sec execute 574 sec latency 123.484 ms 2023-12-05T13:27:02.377 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:02 smithi027 ceph-mon[107800]: pgmap v265: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 288 op/s 2023-12-05T13:27:02.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:02 smithi143 ceph-mon[110709]: pgmap v265: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 288 op/s 2023-12-05T13:27:03.259 INFO:teuthology.orchestra.run.smithi027.stdout: 5 207755 7.79 MB/sec execute 575 sec latency 131.649 ms 2023-12-05T13:27:03.430 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:04.262 INFO:teuthology.orchestra.run.smithi027.stdout: 5 208015 7.80 MB/sec execute 576 sec latency 145.688 ms 2023-12-05T13:27:04.464 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:04 smithi027 ceph-mon[107800]: pgmap v266: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 288 op/s 2023-12-05T13:27:04.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:04 smithi143 ceph-mon[110709]: pgmap v266: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 288 op/s 2023-12-05T13:27:05.262 INFO:teuthology.orchestra.run.smithi027.stdout: 5 208254 7.79 MB/sec execute 577 sec latency 140.347 ms 2023-12-05T13:27:06.262 INFO:teuthology.orchestra.run.smithi027.stdout: 5 208541 7.79 MB/sec execute 578 sec latency 124.568 ms 2023-12-05T13:27:06.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:06 smithi027 ceph-mon[107800]: pgmap v267: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-05T13:27:06.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:06 smithi143 ceph-mon[110709]: pgmap v267: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-12-05T13:27:07.262 INFO:teuthology.orchestra.run.smithi027.stdout: 5 208787 7.78 MB/sec execute 579 sec latency 123.530 ms 2023-12-05T13:27:07.805 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:07 smithi027 ceph-mon[107800]: pgmap v268: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-12-05T13:27:08.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:07 smithi143 ceph-mon[110709]: pgmap v268: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 282 op/s 2023-12-05T13:27:08.262 INFO:teuthology.orchestra.run.smithi027.stdout: 5 209036 7.78 MB/sec execute 580 sec latency 210.447 ms 2023-12-05T13:27:09.265 INFO:teuthology.orchestra.run.smithi027.stdout: 5 209346 7.78 MB/sec execute 581 sec latency 86.790 ms 2023-12-05T13:27:10.267 INFO:teuthology.orchestra.run.smithi027.stdout: 5 209673 7.78 MB/sec execute 582 sec latency 148.316 ms 2023-12-05T13:27:10.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:10 smithi027 ceph-mon[107800]: pgmap v269: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-12-05T13:27:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:10 smithi143 ceph-mon[110709]: pgmap v269: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-12-05T13:27:11.268 INFO:teuthology.orchestra.run.smithi027.stdout: 5 209974 7.79 MB/sec execute 583 sec latency 138.325 ms 2023-12-05T13:27:12.268 INFO:teuthology.orchestra.run.smithi027.stdout: 5 210186 7.79 MB/sec execute 584 sec latency 130.716 ms 2023-12-05T13:27:12.401 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:12 smithi027 ceph-mon[107800]: pgmap v270: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-05T13:27:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:12 smithi143 ceph-mon[110709]: pgmap v270: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-05T13:27:13.268 INFO:teuthology.orchestra.run.smithi027.stdout: 5 210443 7.79 MB/sec execute 585 sec latency 129.892 ms 2023-12-05T13:27:14.268 INFO:teuthology.orchestra.run.smithi027.stdout: 5 210731 7.78 MB/sec execute 586 sec latency 157.797 ms 2023-12-05T13:27:14.455 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:14 smithi027 ceph-mon[107800]: pgmap v271: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-05T13:27:14.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:14 smithi143 ceph-mon[110709]: pgmap v271: 97 pgs: 97 active+clean; 347 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-12-05T13:27:15.268 INFO:teuthology.orchestra.run.smithi027.stdout: 5 210951 7.78 MB/sec execute 587 sec latency 132.414 ms 2023-12-05T13:27:16.269 INFO:teuthology.orchestra.run.smithi027.stdout: 5 211246 7.78 MB/sec execute 588 sec latency 126.735 ms 2023-12-05T13:27:16.524 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:16 smithi027 ceph-mon[107800]: pgmap v272: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-12-05T13:27:16.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:16 smithi143 ceph-mon[110709]: pgmap v272: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-12-05T13:27:17.269 INFO:teuthology.orchestra.run.smithi027.stdout: 5 211533 7.78 MB/sec execute 589 sec latency 162.113 ms 2023-12-05T13:27:17.800 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:17 smithi027 ceph-mon[107800]: pgmap v273: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-12-05T13:27:18.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:17 smithi143 ceph-mon[110709]: pgmap v273: 97 pgs: 97 active+clean; 351 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 329 op/s 2023-12-05T13:27:18.272 INFO:teuthology.orchestra.run.smithi027.stdout: 5 211816 7.78 MB/sec execute 590 sec latency 122.486 ms 2023-12-05T13:27:18.842 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:19.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:19.272 INFO:teuthology.orchestra.run.smithi027.stdout: 5 212016 7.77 MB/sec execute 591 sec latency 141.464 ms 2023-12-05T13:27:19.863 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:19 smithi027 ceph-mon[107800]: pgmap v274: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-12-05T13:27:20.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:19 smithi143 ceph-mon[110709]: pgmap v274: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-12-05T13:27:20.272 INFO:teuthology.orchestra.run.smithi027.stdout: 5 212266 7.77 MB/sec execute 592 sec latency 123.941 ms 2023-12-05T13:27:21.273 INFO:teuthology.orchestra.run.smithi027.stdout: 5 212476 7.77 MB/sec execute 593 sec latency 149.315 ms 2023-12-05T13:27:22.272 INFO:teuthology.orchestra.run.smithi027.stdout: 5 212796 7.77 MB/sec execute 594 sec latency 126.700 ms 2023-12-05T13:27:22.468 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:22 smithi027 ceph-mon[107800]: pgmap v275: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-05T13:27:22.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:22 smithi143 ceph-mon[110709]: pgmap v275: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-05T13:27:23.272 INFO:teuthology.orchestra.run.smithi027.stdout: 5 213143 7.77 MB/sec execute 595 sec latency 131.060 ms 2023-12-05T13:27:24.273 INFO:teuthology.orchestra.run.smithi027.stdout: 5 213489 7.78 MB/sec execute 596 sec latency 129.745 ms 2023-12-05T13:27:24.509 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:24 smithi027 ceph-mon[107800]: pgmap v276: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-05T13:27:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:24 smithi143 ceph-mon[110709]: pgmap v276: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-05T13:27:25.273 INFO:teuthology.orchestra.run.smithi027.stdout: 5 213805 7.78 MB/sec execute 597 sec latency 123.941 ms 2023-12-05T13:27:26.273 INFO:teuthology.orchestra.run.smithi027.stdout: 5 214068 7.77 MB/sec execute 598 sec latency 104.172 ms 2023-12-05T13:27:26.535 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:26 smithi027 ceph-mon[107800]: pgmap v277: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-12-05T13:27:26.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:26 smithi143 ceph-mon[110709]: pgmap v277: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-12-05T13:27:27.273 INFO:teuthology.orchestra.run.smithi027.stdout: 5 214235 7.77 MB/sec execute 599 sec latency 134.243 ms 2023-12-05T13:27:27.807 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:27 smithi027 ceph-mon[107800]: pgmap v278: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-05T13:27:28.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:27 smithi143 ceph-mon[110709]: pgmap v278: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-05T13:27:28.273 INFO:teuthology.orchestra.run.smithi027.stdout: 5 214470 7.77 MB/sec execute 600 sec latency 155.574 ms 2023-12-05T13:27:29.275 INFO:teuthology.orchestra.run.smithi027.stdout: 5 cleanup 601 sec 2023-12-05T13:27:30.275 INFO:teuthology.orchestra.run.smithi027.stdout: 2 cleanup 602 sec 2023-12-05T13:27:30.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:30 smithi027 ceph-mon[107800]: pgmap v279: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-05T13:27:30.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:30 smithi143 ceph-mon[110709]: pgmap v279: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-05T13:27:31.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 603 sec 2023-12-05T13:27:32.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 604 sec 2023-12-05T13:27:32.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:32 smithi027 ceph-mon[107800]: pgmap v280: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-05T13:27:32.842 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:32 smithi143 ceph-mon[110709]: pgmap v280: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-05T13:27:33.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 605 sec 2023-12-05T13:27:33.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:33 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:33.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:33 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:34.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 606 sec 2023-12-05T13:27:34.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:34 smithi027 ceph-mon[107800]: pgmap v281: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-05T13:27:34.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:34 smithi143 ceph-mon[110709]: pgmap v281: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-05T13:27:35.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 607 sec 2023-12-05T13:27:36.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 608 sec 2023-12-05T13:27:36.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:36 smithi027 ceph-mon[107800]: pgmap v282: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-05T13:27:36.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:36 smithi143 ceph-mon[110709]: pgmap v282: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-05T13:27:37.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 609 sec 2023-12-05T13:27:38.012 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:37 smithi027 ceph-mon[107800]: pgmap v283: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.0 MiB/s wr, 211 op/s 2023-12-05T13:27:38.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:37 smithi143 ceph-mon[110709]: pgmap v283: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.0 MiB/s wr, 211 op/s 2023-12-05T13:27:38.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 610 sec 2023-12-05T13:27:39.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 611 sec 2023-12-05T13:27:40.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 612 sec 2023-12-05T13:27:40.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:40 smithi027 ceph-mon[107800]: pgmap v284: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.0 MiB/s wr, 212 op/s 2023-12-05T13:27:40.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:40 smithi143 ceph-mon[110709]: pgmap v284: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 2.0 MiB/s wr, 212 op/s 2023-12-05T13:27:41.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 613 sec 2023-12-05T13:27:42.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 614 sec 2023-12-05T13:27:42.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:42 smithi027 ceph-mon[107800]: pgmap v285: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 306 KiB/s wr, 53 op/s 2023-12-05T13:27:42.840 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:42 smithi143 ceph-mon[110709]: pgmap v285: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 306 KiB/s wr, 53 op/s 2023-12-05T13:27:43.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 615 sec 2023-12-05T13:27:44.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 616 sec 2023-12-05T13:27:44.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:44 smithi027 ceph-mon[107800]: pgmap v286: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 306 KiB/s wr, 53 op/s 2023-12-05T13:27:44.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:44 smithi143 ceph-mon[110709]: pgmap v286: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 306 KiB/s wr, 53 op/s 2023-12-05T13:27:45.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 617 sec 2023-12-05T13:27:46.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 618 sec 2023-12-05T13:27:46.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:46 smithi027 ceph-mon[107800]: pgmap v287: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 306 KiB/s wr, 53 op/s 2023-12-05T13:27:46.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:46 smithi143 ceph-mon[110709]: pgmap v287: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 306 KiB/s wr, 53 op/s 2023-12-05T13:27:47.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 619 sec 2023-12-05T13:27:48.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:47 smithi027 ceph-mon[107800]: pgmap v288: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-05T13:27:48.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:47 smithi143 ceph-mon[110709]: pgmap v288: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-05T13:27:48.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 620 sec 2023-12-05T13:27:49.012 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:48 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:49.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:48 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:27:49.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 621 sec 2023-12-05T13:27:50.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:49 smithi027 ceph-mon[107800]: pgmap v289: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-05T13:27:50.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:49 smithi143 ceph-mon[110709]: pgmap v289: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-05T13:27:50.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 622 sec 2023-12-05T13:27:51.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 623 sec 2023-12-05T13:27:52.275 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 624 sec 2023-12-05T13:27:52.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:52 smithi027 ceph-mon[107800]: pgmap v290: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:27:52.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:52 smithi143 ceph-mon[110709]: pgmap v290: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:27:53.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 625 sec 2023-12-05T13:27:54.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 626 sec 2023-12-05T13:27:54.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:54 smithi027 ceph-mon[107800]: pgmap v291: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:27:54.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:54 smithi143 ceph-mon[110709]: pgmap v291: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:27:55.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 627 sec 2023-12-05T13:27:56.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 628 sec 2023-12-05T13:27:56.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:56 smithi027 ceph-mon[107800]: pgmap v292: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:27:56.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:56 smithi143 ceph-mon[110709]: pgmap v292: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-12-05T13:27:57.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 629 sec 2023-12-05T13:27:58.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:27:57 smithi027 ceph-mon[107800]: pgmap v293: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:27:58.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:27:57 smithi143 ceph-mon[110709]: pgmap v293: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:27:58.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 630 sec 2023-12-05T13:27:59.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 631 sec 2023-12-05T13:28:00.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 632 sec 2023-12-05T13:28:00.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:00 smithi027 ceph-mon[107800]: pgmap v294: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:00.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:00 smithi143 ceph-mon[110709]: pgmap v294: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:01.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 633 sec 2023-12-05T13:28:02.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 634 sec 2023-12-05T13:28:02.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:02 smithi027 ceph-mon[107800]: pgmap v295: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:02.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:02 smithi143 ceph-mon[110709]: pgmap v295: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:03.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 635 sec 2023-12-05T13:28:03.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:03 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:03.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:03 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:04.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 636 sec 2023-12-05T13:28:04.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:04 smithi027 ceph-mon[107800]: pgmap v296: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:04.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:04 smithi143 ceph-mon[110709]: pgmap v296: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:05.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 637 sec 2023-12-05T13:28:06.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 638 sec 2023-12-05T13:28:06.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:06 smithi027 ceph-mon[107800]: pgmap v297: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:28:06.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:06 smithi143 ceph-mon[110709]: pgmap v297: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:28:07.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 639 sec 2023-12-05T13:28:08.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:07 smithi027 ceph-mon[107800]: pgmap v298: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:08.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:07 smithi143 ceph-mon[110709]: pgmap v298: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:08.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 640 sec 2023-12-05T13:28:09.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 641 sec 2023-12-05T13:28:10.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 642 sec 2023-12-05T13:28:10.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:10 smithi027 ceph-mon[107800]: pgmap v299: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:10 smithi143 ceph-mon[110709]: pgmap v299: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:11.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 643 sec 2023-12-05T13:28:12.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 644 sec 2023-12-05T13:28:12.763 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:12 smithi027 ceph-mon[107800]: pgmap v300: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:12 smithi143 ceph-mon[110709]: pgmap v300: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:13.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 645 sec 2023-12-05T13:28:14.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 646 sec 2023-12-05T13:28:14.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:14 smithi027 ceph-mon[107800]: pgmap v301: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:14.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:14 smithi143 ceph-mon[110709]: pgmap v301: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:15.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 647 sec 2023-12-05T13:28:16.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 648 sec 2023-12-05T13:28:16.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:16 smithi027 ceph-mon[107800]: pgmap v302: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:28:16.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:16 smithi143 ceph-mon[110709]: pgmap v302: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:28:17.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 649 sec 2023-12-05T13:28:18.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:17 smithi027 ceph-mon[107800]: pgmap v303: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:18.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:17 smithi143 ceph-mon[110709]: pgmap v303: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:18.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 650 sec 2023-12-05T13:28:19.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:18 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:19.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:18 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:28:19.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 651 sec 2023-12-05T13:28:20.013 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:19 smithi027 ceph-mon[107800]: pgmap v304: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:20.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:19 smithi143 ceph-mon[110709]: pgmap v304: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:20.276 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 652 sec 2023-12-05T13:28:21.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 653 sec 2023-12-05T13:28:22.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 654 sec 2023-12-05T13:28:22.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:22 smithi027 ceph-mon[107800]: pgmap v305: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:22.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:22 smithi143 ceph-mon[110709]: pgmap v305: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:23.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 655 sec 2023-12-05T13:28:24.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 656 sec 2023-12-05T13:28:24.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:24 smithi027 ceph-mon[107800]: pgmap v306: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:24.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:24 smithi143 ceph-mon[110709]: pgmap v306: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:25.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 657 sec 2023-12-05T13:28:26.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 658 sec 2023-12-05T13:28:26.765 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:26 smithi027 ceph-mon[107800]: pgmap v307: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:28:26.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:26 smithi143 ceph-mon[110709]: pgmap v307: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:28:27.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 659 sec 2023-12-05T13:28:28.012 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:28:27 smithi027 ceph-mon[107800]: pgmap v308: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:28.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:28:27 smithi143 ceph-mon[110709]: pgmap v308: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:28:28.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 660 sec 2023-12-05T13:28:29.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 661 sec 2023-12-05T13:28:30.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 662 sec 2023-12-05T13:28:31.277 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 663 sec 2023-12-05T13:28:51.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:28:51 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:28:51.196+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:28:46.874383+0000 front 2023-12-05T13:28:26.871967+0000 (oldest deadline 2023-12-05T13:28:50.372088+0000) 2023-12-05T13:28:52.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:28:52 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:28:52.213+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:28:51.574948+0000 front 2023-12-05T13:28:26.871967+0000 (oldest deadline 2023-12-05T13:28:50.372088+0000) 2023-12-05T13:28:53.089 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:28:52 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:28:52.817+0000 7f1d6ddaf700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-05T13:28:27.095569+0000 front 2023-12-05T13:28:52.401328+0000 (oldest deadline 2023-12-05T13:28:52.395666+0000) 2023-12-05T13:28:53.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:28:53 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:28:53.165+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:28:51.574948+0000 front 2023-12-05T13:28:26.871967+0000 (oldest deadline 2023-12-05T13:28:50.372088+0000) 2023-12-05T13:28:53.665 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 664 sec 2023-12-05T13:28:53.665 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 665 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 666 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 667 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 668 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 669 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 670 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 671 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 672 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 673 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 674 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 675 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 676 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 677 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 678 sec 2023-12-05T13:28:53.666 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 679 sec 2023-12-05T13:28:53.667 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 680 sec 2023-12-05T13:28:53.667 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 681 sec 2023-12-05T13:28:53.667 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 682 sec 2023-12-05T13:28:53.667 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 685 sec 2023-12-05T13:28:54.013 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:28:53 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3[133389]: 2023-12-05T13:28:53.663+0000 7fa9476a7700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.143:6820 osd.6 since back 2023-12-05T13:28:51.233089+0000 front 2023-12-05T13:28:29.830043+0000 (oldest deadline 2023-12-05T13:28:50.929602+0000) 2023-12-05T13:28:54.013 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:28:53 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3[133389]: 2023-12-05T13:28:53.663+0000 7fa9476a7700 -1 osd.3 68 heartbeat_check: no reply from 172.21.15.143:6828 osd.7 since back 2023-12-05T13:28:29.830002+0000 front 2023-12-05T13:28:29.829994+0000 (oldest deadline 2023-12-05T13:28:50.929602+0000) 2023-12-05T13:28:54.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 686 sec 2023-12-05T13:28:55.665 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 687 sec 2023-12-05T13:28:56.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 688 sec 2023-12-05T13:28:57.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 689 sec 2023-12-05T13:28:58.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 690 sec 2023-12-05T13:28:59.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 691 sec 2023-12-05T13:29:00.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 692 sec 2023-12-05T13:29:01.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 693 sec 2023-12-05T13:29:02.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 694 sec 2023-12-05T13:29:03.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 695 sec 2023-12-05T13:29:04.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 696 sec 2023-12-05T13:29:05.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v313: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v314: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mon.smithi143 calling monitor election 2023-12-05T13:29:05.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mon.smithi027 calling monitor election 2023-12-05T13:29:05.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v315: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v316: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v317: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v318: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v319: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v320: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v321: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.264 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Traceback (most recent call last): 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: "__main__", mod_spec) 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: exec(code, run_globals) 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:29:05.265 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mon.smithi027 calling monitor election 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v322: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v323: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v324: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v325: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: pgmap v326: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.266 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Traceback (most recent call last): 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: "__main__", mod_spec) 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: exec(code, run_globals) 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.267 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mon.smithi027 calling monitor election 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 1 up:standby 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: osdmap e68: 8 total, 8 up, 8 in 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: mgrmap e28: smithi143.ulqovj(active, since 10m), standbys: smithi027.mnbwoo 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:29:05.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: Traceback (most recent call last): 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: "__main__", mod_spec) 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: exec(code, run_globals) 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:29:05.269 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:29:05.270 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.271 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:05.271 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:05.271 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.344 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T13:29:05.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v313: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v314: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mon.smithi143 calling monitor election 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mon.smithi027 calling monitor election 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v315: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v316: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v317: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v318: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v319: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v320: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:29:05.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v321: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Traceback (most recent call last): 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: "__main__", mod_spec) 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: exec(code, run_globals) 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:29:05.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mon.smithi027 calling monitor election 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v322: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v323: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v324: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v325: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: pgmap v326: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.592 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Traceback (most recent call last): 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: "__main__", mod_spec) 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: exec(code, run_globals) 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:29:05.593 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mon.smithi027 calling monitor election 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mon.smithi027 is new leader, mons smithi027,smithi143 in quorum (ranks 0,1) 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: fsmap foofs:1 {0=foofs.smithi027.bzstey=up:active} 1 up:standby 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: osdmap e68: 8 total, 8 up, 8 in 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: mgrmap e28: smithi143.ulqovj(active, since 10m), standbys: smithi027.mnbwoo 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:29:05.594 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: Traceback (most recent call last): 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: "__main__", mod_spec) 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: exec(code, run_globals) 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:29:05.595 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:29:05.596 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:05.596 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:05.596 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:05.664 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 697 sec 2023-12-05T13:29:06.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:06 smithi027 ceph-mon[107800]: Health check failed: Slow OSD heartbeats on back (longest 1636.991ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-05T13:29:06.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:06 smithi027 ceph-mon[107800]: Health check failed: Slow OSD heartbeats on front (longest 1544.422ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-05T13:29:06.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:06 smithi027 ceph-mon[107800]: pgmap v327: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:06.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:06 smithi143 ceph-mon[110709]: Health check failed: Slow OSD heartbeats on back (longest 1636.991ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-05T13:29:06.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:06 smithi143 ceph-mon[110709]: Health check failed: Slow OSD heartbeats on front (longest 1544.422ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-05T13:29:06.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:06 smithi143 ceph-mon[110709]: pgmap v327: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:06.664 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 698 sec 2023-12-05T13:29:07.145 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:29:07.145 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 starting - - - - 2023-12-05T13:29:07.145 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (18m) 10m ago 18m 7000k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (17m) 6m ago 17m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 starting - - - - 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (14m) 10m ago 14m 37.2M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (14m) 6m ago 14m 14.5M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:9283 running (19m) 10m ago 19m 419M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (10m) 6m ago 17m 514M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (19m) 10m ago 19m 101M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (17m) 6m ago 17m 64.5M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (13m) 10m ago 13m 269M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (13m) 6m ago 13m 90.1M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 starting - - - - 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (9m) 6m ago 17m 22.0M - 1.3.1 1dbe0e931976 ab20b490cb78 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (17m) 10m ago 17m 939M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:29:07.146 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (16m) 10m ago 16m 699M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:29:07.147 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (16m) 10m ago 16m 473M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:29:07.147 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (16m) 10m ago 16m 802M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:29:07.147 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (15m) 6m ago 15m 1668M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:29:07.147 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (15m) 6m ago 15m 2280M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:29:07.147 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (15m) 6m ago 15m 1688M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:29:07.147 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (15m) 6m ago 14m 2364M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:29:07.147 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 starting - - - - 2023-12-05T13:29:07.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 699 sec 2023-12-05T13:29:07.666 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T13:29:08.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 700 sec 2023-12-05T13:29:08.737 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:08 smithi027 ceph-mon[107800]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:08.737 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:08 smithi027 ceph-mon[107800]: pgmap v328: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:08.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:08 smithi143 ceph-mon[110709]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:29:08.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:08 smithi143 ceph-mon[110709]: pgmap v328: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:09.664 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 701 sec 2023-12-05T13:29:09.980 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:29:09.980 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:29:09.981 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:29:09.982 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:29:09.982 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:29:09.982 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:29:09.982 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:29:10.503 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-05T13:29:10.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:10 smithi027 ceph-mon[107800]: pgmap v329: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:10.530 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:10 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2168276907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:10 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:10.531 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:10 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:10.663 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 702 sec 2023-12-05T13:29:10.802 INFO:teuthology.orchestra.run.smithi027.stdout: 0 cleanup 702 sec 2023-12-05T13:29:10.802 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:29:10.802 INFO:teuthology.orchestra.run.smithi027.stdout: Operation Count AvgLat MaxLat 2023-12-05T13:29:10.802 INFO:teuthology.orchestra.run.smithi027.stdout: ---------------------------------------- 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: NTCreateX 149587 7.132 166.572 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Close 109751 0.140 16.599 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Rename 6343 11.670 215.132 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Unlink 30285 6.942 113.115 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Qpathinfo 135593 2.920 99.745 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Qfileinfo 23638 0.100 11.277 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Qfsinfo 24904 1.552 40.721 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Sfileinfo 12170 10.496 90.258 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Find 52437 5.344 149.798 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: WriteX 73899 10.643 94.416 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: ReadX 234816 0.010 14.223 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: LockX 490 0.399 3.407 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: UnlockX 490 0.355 6.696 2023-12-05T13:29:10.803 INFO:teuthology.orchestra.run.smithi027.stdout: Flush 10486 0.002 0.044 2023-12-05T13:29:10.804 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:29:10.804 INFO:teuthology.orchestra.run.smithi027.stdout:Throughput 7.77045 MB/sec 5 clients 5 procs max_latency=215.138 ms 2023-12-05T13:29:10.804 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-05T13:29:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:10 smithi143 ceph-mon[110709]: pgmap v329: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:10 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2168276907' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:29:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:10 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:10.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:10 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:10.914 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-05T13:29:10.983 DEBUG:teuthology.orchestra.run.smithi027:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-05T13:29:11.046 INFO:teuthology.orchestra.run.smithi027.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-05T13:29:11.046 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:29:11.046 INFO:teuthology.orchestra.run.smithi027.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-05T13:29:11.047 INFO:teuthology.orchestra.run.smithi027.stdout:4 of 5 processes prepared for launch 0 sec 2023-12-05T13:29:11.148 INFO:teuthology.orchestra.run.smithi027.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-05T13:29:11.148 INFO:teuthology.orchestra.run.smithi027.stdout:releasing clients 2023-12-05T13:29:11.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:11 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:11.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:11 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:11.416 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:11 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:11.417 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:11 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:11.417 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:11 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:11 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:11 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:11 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:11 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:11.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:11 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:29:11.913 INFO:teuthology.orchestra.run.smithi027.stdout:wait for servicemap items w/ changing names to refresh 2023-12-05T13:29:12.482 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:12 smithi027 ceph-mon[107800]: pgmap v330: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-12-05T13:29:12.482 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:12 smithi027 ceph-mon[107800]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-05T13:29:12.504 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'sleep 60' 2023-12-05T13:29:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:12 smithi143 ceph-mon[110709]: pgmap v330: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-12-05T13:29:12.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:12 smithi143 ceph-mon[110709]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-05T13:29:13.153 INFO:teuthology.orchestra.run.smithi027.stdout: 5 240 13.00 MB/sec execute 1 sec latency 178.853 ms 2023-12-05T13:29:14.154 INFO:teuthology.orchestra.run.smithi027.stdout: 5 329 13.38 MB/sec execute 2 sec latency 151.413 ms 2023-12-05T13:29:14.570 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:14 smithi027 ceph-mon[107800]: pgmap v331: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-12-05T13:29:14.839 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:14 smithi143 ceph-mon[110709]: pgmap v331: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-12-05T13:29:15.155 INFO:teuthology.orchestra.run.smithi027.stdout: 5 424 13.95 MB/sec execute 3 sec latency 155.289 ms 2023-12-05T13:29:16.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:16 smithi027 ceph-mon[107800]: pgmap v332: 97 pgs: 97 active+clean; 294 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 720 B/s rd, 4.7 MiB/s wr, 63 op/s 2023-12-05T13:29:16.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:16 smithi027 ceph-mon[107800]: Health check update: Slow OSD heartbeats on back (longest 2985.337ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-05T13:29:16.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:16 smithi027 ceph-mon[107800]: Health check update: Slow OSD heartbeats on front (longest 3350.272ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-05T13:29:16.155 INFO:teuthology.orchestra.run.smithi027.stdout: 5 541 14.84 MB/sec execute 4 sec latency 133.332 ms 2023-12-05T13:29:16.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:16 smithi143 ceph-mon[110709]: pgmap v332: 97 pgs: 97 active+clean; 294 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 720 B/s rd, 4.7 MiB/s wr, 63 op/s 2023-12-05T13:29:16.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:16 smithi143 ceph-mon[110709]: Health check update: Slow OSD heartbeats on back (longest 2985.337ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-05T13:29:16.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:16 smithi143 ceph-mon[110709]: Health check update: Slow OSD heartbeats on front (longest 3350.272ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-05T13:29:17.160 INFO:teuthology.orchestra.run.smithi027.stdout: 5 cleanup 5 sec 2023-12-05T13:29:17.169 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:17 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:17.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:17 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:17.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:17 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:17.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:17 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:17.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:17 smithi027 ceph-mon[107800]: pgmap v333: 97 pgs: 97 active+clean; 294 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 567 B/s rd, 4.9 MiB/s wr, 66 op/s 2023-12-05T13:29:17.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:17 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:17.170 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:17 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:17 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:17 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:17 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:29:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:17 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:29:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:17 smithi143 ceph-mon[110709]: pgmap v333: 97 pgs: 97 active+clean; 294 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 567 B/s rd, 4.9 MiB/s wr, 66 op/s 2023-12-05T13:29:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:17 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:17 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:18.160 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 6 sec 2023-12-05T13:29:18.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:18 smithi027 ceph-mon[107800]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-05T13:29:18.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:18 smithi143 ceph-mon[110709]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-05T13:29:19.160 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 7 sec 2023-12-05T13:29:19.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:19 smithi027 ceph-mon[107800]: pgmap v334: 97 pgs: 97 active+clean; 294 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 567 B/s rd, 4.9 MiB/s wr, 66 op/s 2023-12-05T13:29:19.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:19 smithi143 ceph-mon[110709]: pgmap v334: 97 pgs: 97 active+clean; 294 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 567 B/s rd, 4.9 MiB/s wr, 66 op/s 2023-12-05T13:29:20.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 8 sec 2023-12-05T13:29:21.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 9 sec 2023-12-05T13:29:21.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:21.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:21.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:21 smithi027 ceph-mon[107800]: pgmap v335: 97 pgs: 97 active+clean; 343 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 756 B/s rd, 10 MiB/s wr, 176 op/s 2023-12-05T13:29:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:29:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:21 smithi143 ceph-mon[110709]: pgmap v335: 97 pgs: 97 active+clean; 343 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 756 B/s rd, 10 MiB/s wr, 176 op/s 2023-12-05T13:29:22.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 10 sec 2023-12-05T13:29:23.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 11 sec 2023-12-05T13:29:23.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:23 smithi027 ceph-mon[107800]: pgmap v336: 97 pgs: 97 active+clean; 343 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 714 B/s rd, 9.4 MiB/s wr, 167 op/s 2023-12-05T13:29:23.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:23 smithi143 ceph-mon[110709]: pgmap v336: 97 pgs: 97 active+clean; 343 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 714 B/s rd, 9.4 MiB/s wr, 167 op/s 2023-12-05T13:29:24.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 12 sec 2023-12-05T13:29:25.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 13 sec 2023-12-05T13:29:25.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:25 smithi027 ceph-mon[107800]: pgmap v337: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.5 MiB/s wr, 195 op/s 2023-12-05T13:29:25.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:25 smithi143 ceph-mon[110709]: pgmap v337: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 9.5 MiB/s wr, 195 op/s 2023-12-05T13:29:26.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 14 sec 2023-12-05T13:29:27.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 15 sec 2023-12-05T13:29:27.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:27 smithi027 ceph-mon[107800]: pgmap v338: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 4.8 MiB/s wr, 132 op/s 2023-12-05T13:29:27.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:27 smithi143 ceph-mon[110709]: pgmap v338: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 4.8 MiB/s wr, 132 op/s 2023-12-05T13:29:28.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 16 sec 2023-12-05T13:29:29.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 17 sec 2023-12-05T13:29:29.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:29 smithi027 ceph-mon[107800]: pgmap v339: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 4.6 MiB/s wr, 126 op/s 2023-12-05T13:29:29.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:29 smithi143 ceph-mon[110709]: pgmap v339: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 4.6 MiB/s wr, 126 op/s 2023-12-05T13:29:30.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 18 sec 2023-12-05T13:29:31.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 19 sec 2023-12-05T13:29:31.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:31 smithi027 ceph-mon[107800]: pgmap v340: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 4.6 MiB/s wr, 126 op/s 2023-12-05T13:29:31.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:31 smithi143 ceph-mon[110709]: pgmap v340: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 4.6 MiB/s wr, 126 op/s 2023-12-05T13:29:32.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 20 sec 2023-12-05T13:29:32.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:32 smithi027 ceph-mon[107800]: Health check update: Slow OSD heartbeats on back (longest 4696.479ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-05T13:29:32.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:32 smithi027 ceph-mon[107800]: Health check update: Slow OSD heartbeats on front (longest 5624.596ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-05T13:29:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:32 smithi143 ceph-mon[110709]: Health check update: Slow OSD heartbeats on back (longest 4696.479ms) (OSD_SLOW_PING_TIME_BACK) 2023-12-05T13:29:32.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:32 smithi143 ceph-mon[110709]: Health check update: Slow OSD heartbeats on front (longest 5624.596ms) (OSD_SLOW_PING_TIME_FRONT) 2023-12-05T13:29:33.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 21 sec 2023-12-05T13:29:33.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:33 smithi027 ceph-mon[107800]: pgmap v341: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-12-05T13:29:33.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:33 smithi143 ceph-mon[110709]: pgmap v341: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 2.8 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-12-05T13:29:34.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 22 sec 2023-12-05T13:29:35.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 23 sec 2023-12-05T13:29:35.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:35 smithi027 ceph-mon[107800]: pgmap v342: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-12-05T13:29:35.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:35 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:35.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:35 smithi143 ceph-mon[110709]: pgmap v342: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-12-05T13:29:35.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:35 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:36.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 24 sec 2023-12-05T13:29:37.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 25 sec 2023-12-05T13:29:37.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:37 smithi027 ceph-mon[107800]: pgmap v343: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-05T13:29:37.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:37 smithi143 ceph-mon[110709]: pgmap v343: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-05T13:29:38.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 26 sec 2023-12-05T13:29:39.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 27 sec 2023-12-05T13:29:39.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:39 smithi027 ceph-mon[107800]: pgmap v344: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-05T13:29:39.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:39 smithi143 ceph-mon[110709]: pgmap v344: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-05T13:29:40.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 28 sec 2023-12-05T13:29:41.162 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 29 sec 2023-12-05T13:29:41.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:41 smithi027 ceph-mon[107800]: pgmap v345: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-05T13:29:41.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:41 smithi143 ceph-mon[110709]: pgmap v345: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-12-05T13:29:42.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 30 sec 2023-12-05T13:29:43.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 31 sec 2023-12-05T13:29:43.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:43 smithi027 ceph-mon[107800]: pgmap v346: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:43.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:43 smithi143 ceph-mon[110709]: pgmap v346: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:44.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 32 sec 2023-12-05T13:29:45.162 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 33 sec 2023-12-05T13:29:45.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:45 smithi027 ceph-mon[107800]: pgmap v347: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:45.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:45 smithi143 ceph-mon[110709]: pgmap v347: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:29:46.162 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 34 sec 2023-12-05T13:29:47.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 35 sec 2023-12-05T13:29:47.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:47 smithi027 ceph-mon[107800]: pgmap v348: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:47.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:47 smithi143 ceph-mon[110709]: pgmap v348: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:48.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 36 sec 2023-12-05T13:29:49.161 INFO:teuthology.orchestra.run.smithi027.stdout: 1 cleanup 37 sec 2023-12-05T13:29:49.450 INFO:teuthology.orchestra.run.smithi027.stdout: 0 cleanup 37 sec 2023-12-05T13:29:49.450 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:29:49.450 INFO:teuthology.orchestra.run.smithi027.stdout: Operation Count AvgLat MaxLat 2023-12-05T13:29:49.450 INFO:teuthology.orchestra.run.smithi027.stdout: ---------------------------------------- 2023-12-05T13:29:49.450 INFO:teuthology.orchestra.run.smithi027.stdout: NTCreateX 381 34.259 173.754 2023-12-05T13:29:49.450 INFO:teuthology.orchestra.run.smithi027.stdout: Close 365 12.775 70.369 2023-12-05T13:29:49.450 INFO:teuthology.orchestra.run.smithi027.stdout: Rename 6 17.214 26.920 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: Unlink 14 18.108 86.017 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: Qpathinfo 49 5.493 63.259 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: Qfileinfo 313 16.452 44.678 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: Qfsinfo 54 2.788 18.053 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: Sfileinfo 30 11.036 41.054 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: Find 48 12.609 95.111 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: WriteX 1491 0.026 0.071 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: ReadX 188 0.044 3.180 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: Flush 49 10.783 18.083 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout: 2023-12-05T13:29:49.451 INFO:teuthology.orchestra.run.smithi027.stdout:Throughput 14.8448 MB/sec 5 clients 5 procs max_latency=178.853 ms 2023-12-05T13:29:49.452 DEBUG:teuthology.parallel:result is None 2023-12-05T13:29:49.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:49 smithi027 ceph-mon[107800]: pgmap v349: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:49.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:49 smithi143 ceph-mon[110709]: pgmap v349: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:51.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:51 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:51.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:51 smithi027 ceph-mon[107800]: pgmap v350: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:51.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:51 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:29:51.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:51 smithi143 ceph-mon[110709]: pgmap v350: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:53.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:53 smithi027 ceph-mon[107800]: pgmap v351: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:53.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:53 smithi143 ceph-mon[110709]: pgmap v351: 97 pgs: 97 active+clean; 242 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:29:55.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:55 smithi027 ceph-mon[107800]: pgmap v352: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-05T13:29:55.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:55 smithi143 ceph-mon[110709]: pgmap v352: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-05T13:29:57.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:57 smithi027 ceph-mon[107800]: pgmap v353: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-05T13:29:57.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:57 smithi143 ceph-mon[110709]: pgmap v353: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-05T13:29:59.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:29:59 smithi027 ceph-mon[107800]: pgmap v354: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-05T13:29:59.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:29:59 smithi143 ceph-mon[110709]: pgmap v354: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 1 op/s 2023-12-05T13:30:00.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Health detail: HEALTH_WARN Slow OSD heartbeats on back (longest 4696.479ms); Slow OSD heartbeats on front (longest 5624.596ms); Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:30:00.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: [WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 4696.479ms) 2023-12-05T13:30:00.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on back from osd.3 [] to osd.6 [] 4696.479 msec 2023-12-05T13:30:00.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on back from osd.6 [] to osd.0 [] 3618.750 msec 2023-12-05T13:30:00.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on back from osd.5 [] to osd.3 [] 2985.337 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 1636.991 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on back from osd.3 [] to osd.7 [] 1341.400 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: [WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 5624.596ms) 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on front from osd.3 [] to osd.6 [] 5624.596 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 3759.494 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on front from osd.5 [] to osd.3 [] 3350.272 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 1544.422 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Slow OSD heartbeats on front from osd.3 [] to osd.7 [] 1338.307 msec 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: Traceback (most recent call last): 2023-12-05T13:30:00.514 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: "__main__", mod_spec) 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: exec(code, run_globals) 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:30:00.515 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:00 smithi027 ceph-mon[107800]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:30:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Health detail: HEALTH_WARN Slow OSD heartbeats on back (longest 4696.479ms); Slow OSD heartbeats on front (longest 5624.596ms); Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:30:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: [WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 4696.479ms) 2023-12-05T13:30:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on back from osd.3 [] to osd.6 [] 4696.479 msec 2023-12-05T13:30:00.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on back from osd.6 [] to osd.0 [] 3618.750 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on back from osd.5 [] to osd.3 [] 2985.337 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 1636.991 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on back from osd.3 [] to osd.7 [] 1341.400 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: [WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 5624.596ms) 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on front from osd.3 [] to osd.6 [] 5624.596 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 3759.494 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on front from osd.5 [] to osd.3 [] 3350.272 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 1544.422 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Slow OSD heartbeats on front from osd.3 [] to osd.7 [] 1338.307 msec 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: Traceback (most recent call last): 2023-12-05T13:30:00.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: "__main__", mod_spec) 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: exec(code, run_globals) 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:30:00.591 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:00 smithi143 ceph-mon[110709]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:30:01.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:01 smithi027 ceph-mon[107800]: pgmap v355: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-12-05T13:30:01.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:01 smithi143 ceph-mon[110709]: pgmap v355: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-12-05T13:30:03.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:03 smithi027 ceph-mon[107800]: pgmap v356: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-12-05T13:30:03.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:03 smithi143 ceph-mon[110709]: pgmap v356: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-12-05T13:30:05.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:05 smithi027 ceph-mon[107800]: pgmap v357: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.9 KiB/s wr, 2 op/s 2023-12-05T13:30:05.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:05 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:05.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:05 smithi143 ceph-mon[110709]: pgmap v357: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.9 KiB/s wr, 2 op/s 2023-12-05T13:30:05.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:05 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:07.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:07 smithi027 ceph-mon[107800]: pgmap v358: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-12-05T13:30:07.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:07 smithi143 ceph-mon[110709]: pgmap v358: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-12-05T13:30:09.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:09 smithi027 ceph-mon[107800]: pgmap v359: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-12-05T13:30:09.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:09 smithi143 ceph-mon[110709]: pgmap v359: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-12-05T13:30:11.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:11 smithi027 ceph-mon[107800]: pgmap v360: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-12-05T13:30:11.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:11 smithi143 ceph-mon[110709]: pgmap v360: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-12-05T13:30:13.512 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:13 smithi027 ceph-mon[107800]: pgmap v361: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:13.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:13 smithi143 ceph-mon[110709]: pgmap v361: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:14.754 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch ps' 2023-12-05T13:30:15.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:15 smithi027 ceph-mon[107800]: pgmap v362: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:30:15.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:15 smithi143 ceph-mon[110709]: pgmap v362: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (11m) 60s ago 19m 25.3M - 0.23.0 ba2b418f427c 2dd88310c20a 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (19m) 60s ago 19m 6987k - 17.2.0 e1d6a67b021e 570aad059083 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi143 smithi143 running (18m) 7m ago 18m 7147k - 17.2.0 e1d6a67b021e 8448289231db 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (11m) 60s ago 19m 61.0M - 8.3.5 dad864ee21e9 cdd9079808b4 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi027.bzstey smithi027 running (15m) 60s ago 15m 40.8M - 17.2.0 e1d6a67b021e 9791de9692a3 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:mds.foofs.smithi143.xqvwee smithi143 running (15m) 7m ago 15m 14.5M - 17.2.0 e1d6a67b021e 88adf786b88d 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.mnbwoo smithi027 *:8443,9283,8765 running (20m) 60s ago 20m 432M - 17.2.0 e1d6a67b021e aea1f35b43c0 2023-12-05T13:30:16.155 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi143.ulqovj smithi143 *:8443,9283 running (12m) 7m ago 18m 514M - 19.0.0-13-ge6605fb8 104f332cd0a9 6e35c2c7d82e 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (20m) 60s ago 20m 175M 2048M 17.2.0 e1d6a67b021e 2d0a152c021c 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi143 smithi143 running (18m) 7m ago 18m 64.5M 2048M 17.2.0 e1d6a67b021e 545185825bb4 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.0.0.smithi027.qtdovr smithi027 *:2049 running (14m) 60s ago 14m 287M - 4.0 e1d6a67b021e 12080ffdabc7 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:nfs.foo.1.0.smithi143.sibfvf smithi143 *:2049 running (14m) 7m ago 14m 90.1M - 4.0 e1d6a67b021e 261e63f264f5 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (11m) 60s ago 19m 26.5M - 1.3.1 1dbe0e931976 de6e49b567d4 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi143 smithi143 *:9100 running (10m) 7m ago 18m 22.0M - 1.3.1 1dbe0e931976 ab20b490cb78 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi027 running (18m) 60s ago 18m 2543M 1944M 17.2.0 e1d6a67b021e ced97aa9799a 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (17m) 60s ago 17m 2489M 1944M 17.2.0 e1d6a67b021e aa199b084aac 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi027 running (17m) 60s ago 17m 1978M 1944M 17.2.0 e1d6a67b021e 1d086015e07b 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (17m) 60s ago 17m 2613M 1944M 17.2.0 e1d6a67b021e d585850b3a27 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi143 running (16m) 7m ago 16m 1668M 2712M 17.2.0 e1d6a67b021e 5d4001225411 2023-12-05T13:30:16.156 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi143 running (16m) 7m ago 16m 2280M 2712M 17.2.0 e1d6a67b021e 14a08ec40e24 2023-12-05T13:30:16.157 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi143 running (16m) 7m ago 16m 1688M 2712M 17.2.0 e1d6a67b021e d86543a53745 2023-12-05T13:30:16.157 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi143 running (16m) 7m ago 16m 2364M 2712M 17.2.0 e1d6a67b021e 8bea32418140 2023-12-05T13:30:16.157 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (10m) 60s ago 18m 71.9M - 2.33.4 514e6a882f6e df0afb8caa17 2023-12-05T13:30:16.563 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph orch upgrade status' 2023-12-05T13:30:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:17 smithi027 ceph-mon[107800]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:17 smithi027 ceph-mon[107800]: pgmap v363: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:17.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:17 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:17 smithi143 ceph-mon[110709]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:17 smithi143 ceph-mon[110709]: pgmap v363: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:17.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:17 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-05T13:30:18.354 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:30:18.354 INFO:teuthology.orchestra.run.smithi027.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:39a4ff3cfc7192f7589b4718fbace6b045c1d2ef8d24ece937637a3c80c27b0a", 2023-12-05T13:30:18.355 INFO:teuthology.orchestra.run.smithi027.stdout: "in_progress": true, 2023-12-05T13:30:18.355 INFO:teuthology.orchestra.run.smithi027.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-05T13:30:18.355 INFO:teuthology.orchestra.run.smithi027.stdout: "services_complete": [], 2023-12-05T13:30:18.355 INFO:teuthology.orchestra.run.smithi027.stdout: "progress": "1/23 daemons upgraded", 2023-12-05T13:30:18.355 INFO:teuthology.orchestra.run.smithi027.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed.", 2023-12-05T13:30:18.355 INFO:teuthology.orchestra.run.smithi027.stdout: "is_paused": true 2023-12-05T13:30:18.355 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:30:18.841 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph health detail' 2023-12-05T13:30:19.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:19 smithi027 ceph-mon[107800]: pgmap v364: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:19.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:19 smithi027 ceph-mon[107800]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:19.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:19 smithi143 ceph-mon[110709]: pgmap v364: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:19.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:19 smithi143 ceph-mon[110709]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 4696.479ms); Slow OSD heartbeats on front (longest 5624.596ms); Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 4696.479ms) 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.6 [] 4696.479 msec 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 4106.676 msec 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.0 [] 3618.750 msec 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on back from osd.3 [] to osd.7 [] 3534.831 msec 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.3 [] 2985.337 msec 2023-12-05T13:30:20.558 INFO:teuthology.orchestra.run.smithi027.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 5624.596ms) 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.6 [] 5624.596 msec 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.0 [] 3759.494 msec 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 3634.777 msec 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on front from osd.3 [] to osd.7 [] 3533.101 msec 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.3 [] 3350.272 msec 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi027.mnbwoo on host smithi027 failed. 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: Upgrade daemon: mgr.smithi027.mnbwoo: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi027.mnbwoo ... 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout:Traceback (most recent call last): 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: "__main__", mod_spec) 2023-12-05T13:30:20.559 INFO:teuthology.orchestra.run.smithi027.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: exec(code, run_globals) 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5706, in 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 5694, in main 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3260, in command_deploy_from 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3295, in _common_deploy 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 3325, in _deploy_daemon_container 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1024, in deploy_daemon 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/__main__.py", line 1258, in deploy_daemon_units 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout: File "/tmp/tmp_lu2h4nk.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-05T13:30:20.560 INFO:teuthology.orchestra.run.smithi027.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-05T13:30:20.924 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions' 2023-12-05T13:30:21.441 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:21.441 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: pgmap v365: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:21.441 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:21.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:21.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/2760559193' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:21.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:21.442 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:21 smithi027 ceph-mon[107800]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-05T13:30:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: pgmap v365: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/2760559193' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-05T13:30:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-05T13:30:21.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-05T13:30:21.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:21.590 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:21 smithi143 ceph-mon[110709]: from='mgr.24489 172.21.15.143:0/2073014482' entity='mgr.smithi143.ulqovj' 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout:{ 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "mon": { 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "mgr": { 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "osd": { 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:30:22.438 INFO:teuthology.orchestra.run.smithi027.stdout: "mds": { 2023-12-05T13:30:22.439 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-05T13:30:22.439 INFO:teuthology.orchestra.run.smithi027.stdout: }, 2023-12-05T13:30:22.439 INFO:teuthology.orchestra.run.smithi027.stdout: "overall": { 2023-12-05T13:30:22.439 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-05T13:30:22.439 INFO:teuthology.orchestra.run.smithi027.stdout: "ceph version 19.0.0-13-ge6605fb8 (e6605fb8725c25c4838cef6a39f30df73f1ed149) reef (dev)": 1 2023-12-05T13:30:22.439 INFO:teuthology.orchestra.run.smithi027.stdout: } 2023-12-05T13:30:22.439 INFO:teuthology.orchestra.run.smithi027.stdout:} 2023-12-05T13:30:22.817 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-05T13:30:23.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:23 smithi027 ceph-mon[107800]: pgmap v366: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:23.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:23 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/818283860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:23.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:23 smithi143 ceph-mon[110709]: pgmap v366: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-05T13:30:23.589 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:23 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/818283860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:24.624 INFO:teuthology.orchestra.run.smithi027.stdout:false 2023-12-05T13:30:24.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:30:24.998 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T13:30:25.090 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3b1e2d2fb95941b5bd1a9fe13f857079 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi027 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-05T13:30:25.095 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-05T13:30:25.105 INFO:tasks.cephadm:Teardown begin 2023-12-05T13:30:25.105 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:30:25.144 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:30:25.180 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-05T13:30:25.181 DEBUG:teuthology.orchestra.run.smithi027:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T13:30:25.202 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-05T13:30:25.243 INFO:tasks.cephadm:Stopping all daemons... 2023-12-05T13:30:25.243 INFO:tasks.cephadm.mon.smithi027:Stopping mon.smithi027... 2023-12-05T13:30:25.243 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi027 2023-12-05T13:30:25.501 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:25 smithi143 ceph-mon[110709]: pgmap v367: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:30:25.502 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:25 smithi143 ceph-mon[110709]: from='client.? 172.21.15.27:0/93374036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:25 smithi027 ceph-mon[107800]: pgmap v367: 97 pgs: 97 active+clean; 238 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-05T13:30:25.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:25 smithi027 ceph-mon[107800]: from='client.? 172.21.15.27:0/93374036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-05T13:30:25.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:25 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:25.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:25 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi027[107777]: 2023-12-05T13:30:25.376+0000 7f7902389700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi027 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-05T13:30:25.513 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Dec 05 13:30:25 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi027[107777]: 2023-12-05T13:30:25.376+0000 7f7902389700 -1 mon.smithi027@0(leader) e2 *** Got Signal Terminated *** 2023-12-05T13:30:25.798 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi027.service' 2023-12-05T13:30:25.846 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:30:25.846 INFO:tasks.cephadm.mon.smithi027:Stopped mon.smithi027 2023-12-05T13:30:25.847 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2023-12-05T13:30:25.847 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi143 2023-12-05T13:30:26.195 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:25 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:26.195 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:25 smithi143 bash[135629]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon.smithi143" found: no such container 2023-12-05T13:30:26.195 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:26 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi143[110684]: 2023-12-05T13:30:26.000+0000 7f63f6a19700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi143 -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-05T13:30:26.195 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Dec 05 13:30:26 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-mon-smithi143[110684]: 2023-12-05T13:30:26.000+0000 7f63f6a19700 -1 mon.smithi143@1(peon) e2 *** Got Signal Terminated *** 2023-12-05T13:30:26.399 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@mon.smithi143.service' 2023-12-05T13:30:26.441 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:30:26.441 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2023-12-05T13:30:26.442 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-05T13:30:26.442 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.0 2023-12-05T13:30:26.729 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:30:26 smithi027 systemd[1]: Stopping Ceph osd.0 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:26.729 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:30:26 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-0[120617]: 2023-12-05T13:30:26.559+0000 7f41e3834700 -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-05T13:30:26.729 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:30:26 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-0[120617]: 2023-12-05T13:30:26.559+0000 7f41e3834700 -1 osd.0 68 *** Got signal Terminated *** 2023-12-05T13:30:26.729 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:30:26 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-0[120617]: 2023-12-05T13:30:26.559+0000 7f41e3834700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:30:32.513 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:30:32 smithi027 bash[158576]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-0 2023-12-05T13:30:32.513 INFO:journalctl@ceph.osd.0.smithi027.stdout:Dec 05 13:30:32 smithi027 bash[159117]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-12-05T13:30:33.284 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.0.service' 2023-12-05T13:30:33.326 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:30:33.326 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-05T13:30:33.326 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-05T13:30:33.326 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.1 2023-12-05T13:30:33.763 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:30:33 smithi027 systemd[1]: Stopping Ceph osd.1 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:33.763 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:30:33 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-1[125344]: 2023-12-05T13:30:33.483+0000 7f19455ce700 -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-05T13:30:33.763 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:30:33 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-1[125344]: 2023-12-05T13:30:33.483+0000 7f19455ce700 -1 osd.1 68 *** Got signal Terminated *** 2023-12-05T13:30:33.764 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:30:33 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-1[125344]: 2023-12-05T13:30:33.483+0000 7f19455ce700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:30:39.513 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:30:39 smithi027 bash[159297]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-1 2023-12-05T13:30:39.513 INFO:journalctl@ceph.osd.1.smithi027.stdout:Dec 05 13:30:39 smithi027 bash[159374]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-12-05T13:30:40.274 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.1.service' 2023-12-05T13:30:40.316 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:30:40.317 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-05T13:30:40.317 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-05T13:30:40.317 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.2 2023-12-05T13:30:40.763 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:30:40 smithi027 systemd[1]: Stopping Ceph osd.2 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:40.763 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:30:40 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-2[129612]: 2023-12-05T13:30:40.452+0000 7fea9ffd8700 -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-05T13:30:40.763 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:30:40 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-2[129612]: 2023-12-05T13:30:40.452+0000 7fea9ffd8700 -1 osd.2 68 *** Got signal Terminated *** 2023-12-05T13:30:40.763 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:30:40 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-2[129612]: 2023-12-05T13:30:40.452+0000 7fea9ffd8700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:30:46.513 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:30:46 smithi027 bash[159551]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-2 2023-12-05T13:30:46.513 INFO:journalctl@ceph.osd.2.smithi027.stdout:Dec 05 13:30:46 smithi027 bash[159595]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-12-05T13:30:47.290 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.2.service' 2023-12-05T13:30:47.332 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:30:47.332 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-05T13:30:47.332 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-05T13:30:47.332 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.3 2023-12-05T13:30:47.763 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:30:47 smithi027 systemd[1]: Stopping Ceph osd.3 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:47.763 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:30:47 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3[133389]: 2023-12-05T13:30:47.480+0000 7fa94e513700 -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-05T13:30:47.763 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:30:47 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3[133389]: 2023-12-05T13:30:47.480+0000 7fa94e513700 -1 osd.3 68 *** Got signal Terminated *** 2023-12-05T13:30:47.763 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:30:47 smithi027 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3[133389]: 2023-12-05T13:30:47.480+0000 7fa94e513700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:30:52.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:52 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:52.536+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:53.505 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:30:53 smithi027 bash[159772]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-3 2023-12-05T13:30:53.505 INFO:journalctl@ceph.osd.3.smithi027.stdout:Dec 05 13:30:53 smithi027 bash[159815]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-12-05T13:30:53.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:53 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:53.502+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:54.223 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.3.service' 2023-12-05T13:30:54.263 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:30:54.263 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-05T13:30:54.264 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-05T13:30:54.264 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.4 2023-12-05T13:30:54.589 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:54 smithi143 systemd[1]: Stopping Ceph osd.4 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:30:54.590 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:54 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:54.310+0000 7f1d6ddaf700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:30.717120+0000 front 2023-12-05T13:30:30.717077+0000 (oldest deadline 2023-12-05T13:30:54.217135+0000) 2023-12-05T13:30:54.590 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:54 smithi143 bash[135828]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-05T13:30:54.590 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:54 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:54.392+0000 7f1d72416700 -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-05T13:30:54.590 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:54 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:54.392+0000 7f1d72416700 -1 osd.4 68 *** Got signal Terminated *** 2023-12-05T13:30:54.590 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:54 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:54.392+0000 7f1d72416700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:30:54.591 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:54 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:54.455+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:54.591 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:30:54 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:30:54.241+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:30:55.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:55 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:55.441+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:55.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:30:55 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:30:55.250+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:30:55.589 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:55 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:55.346+0000 7f1d6ddaf700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:30.717120+0000 front 2023-12-05T13:30:30.717077+0000 (oldest deadline 2023-12-05T13:30:54.217135+0000) 2023-12-05T13:30:56.589 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:56 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:56.332+0000 7f1d6ddaf700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:30.717120+0000 front 2023-12-05T13:30:30.717077+0000 (oldest deadline 2023-12-05T13:30:54.217135+0000) 2023-12-05T13:30:56.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:56 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:56.446+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:56.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:30:56 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:30:56.293+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:30:57.589 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:57 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:57.367+0000 7f1d6ddaf700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:30.717120+0000 front 2023-12-05T13:30:30.717077+0000 (oldest deadline 2023-12-05T13:30:54.217135+0000) 2023-12-05T13:30:57.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:30:57 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:30:57.279+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:30:57.590 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:57 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:57.402+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:58.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:30:57 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:30:57.802+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:30:58.589 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:30:58 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4[115555]: 2023-12-05T13:30:58.416+0000 7f1d6ddaf700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:30.717120+0000 front 2023-12-05T13:30:30.717077+0000 (oldest deadline 2023-12-05T13:30:54.217135+0000) 2023-12-05T13:30:58.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:58 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:58.424+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:58.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:30:58 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:30:58.289+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:30:59.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:30:58 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:30:58.766+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:30:59.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:30:59 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:30:59.386+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:30:59.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:30:59 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:30:59.337+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:00.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:30:59 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:30:59.789+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:31:00.369 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:31:00 smithi143 bash[135841]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-4 2023-12-05T13:31:00.370 INFO:journalctl@ceph.osd.4.smithi143.stdout:Dec 05 13:31:00 smithi143 bash[135883]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-12-05T13:31:00.744 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:00 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:00.385+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:00.744 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:00 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:00.368+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:00.745 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:00 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:00.368+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:00.997 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:00 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:00.743+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:31:00.997 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:00 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:00.743+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:36.998783+0000 front 2023-12-05T13:30:36.998746+0000 (oldest deadline 2023-12-05T13:30:59.898661+0000) 2023-12-05T13:31:01.188 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.4.service' 2023-12-05T13:31:01.227 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:31:01.228 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-05T13:31:01.228 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-05T13:31:01.228 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.5 2023-12-05T13:31:01.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:01.361+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:01.589 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:01 smithi143 systemd[1]: Stopping Ceph osd.5 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:31:01.589 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:01 smithi143 bash[136064]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-05T13:31:01.590 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:01.374+0000 7f548aa7e700 -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-05T13:31:01.590 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:01.374+0000 7f548aa7e700 -1 osd.5 68 *** Got signal Terminated *** 2023-12-05T13:31:01.590 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:01.374+0000 7f548aa7e700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:31:01.590 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:01.346+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:01.590 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:01.346+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:02.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:01.727+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:31:02.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:01 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:01.727+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:36.998783+0000 front 2023-12-05T13:30:36.998746+0000 (oldest deadline 2023-12-05T13:30:59.898661+0000) 2023-12-05T13:31:02.686 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:02 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:02.374+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:02.687 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:02 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:02.374+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:02.687 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:02 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:02.403+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:02.687 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:02 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:02.403+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:03.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:02 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:02.685+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:31:03.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:02 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:02.685+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:36.998783+0000 front 2023-12-05T13:30:36.998746+0000 (oldest deadline 2023-12-05T13:30:59.898661+0000) 2023-12-05T13:31:03.660 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:03 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:03.380+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:03.661 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:03 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:03.380+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:03.661 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:03 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:03.355+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:03.661 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:03 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:03.355+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:04.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:03 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:03.659+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:31:04.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:03 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:03.659+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:36.998783+0000 front 2023-12-05T13:30:36.998746+0000 (oldest deadline 2023-12-05T13:30:59.898661+0000) 2023-12-05T13:31:04.636 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:04 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:04.397+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:04.636 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:04 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:04.397+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:04.636 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:04 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:04.347+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:04.636 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:04 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:04.347+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:05.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:04 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:04.635+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:31:05.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:04 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:04.635+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:36.998783+0000 front 2023-12-05T13:30:36.998746+0000 (oldest deadline 2023-12-05T13:30:59.898661+0000) 2023-12-05T13:31:05.674 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:05 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:05.355+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:05.675 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:05 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:05.355+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:05.675 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:05 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:05.379+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:05.675 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:05 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:05.379+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:06.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:05 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:05.673+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:26.997654+0000 front 2023-12-05T13:30:26.997731+0000 (oldest deadline 2023-12-05T13:30:56.998214+0000) 2023-12-05T13:31:06.089 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:05 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5[118984]: 2023-12-05T13:31:05.673+0000 7f5487c1a700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:36.998783+0000 front 2023-12-05T13:30:36.998746+0000 (oldest deadline 2023-12-05T13:30:59.898661+0000) 2023-12-05T13:31:06.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:06 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:06.388+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:06.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:06 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:06.388+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:06.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:06 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:06.399+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:06.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:06 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:06.400+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:07.258 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:06 smithi143 bash[136077]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-5 2023-12-05T13:31:07.258 INFO:journalctl@ceph.osd.5.smithi143.stdout:Dec 05 13:31:07 smithi143 bash[136119]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-12-05T13:31:07.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:07 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:07.392+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:07.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:07 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:07.392+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:07.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:07 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:07.425+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:07.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:07 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:07.425+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:07.978 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.5.service' 2023-12-05T13:31:08.018 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:31:08.019 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-05T13:31:08.019 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-05T13:31:08.019 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.6 2023-12-05T13:31:08.339 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:08 smithi143 systemd[1]: Stopping Ceph osd.6 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:31:08.339 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:08 smithi143 bash[136300]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-05T13:31:08.339 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:08 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:08.193+0000 7fbcc6375700 -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-05T13:31:08.339 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:08 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:08.193+0000 7fbcc6375700 -1 osd.6 68 *** Got signal Terminated *** 2023-12-05T13:31:08.339 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:08 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:08.193+0000 7fbcc6375700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:31:08.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:08 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:08.373+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:08.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:08 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:08.373+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:08.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:08 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:08.392+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:08.840 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:08 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:08.392+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:09.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:09 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:09.359+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:09.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:09 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:09.359+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:09.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:09 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:09.359+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:43.894433+0000 front 2023-12-05T13:30:43.894496+0000 (oldest deadline 2023-12-05T13:31:09.194372+0000) 2023-12-05T13:31:09.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:09 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:09.398+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:09.840 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:09 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:09.398+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:09.840 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:09 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:09.398+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:10.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:10 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:10.318+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:10.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:10 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:10.318+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:10.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:10 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:10.318+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:43.894433+0000 front 2023-12-05T13:30:43.894496+0000 (oldest deadline 2023-12-05T13:31:09.194372+0000) 2023-12-05T13:31:10.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:10 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:10.426+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:10.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:10 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:10.426+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:10.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:10 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:10.426+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:11.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:11.341+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:11.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:11.341+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:11.839 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:11.341+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:43.894433+0000 front 2023-12-05T13:30:43.894496+0000 (oldest deadline 2023-12-05T13:31:09.194372+0000) 2023-12-05T13:31:11.840 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:11.393+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:11.840 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:11.393+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:11.840 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:11 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:11.393+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:12.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:12 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:12.315+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:25.990139+0000 front 2023-12-05T13:30:25.990223+0000 (oldest deadline 2023-12-05T13:30:52.391018+0000) 2023-12-05T13:31:12.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:12 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:12.315+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:37.493684+0000 front 2023-12-05T13:30:37.493692+0000 (oldest deadline 2023-12-05T13:30:59.793459+0000) 2023-12-05T13:31:12.589 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:12 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6[122529]: 2023-12-05T13:31:12.315+0000 7fbcc150d700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:43.894433+0000 front 2023-12-05T13:30:43.894496+0000 (oldest deadline 2023-12-05T13:31:09.194372+0000) 2023-12-05T13:31:12.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:12 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:12.373+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:12.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:12 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:12.373+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:12.590 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:12 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:12.373+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:13.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:13 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:13.360+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:13.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:13 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:13.360+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:13.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:13 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:13.360+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:14.231 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:13 smithi143 bash[136313]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-6 2023-12-05T13:31:14.231 INFO:journalctl@ceph.osd.6.smithi143.stdout:Dec 05 13:31:13 smithi143 bash[136355]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-12-05T13:31:14.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:14 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:14.360+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:14.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:14 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:14.360+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:14.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:14 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:14.360+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:14.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:14 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:14.360+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-05T13:30:49.338255+0000 front 2023-12-05T13:30:49.338268+0000 (oldest deadline 2023-12-05T13:31:14.038277+0000) 2023-12-05T13:31:14.902 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.6.service' 2023-12-05T13:31:14.942 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:31:14.943 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-05T13:31:14.943 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-05T13:31:14.943 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.7 2023-12-05T13:31:15.339 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 systemd[1]: Stopping Ceph osd.7 for 7f770c8c-936f-11ee-95a2-87774f69a715... 2023-12-05T13:31:15.340 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 bash[136567]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-05T13:31:15.340 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:15.101+0000 7fc289993700 -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-05T13:31:15.340 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:15.101+0000 7fc289993700 -1 osd.7 68 *** Got signal Terminated *** 2023-12-05T13:31:15.340 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:15.101+0000 7fc289993700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-05T13:31:15.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:15.353+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:15.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:15.353+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:15.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:15.353+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:15.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:15 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:15.353+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-05T13:30:49.338255+0000 front 2023-12-05T13:30:49.338268+0000 (oldest deadline 2023-12-05T13:31:14.038277+0000) 2023-12-05T13:31:16.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:16 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:16.385+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:16.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:16 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:16.385+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:16.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:16 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:16.385+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:16.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:16 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:16.385+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-05T13:30:49.338255+0000 front 2023-12-05T13:30:49.338268+0000 (oldest deadline 2023-12-05T13:31:14.038277+0000) 2023-12-05T13:31:17.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:17 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:17.384+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:17.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:17 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:17.384+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:17.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:17 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:17.384+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:17.589 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:17 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:17.384+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-05T13:30:49.338255+0000 front 2023-12-05T13:30:49.338268+0000 (oldest deadline 2023-12-05T13:31:14.038277+0000) 2023-12-05T13:31:18.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:18 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:18.348+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:18.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:18 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:18.348+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:18.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:18 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:18.348+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:18.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:18 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:18.348+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-05T13:30:49.338255+0000 front 2023-12-05T13:30:49.338268+0000 (oldest deadline 2023-12-05T13:31:14.038277+0000) 2023-12-05T13:31:19.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:19 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:19.369+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6806 osd.0 since back 2023-12-05T13:30:29.534900+0000 front 2023-12-05T13:30:29.534855+0000 (oldest deadline 2023-12-05T13:30:54.135533+0000) 2023-12-05T13:31:19.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:19 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:19.369+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6814 osd.1 since back 2023-12-05T13:30:34.136036+0000 front 2023-12-05T13:30:34.135934+0000 (oldest deadline 2023-12-05T13:31:01.736762+0000) 2023-12-05T13:31:19.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:19 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:19.369+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6822 osd.2 since back 2023-12-05T13:30:45.237697+0000 front 2023-12-05T13:30:45.237622+0000 (oldest deadline 2023-12-05T13:31:09.337713+0000) 2023-12-05T13:31:19.839 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:19 smithi143 ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7[126007]: 2023-12-05T13:31:19.369+0000 7fc286b2f700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.27:6830 osd.3 since back 2023-12-05T13:30:49.338255+0000 front 2023-12-05T13:30:49.338268+0000 (oldest deadline 2023-12-05T13:31:14.038277+0000) 2023-12-05T13:31:21.089 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:20 smithi143 bash[136579]: ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd-7 2023-12-05T13:31:21.089 INFO:journalctl@ceph.osd.7.smithi143.stdout:Dec 05 13:31:20 smithi143 bash[136622]: Error: no container with name or ID "ceph-7f770c8c-936f-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-12-05T13:31:21.835 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7f770c8c-936f-11ee-95a2-87774f69a715@osd.7.service' 2023-12-05T13:31:21.874 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-05T13:31:21.875 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-05T13:31:21.875 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T13:31:42.814 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-05T13:31:57.856 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:31:57.896 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-05T13:31:57.926 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-05T13:31:57.928 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698/remote/smithi027/crash 2023-12-05T13:31:57.929 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/crash -- . 2023-12-05T13:31:57.985 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T13:31:57.985 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2023-12-05T13:31:57.987 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698/remote/smithi143/crash 2023-12-05T13:31:57.988 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/crash -- . 2023-12-05T13:31:58.020 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-05T13:31:58.020 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2023-12-05T13:31:58.021 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-05T13:31:58.022 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-05T13:31:58.053 INFO:teuthology.orchestra.run.smithi027.stderr:grep: /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-05T13:31:58.054 INFO:tasks.cephadm:Compressing logs... 2023-12-05T13:31:58.054 DEBUG:teuthology.orchestra.run.smithi027:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-05T13:31:58.096 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T13:31:58.124 INFO:teuthology.orchestra.run.smithi143.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr:: No such file or directory 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi143.xqvwee.log 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi143.xqvwee.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr: 60.7% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi143.xqvwee.log.gz 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.6.log: /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mgr.smithi143.ulqovj.log 2023-12-05T13:31:58.125 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-05T13:31:58.127 INFO:teuthology.orchestra.run.smithi027.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-05T13:31:58.127 INFO:teuthology.orchestra.run.smithi027.stderr:: No such file or directory 2023-12-05T13:31:58.128 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-05T13:31:58.128 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-05T13:31:58.128 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mgr.smithi027.mnbwoo.log 2023-12-05T13:31:58.128 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-05T13:31:58.128 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.2.log: /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mgr.smithi027.mnbwoo.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-05T13:31:58.129 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mgr.smithi143.ulqovj.log: /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.4.log: 91.0% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T13:31:58.129 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mon.smithi143.log 2023-12-05T13:31:58.130 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-05T13:31:58.130 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mon.smithi143.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T13:31:58.131 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi027.bzstey.log 2023-12-05T13:31:58.131 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi027.bzstey.log: 82.1% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi027.bzstey.log.gz 2023-12-05T13:31:58.131 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mon.smithi027.log 2023-12-05T13:31:58.131 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mon.smithi027.log: 90.8% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-05T13:31:58.137 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-05T13:31:58.139 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-05T13:31:58.257 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.5.log: 90.0% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mgr.smithi143.ulqovj.log.gz 2023-12-05T13:31:58.274 INFO:teuthology.orchestra.run.smithi027.stderr: 88.7% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mgr.smithi027.mnbwoo.log.gz 2023-12-05T13:31:58.485 INFO:teuthology.orchestra.run.smithi143.stderr: 92.3% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mon.smithi143.log.gz 2023-12-05T13:31:59.108 INFO:teuthology.orchestra.run.smithi027.stderr: 91.7% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-mon.smithi027.log.gz 2023-12-05T13:32:06.076 INFO:teuthology.orchestra.run.smithi027.stderr: 94.5% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-05T13:32:07.619 INFO:teuthology.orchestra.run.smithi143.stderr: 94.0% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-05T13:32:09.335 INFO:teuthology.orchestra.run.smithi143.stderr: 94.3% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-05T13:32:09.888 INFO:teuthology.orchestra.run.smithi027.stderr: 94.1% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-05T13:32:10.991 INFO:teuthology.orchestra.run.smithi027.stderr: 94.3% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-05T13:32:11.148 INFO:teuthology.orchestra.run.smithi027.stderr: 94.1% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-05T13:32:11.150 INFO:teuthology.orchestra.run.smithi027.stderr: 2023-12-05T13:32:11.150 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m13.036s 2023-12-05T13:32:11.150 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m45.005s 2023-12-05T13:32:11.151 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m1.691s 2023-12-05T13:32:13.693 INFO:teuthology.orchestra.run.smithi143.stderr: 94.2% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-05T13:32:16.278 INFO:teuthology.orchestra.run.smithi143.stderr: 94.2% -- replaced with /var/log/ceph/7f770c8c-936f-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-05T13:32:16.280 INFO:teuthology.orchestra.run.smithi143.stderr: 2023-12-05T13:32:16.280 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m18.166s 2023-12-05T13:32:16.280 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m52.641s 2023-12-05T13:32:16.280 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m2.216s 2023-12-05T13:32:16.281 INFO:tasks.cephadm:Archiving logs... 2023-12-05T13:32:16.281 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698/remote/smithi027/log 2023-12-05T13:32:16.282 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T13:32:22.576 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698/remote/smithi143/log 2023-12-05T13:32:22.577 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-05T13:32:30.667 INFO:tasks.cephadm:Removing cluster... 2023-12-05T13:32:30.667 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 --force 2023-12-05T13:32:31.055 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 --force 2023-12-05T13:32:31.445 INFO:tasks.cephadm:Removing cephadm ... 2023-12-05T13:32:31.446 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T13:32:31.466 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-05T13:32:31.484 INFO:tasks.cephadm:Teardown complete 2023-12-05T13:32:31.484 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-05T13:32:31.500 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-05T13:32:31.501 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:32:31.511 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-05T13:32:31.527 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2023-12-05T13:32:31.533 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:32:31.533 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2023-12-05T13:32:31.534 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +2330us[+2321us] +/- 78ms 2023-12-05T13:32:31.534 INFO:teuthology.orchestra.run.smithi027.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 -2974us[-2983us] +/- 71ms 2023-12-05T13:32:31.534 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +1281us[+1281us] +/- 69ms 2023-12-05T13:32:31.534 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:32:31.541 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-12-05T13:32:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-05T13:32:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-12-05T13:32:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 46 +2297us[+2297us] +/- 78ms 2023-12-05T13:32:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 -3015us[-3013us] +/- 71ms 2023-12-05T13:32:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +1230us[+1230us] +/- 69ms 2023-12-05T13:32:31.546 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-05T13:32:31.546 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-05T13:32:31.560 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-05T13:32:31.561 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-05T13:32:31.571 DEBUG:teuthology.orchestra.run.smithi027:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-05T13:32:31.674 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T13:32:31.765 DEBUG:teuthology.orchestra.run.smithi027:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-05T13:32:31.798 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:32:31.799 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T13:32:31.830 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:32:31.831 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-05T13:32:31.841 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-05T13:32:31.855 INFO:teuthology.task.internal:Duration was 2381.551702 seconds 2023-12-05T13:32:31.856 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-05T13:32:31.867 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-05T13:32:31.868 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T13:32:31.870 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-05T13:32:31.918 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T13:32:31.919 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-05T13:32:32.275 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-05T13:32:32.276 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2023-12-05T13:32:32.276 DEBUG:teuthology.orchestra.run.smithi027:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-05T13:32:32.302 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-12-05T13:32:32.302 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T13:32:32.325 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-05T13:32:32.326 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T13:32:32.344 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-05T13:32:32.426 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-05T13:32:32.427 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T13:32:32.429 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-05T13:32:41.273 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-05T13:32:41.286 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-05T13:32:41.290 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T13:32:41.317 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-05T13:32:41.351 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-05T13:32:41.363 DEBUG:teuthology.orchestra.run.smithi027:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:32:41.366 DEBUG:teuthology.orchestra.run.smithi143:> 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-05T13:32:41.394 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2023-12-05T13:32:41.424 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-12-05T13:32:41.529 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:32:41.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:32:41.546 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-05T13:32:41.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-05T13:32:41.588 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-05T13:32:41.599 INFO:teuthology.task.internal:Transferring archived files... 2023-12-05T13:32:41.600 DEBUG:teuthology.misc:Transferring archived files from smithi027:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698/remote/smithi027 2023-12-05T13:32:41.600 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T13:32:41.669 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698/remote/smithi143 2023-12-05T13:32:41.669 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-05T13:32:41.715 INFO:teuthology.task.internal:Removing archive directory... 2023-12-05T13:32:41.715 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T13:32:41.718 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-05T13:32:41.767 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-05T13:32:41.781 INFO:teuthology.task.internal:Not uploading archives. 2023-12-05T13:32:41.782 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-05T13:32:41.792 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-05T13:32:41.792 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T13:32:41.795 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-05T13:32:41.811 INFO:teuthology.orchestra.run.smithi027.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 13:32 /home/ubuntu/cephtest 2023-12-05T13:32:41.827 INFO:teuthology.orchestra.run.smithi143.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 5 13:32 /home/ubuntu/cephtest 2023-12-05T13:32:41.828 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-05T13:32:41.841 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-05T13:32:41.868 INFO:teuthology.nuke:Checking targets against current locks 2023-12-05T13:32:41.897 DEBUG:teuthology.nuke:shortname: smithi027 2023-12-05T13:32:41.898 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T13:32:41.922 DEBUG:teuthology.nuke:shortname: smithi143 2023-12-05T13:32:41.922 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-05T13:32:41.926 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698', '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-05 12:40:59.832990', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPQzfDLlZceUyQBKlDKC4EhCgUmmUljFOk3EzzjFBd0eNT8T9+jRrOfwKG2SxMUwttk2MHx8ASWa1cR0xzskB4='} 2023-12-05T13:32:41.952 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-05_12:39:43-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7477698', '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-05 12:40:59.834385', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFGJaspIHRkKqMBUkY1dX6UTeHMsK/A5S3BXbgbtNaAfVuFc2d2g7n2ajriOqVVbwmx5DVUDrnCK517Ej/7EwlQ='} 2023-12-05T13:32:41.995 INFO:teuthology.orchestra.console.smithi027:Power off 2023-12-05T13:32:41.996 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T13:32:42.023 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2023-12-05T13:32:42.023 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:32:42.041 INFO:teuthology.orchestra.console.smithi143:Power off 2023-12-05T13:32:42.042 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-05T13:32:42.051 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-05T13:32:42.068 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-12-05T13:32:42.068 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:32:42.097 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-12-05T13:32:46.052 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:32:46.098 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:32:46.163 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-05T13:32:46.211 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-12-05T13:32:50.166 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:32:50.213 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:32:50.281 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2023-12-05T13:32:50.324 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-12-05T13:32:50.425 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-12-05T13:32:54.282 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-05T13:32:54.394 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2023-12-05T13:32:54.495 INFO:teuthology.orchestra.console.smithi027:Power off completed 2023-12-05T13:32:54.602 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: 2381.551702260971 failure_reason: 'Command failed on smithi027 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7f770c8c-936f-11ee-95a2-87774f69a715 -e sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3b1e2d2fb95941b5bd1a9fe13f857079 status: fail success: false 2023-12-05T13:32:54.602 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-05T13:32:54.684 INFO:teuthology.run:FAIL